Read VI

Owning Palette: SFTP File

Requires: LIBSSH2

Reads the contents of a remote SFTP file.

Read VI

ci32Max Data Length is the estimated maximum number of bytes of the SFTP file's contents. This must be greater than or equal to the SFTP file's size, but it does not have to be exact.
i1du8Data is the SFTP file's contents as an arrary of bytes. Any kind of data is ultimately represented as a series of bytes.
iToolkit_lvlib_SFTP_FilelvclassSFTP File Out is the same object from SFTP File In.
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.

cToolkit_lvlib_SFTP_FilelvclassSFTP File In represents a libssh2lv shared library SFTP file struct.
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.