InfoConnect for Unisys VBA Guide
FTPUseWRQFTP Property
Returns or specifies whether to use the Reflection FTP for file transfers.
Syntax
Object.FTPUseWRQFTP As Boolean
Remarks
When this property is true, Reflection FTP is used. Reflection FTP can transfer files to an FTP server running on another PC, or on a UNIX, Unisys, VAX, HP, or other host. When it is false, Microsoft FTP used. Microsoft FTP can transfer files only to UNIX hosts. The default value is true.
See Also