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.

Note Files accessible over SFTP may span more than one filesystem. For instance, on an NI Linux Real-Time system, the directories /home/lvuser, /media/sda1, and /tmp typically each resides on a different filesystem, and this VI might return different results for each directory.


icon

Inputs/Outputs

  • cNI__SFTP_lvlib_Sessionlvclass.png session in

    session in specifies the session of the SFTP server connection.

  • cstr.png remote path

    remote path specifies the path of the disk or filesystem on the SFTP server.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iNI__SFTP_lvlib_Sessionlvclass.png session out

    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.

  • iNI__SFTP_lvlib_Filesystem_Statisticslvclass.png filesystem statistics

    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.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.