InfoConnect for Unisys
FTPPassiveMode Property


Returns or specifies whether InfoConnect'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.
See Also