Returns real server path.

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

Syntax

C#
public string GetRealPath(
	string path
)
Visual Basic
Public Function GetRealPath ( _
	path As String _
) As String
Visual C++
public:
String^ GetRealPath(
	String^ path
)

Parameters

path
Type: System..::..String
target path

Return Value

real server path

Exceptions

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

See Also