Sftp.ChangeDirectory Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9313)
ChangeDirectory(String)
Changes the current working directory on the server.
Declaration
public void ChangeDirectory(string remotePath)
Parameters
| Type | Name | Description | 
|---|---|---|
| String | remotePath | Path of the directory to change to.  |