edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionForceConnectModeExtensions Property

Force the use of EPRT and EPSV extensions even for IPv4

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool ForceConnectModeExtensions { get; set; }

Property Value

Boolean

Remarks

The IPv6 EPRT and EPSV commands are supported, but by default only used for IPv6. They can, however be used for IPv4, and will be if this flag is set to true.

See Also