Close VI

Owning Palette: SFTP File

Requires: LIBSSH2

Deallocates, or frees, the memory allocated for the libssh2lv shared library SFTP File struct represented by this SFTP File 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 File object and returns the SFTP object used to originally create it.

SFTP

istrRemote Path is a path on the remote SSH server to the closed SFTP file. 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 File libssh2 library struct from SFTP File.
cToolkit_lvlib_SFTP_FilelvclassSFTP File represents a libssh2lv shared library SFTP file 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.