edtFTPnet/Free - Open-source FTP component for .NET | Download

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

Syntax

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

See Also