Function Reference


_FTP_FileClose

Closes the Handle returned by _FTP_FileOpen

#include <FTPEx.au3>
_FTP_FileClose ( $hFTPFile )

Parameters

$hFTPFile as returned by _FTP_FileOpen()

Return Value

Success: 1.
Failure: 0 and sets the @error flag to non-zero.

Related

_FTP_FileOpen

See Also

Search InternetCloseHandle in MSDN Library.