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.

Read VI

istrFile Name is the name of a filesystem file within the SFTP directory.
iToolkit_lvlib_SFTP_AttributeslvclassAttributes Out is the same object from Attributes In.
cToolkit_lvlib_SFTP_AttributeslvclassAttributes In represents a libssh2lv shared library SFTP attributes struct.
iToolkit_lvlib_SFTP_DirectorylvclassSFTP Directory Out is the same object from SFTP Directory In.
cToolkit_lvlib_SFTP_DirectorylvclassSFTP Directory In represents a libssh2lv shared library SFTP directory struct.
iboolEnd-of-Directory? is TRUE if the last filesystem file within the SFTP directory has been read and there are no more files to read.
ci32Max Data Length is the estimated maximum number of bytes for all data associated with a filesystem entry within the SFTP directory.
ierrcodeclstError 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.

cerrcodeclstError 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.