Programming with Reflection

image\rwnprg32.gif FTPPassiveMode property

 

Syntax

object.FTPPassiveMode
object.FTPPassiveMode = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether Reflection's integrated FTP client sends a PASV command in order to communicate with the server in passive mode (sometimes called PASV mode). 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.

Values

The default is True.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property