FtpErrno

The FtpErrno method attribute contains extended information when a method return an error. It is a simple string value or a zero-length string when the method is successful.

These are the possible values for FtpErrno.

FTPCOMMAND

The internal FTP command or the arguments to the method are in error.

FTPHOST

Unknown host name or server not responding.

FTPSOCKET

RxSock function error.

FTPCONNECT

Server not responding or not available.

FTPLOGIN

Invalid login information was supplied.

Example:

The following will display the FtpErrno.

if myftpobj~ftperrno <> "" then say myftpobj~ftperrno