Click or drag to resize

IFTPReplicationTargetPassiveMode Property


Gets/sets if a passive FTP connection is enabled.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool PassiveMode { get; set; }

Property Value

Type: Boolean
Remarks
You can use a passive connection to avoid issues with NAT devices and firewalls, if the FTP server employs these technologies.
See Also