Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / FTPPassiveMode Property


In This Topic
FTPPassiveMode Property
In This Topic
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
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.
See Also