Close VI

Owning Palette: SFTP Directory

Requires: LIBSSH2

Deallocates, or frees, the memory allocated for the libssh2lv shared library SFTP Directory struct represented by this SFTP Directory object. After this is called, the object can no longer be used in the application without causing a segmentation fault, i.e. crashing LabVIEW. This VI must be called to avoid leaking memory or running Out-of-Memory (OOM) on resource-constrained systems.

Close VI

SFTP

Destroys this SFTP Directory object and returns the SFTP object used to create it.

SFTP

istrRemote Path is a path on the remote SSH server to the existing directory that was closed. 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.
iToolkit_lvlib_SFTPlvclassSFTP represents the same SFTP object that was used to create the SFTP Directory libssh2 library struct from SFTP Directory.
cToolkit_lvlib_SFTP_DirectorylvclassSFTP Directory represents a libssh2lv shared library SFTP directory 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.