Read VI
Owning Palette: SFTP Directory
Requires: LIBSSH2
Reads a single remote SFTP filesystem entry from the remote SFTP directory, including the remote filesystem entry's file status, a.k.a. attributes. Typically, this is used within a While loop to obtain an array of remote SFTP files contained within the remote SFTP directory, where the While loop is terminated when the end of the directory is TRUE.
![]() | File Name is the name of a filesystem file within the SFTP directory. |
![]() | Attributes Out is the same object from Attributes In. |
![]() | Attributes In represents a libssh2lv shared library SFTP attributes struct. |
![]() | SFTP Directory Out is the same object from SFTP Directory In. |
![]() | SFTP Directory In represents a libssh2lv shared library SFTP directory struct. |
![]() | End-of-Directory? is TRUE if the last filesystem file within the SFTP directory has been read and there are no more files to read. |
![]() | Max Data Length is the estimated maximum number of bytes for all data associated with a filesystem entry within the SFTP directory. |
![]() | Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
![]() | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |