Read Filesystem Statistics
- Updated2025-03-14
- 2 minute(s) read
Acquires information, including total space and free space, about the disk or filesystem that contains the specified path. The server must support OpenSSH extensions. Use the Filesystem Statistics node to read total and free disk space.

Inputs/Outputs
![]() session in specifies the session of the SFTP server connection. ![]() remote path specifies the path of the disk or filesystem on the SFTP server. ![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() session out returns a session that stores the configuration and state of an SFTP server connection. Use this session to refer to the SFTP server connection in subsequent VI calls. ![]() filesystem statistics returns a reference to the statistics, including total and free space, for the disk or filesystem. Use this reference to refer to these statistics in subsequent VI calls. ![]() error out contains error information. This output provides standard error out functionality. |