method CloseFtpConnection.
Closes a FTP connection
HRESULT CloseFtpConnection(
long ftpConnectionHandle
long
ftpConnectionHandle
);
[in] . Handle of FTP connection
S_OK
The operation was successfull.
E_UNEXPECTED
An unexpected error occoured.
E_FAIL
A general error occoured.
IAPI