Passive

Declaration: TFtpConnection.Passive: boolean;
The property Passive determines how the data connection is established. By default, the active mode (Passive = FALSE) is used.

Hint: Please note that some FTP servers cannot handle active mode. Further, some firewalls exihibit troubles in handling active connections. Thus we recommend to set Passive to TRUE unless you have a specific reason to use the active mode.