wodSFTP API library - Destroy Method
      
 

Description

Destroys an instance of the wodSFTPdll library.


Return Type

None (void).


Syntax

void Sftp_Destroy(void *Sftp);

The Abort Method syntax has these parts:

Part Description
void *Sftp Handle of the created Sftp instance.

Remarks

When you are done using wodSFTP and want to remove it from memory, call this function. The Sftp instance will be destroyed and memory will be freed. After calling this function, the Sftp handle will become invalid. To use any Sftp related function again, you must create a new instance using the Sftp_Create call.