Sftp.IFtp.GetCurrentDirectoryAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9313)
IFtp.GetCurrentDirectoryAsync(Object)
Gets the absolute path of the current working directory on the remote server.
Declaration
Task<string> IFtp.GetCurrentDirectoryAsync(object state)
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.  |