Open Object Rexx™: RxFtp Class Library Reference | ||
---|---|---|
Prev | Chapter 4. RxFtp Additional Method Attributes | Next |
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.
The internal FTP command or the arguments to the method are in error.
Unknown host name or server not responding.
RxSock function error.
Server not responding or not available.
Invalid login information was supplied.
Example:
The following will display the FtpErrno.
if myftpobj~ftperrno <> "" then say myftpobj~ftperrno