Get or set the system string (typically the string returned from the SYST command).

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

Syntax

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

See Also