Sftp.CreateSymlink Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
CreateSymlink(String, String)
Creates a symbolic link on the server.
Declaration
public void CreateSymlink(string newLinkPath, string existingPath)
Parameters
Type | Name | Description |
---|---|---|
String | newLinkPath | Remote path name of the newly-created link. |
String | existingPath | Remote path name of an existing item. |