Force the PORT command to send a fixed IP address, used only for certain firewalls

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public IPAddress ActiveIPAddress { get; set; }
Visual Basic
Public Property ActiveIPAddress As IPAddress
	Get
	Set
Visual C++
public:
property IPAddress^ ActiveIPAddress {
	IPAddress^ get ();
	void set (IPAddress^ value);
}

See Also