FtpTrace

The FtpTrace method starts the tracing of FTP commands. The initial state is off. If tracing is on the FTP commands sent to the server and their responses will be displayed.

Syntax:

>>-- myftpobj~FtpTrace()-------------------------------------------------><

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.