The remote directory.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

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

Exceptions

ExceptionCondition
Jscape.Sftp..::..SftpExceptionif protocol error occurs

See Also