Attachmate Reflection 2014 .NET API Reference
FTPPassiveMode Property


Returns or specifies whether Reflection's integrated FTP client sends a PASV command in order to communicate with the server in passive mode (sometimes called PASV mode).
Syntax
'Declaration
 
Property FTPPassiveMode As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.FTPPassiveMode = value
 
value = instance.FTPPassiveMode
bool FTPPassiveMode {get; set;}
Remarks
The default value is true. Doing this initiates a separate data connection for directory listings and file transfers. Passive mode is required for connections through some firewalls. This option configures PASV mode connections to minimize connection problems with firewalls, such as the Windows firewall enabled by default in some versions of Windows XP.
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