Creates a symbolic link on the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Sub CreateSymlink ( _ newLinkPath As String, _ existingPath As String _ ) |
C# |
---|
public void CreateSymlink( string newLinkPath, string existingPath ) |
Parameters
- newLinkPath
- Type: System..::..String
Remote path name of the newly-created link.
- existingPath
- Type: System..::..String
Remote path name of an existing item.