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.492
Syntax
bool PassiveMode { get; set; }

Property Value

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