Port range for active mode, used only if it is necessary to limit the ports to a narrow range specified in a firewall

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

Syntax

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

See Also