Sftp.CreateSymlinkAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
CreateSymlinkAsync(String, String, Object)
Begins asynchronous CreateSymlink operation. Creates a symbolic link on the server.
Declaration
public Task CreateSymlinkAsync(string newLinkPath, string existingPath, object state = null)
Parameters
Type | Name | Description |
---|---|---|
String | newLinkPath | Remote path name of the newly-created link. |
String | existingPath | Remote path name of an existing item. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |