Retrieves the last error description or server response on the thread calling this function
#include <FTPEx.au3>
_FTP_GetLastResponseInfo ( ByRef $iError, ByRef $sMessage )
$iError | returns an error message pertaining to the operation that failed. |
$sMessage | returns the error text. |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero. |
Search InternetGetLastResponseInfo in MSDN Library.