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 PassiveMode As Boolean
Get
Set
property bool PassiveMode {
bool get ();
void set (bool value);
}
abstract PassiveMode : bool with get, set
Property Value
Type:
BooleanRemarks You can use a passive connection to avoid issues with NAT devices and firewalls, if the FTP server employs these technologies.
See Also