Gets or sets the external address to use when using active connections using the PORT command.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

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

See Also