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

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

Syntax

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

Implements

IFileTransferClient..::..RemoteHost

Remarks

This property may only be set if not currently connected.

.

See Also