Attachmate Reflection 2014 .NET API Reference
FTPUseWRQFTP Property


Returns or specifies whether Reflection uses Reflection'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, Reflection uses Reflection FTP. 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, Reflection use's Microsoft's FTP, which can only be used to transfer files to UNIX hosts.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IFileTransfer Interface
IFileTransfer Members

Send Feedback