Open VI

Owning Palette: SFTP Directory

Requires: LIBSSH2

Creates a new SFTP Directory object that represents a libssh2lv shared library SFTP Directory struct. This VI must be called, or executed, before using any other SFTP Attributes-related VIs. This VI allocates memory within the libssh2lv shared library that must be explicitly deallocated, or freed, at the end of the application using the Close VI to avoid memory leaks or running Out-of-Memory (OOM) on a resource contrained system.

Open VI

SFTP

Creates a new SFTP Directory object from a SFTP object.

SFTP

iToolkit_lvlib_SFTP_DirectorylvclassSFTP Directory represents a libssh2lv shared library SFTP Directory struct.
cstrRemote Path is a path on the remote SSH server to an existing directory. The path separator of the remote filesystem should be used. For example, a forwardslash, "/", should be used if the remote SSH server is a UNIX-like system, while a backslash, "\", should be used if the remote SSH server is a DOS-like system.
cToolkit_lvlib_SFTPlvclassSFTP represents a libssh2lv shared library SFTP struct.
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.