IFtp.ChangeDirectoryAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
ChangeDirectoryAsync(String, Object)
Changes the current working directory on the server.
Declaration
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 |