Write All VI

Owning Palette: SFTP File

Requires: LIBSSH2

Writes all of the bytes to a remote SFTP file in a series of smaller 30KB chunks, or blocks.

Write All VI

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.

iToolkit_lvlib_SFTP_FilelvclassSFTP File Out is the same object from SFTP File In.
ii64Block Write Count is the number of bytes added to the SFTP file when the operation completes. If the operation is successful, then this value will equal to the array size of Data. If the operation fails, then this value will be less than the array size of Data.
cToolkit_lvlib_SFTP_FilelvclassSFTP File In represents a libssh2lv shared library SFTP file struct.
c1du8Data is the binary value to append to the SFTP file represented as a byte array. Any kind of data is ultimately represented as a series of bytes.