Sftp.ResolveSymlinkAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
ResolveSymlinkAsync(String, Object)
Begins asynchronous ResolveSymlink operation. Resolves the symlink and returns the real path.
Declaration
public Task<string> ResolveSymlinkAsync(string remotePath, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | remotePath | The symlink path. |
| Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
| Type | Description |
|---|---|
| Task<String> | Real path. |