InetFTPClose

int InetFTPClose (int FTPHandle);

Purpose

Logs out and closes down an active FTP connection.

Parameters

Input
Name Type Description
FTPHandle integer A handle returned by the InetFTPLogin or InetFTPLoginEx function. The handle identifies an active FTP connection.

Return Value

Name Type Description
result integer Return value indicating whether the function was successful. A negative number indicates that an error occurred.