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).
Dim instance AsIFileTransferDim value AsBoolean
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.