InfoConnect for Unisys
FTPUseWRQFTP Property


Returns or specifies whether InfoConnect uses InfoConnect's implementation for FTP 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, InfoConnect uses InfoConnect FTP. You can use InfoConnect 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, InfoConnect use's Microsoft's FTP, which can only be used to transfer files to UNIX hosts.
See Also