Gets or sets the use EPSV command.

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

Syntax

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

See Also