edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The domain-name or IP address of the FTP server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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