FileTransferClient.ChangeDirectoryAsync Method
Namespace: Rebex.Net
Assembly: Rebex.FileTransfer.dll (version 7.0.9083)
ChangeDirectoryAsync(String, Object)
Changes the current working directory on the server.
Declaration
public Task ChangeDirectoryAsync(string remotePath, object state = null)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | Path of the directory to change to. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |