The domain-name or IP address of the FTP server.

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

Syntax

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

Implements

IFileTransferClient..::..RemoteHost

Remarks

This property may only be set if not currently connected.

.

See Also