FtpSys

The FtpSys method returns the operating system description information from FTP server. The information is placed in the attribute Response as an Object Rexx array of lines. However, this method always returns a single line to the array if it succeeds. The array will be empty if this method encounters an error.

Syntax:

>>-- myftpobj~FtpSys()---------------------------------------------------><

Arguments:

None.

Return Values:

A value of 0 indicates successful execution of the method. The value -1 indicates an error. You can get the specific error code by inspection of the method FtpErrno. Possible values:

FTPCOMMAND

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