edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Force the use of EPRT and EPSV extensions even for IPv4

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool ForceConnectModeExtensions { get; set; }
Visual Basic
Public Property ForceConnectModeExtensions As Boolean
	Get
	Set
Visual C++
public:
property bool ForceConnectModeExtensions {
	bool get ();
	void set (bool value);
}

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