FTP_TIMED_OUT
*retcode = (FtpTimedOut ? FTP_TIMED_OUT : -1);
*retcode = FTP_TIMED_OUT; /* Actually no such host, but we have no way of saying that. :-( */
*retcode = FTP_TIMED_OUT;
#define FTP_TIMEOUT(code) (FtpTimedOut || code == FTP_TIMED_OUT)
return FTP_TIMED_OUT;
if (ftp->error != FTP_TIMED_OUT)
return FTP_TIMED_OUT;
ftp->error = FTP_TIMED_OUT;
return FTP_TIMED_OUT;
ftp->error = FTP_TIMED_OUT;
return FTP_TIMED_OUT;
ftp->error = FTP_TIMED_OUT;
return FTP_TIMED_OUT;