int InetFTPClose (int FTPHandle);
Logs out and closes down an active FTP connection.
Input | ||
Name | Type | Description |
FTPHandle | integer | A handle returned by the InetFTPLogin or InetFTPLoginEx function. The handle identifies an active FTP connection. |
Name | Type | Description |
result | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |