SftpException.RemotePath Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
RemotePath
Gets the path of the remote file or directory which is currently processed or null (Nothing in Visual Basic) if not available.
Declaration
public string RemotePath { get; }
Property Value
Type | Description |
---|---|
String | Path of the remote file or directory which is currently processed or null (Nothing in Visual Basic) if not available. |