Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPPassiveMode Property
In This Topic
FTPPassiveMode Property
In This Topic
Returns or specifies whether the Reflection integrated FTP client sends a PASV command to communicate with the server in passive mode (also called PASV mode).
Syntax
expression.FTPPassiveMode As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
Passive mode is required for connections through some firewalls. This option configures PASV mode connections to minimize connection problems with firewalls. It initiates a separate data connection for directory listings and file transfers. The default value is true.
See Also