Debug

The Debug method attribute is always in one of two states. If it is set to .true then debug messages will be sent to STDOUT. If it is set to .false then all debugging messages will be suppressed.

The default value is .false.

Example:

The following will enable the debugging messages.

myftpobj~debug = .true