Open Object Rexx™: RxFtp Class Library Reference | ||
---|---|---|
Prev | Chapter 4. RxFtp Additional Method Attributes | Next |
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