Closes the Handle returned by _FTP_FileOpen
#include <FTPEx.au3>
_FTP_FileClose ( $hFTPFile )
$hFTPFile | as returned by _FTP_FileOpen() |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero. |
Search InternetCloseHandle in MSDN Library.