InfoConnect for Unisys
FTPUseWRQFTP Property


Returns or specifies whether to use Reflection FTP for file transfers.
Syntax
'Declaration
 
Property FTPUseWRQFTP As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.FTPUseWRQFTP = value
 
value = instance.FTPUseWRQFTP
bool FTPUseWRQFTP {get; set;}
Remarks
The default value is true. When this property is True, Reflection FTP is used. You can use Reflection FTP to 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's FTP is used. Microsoft's FTP can only be used to transfer files to UNIX hosts.
See Also