IFtp.GetCurrentDirectoryAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetCurrentDirectoryAsync(Object)
Gets the absolute path of the current working directory on the remote server.
Declaration
Task<string> GetCurrentDirectoryAsync(object state = null)
Parameters
Type | Name | Description |
---|---|---|
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<String> | A string containing the absolute path of the current working remote directory. |