PowerTCP SSH and SFTP for .NET
CreateLink Method




The absolute or relative (to WorkingDirectory) path of the link to be created.
The absolute or relative (to WorkingDirectory) path of the target.
Creates a symbolic link on the server. Creates a link "linkPath" that points to a target file or directory "targetPath".
Syntax
'Declaration
 
Public Sub CreateLink( _
   ByVal linkPath As String, _
   ByVal targetPath As String _
) 
'Usage
 
Dim instance As Sftp
Dim linkPath As String
Dim targetPath As String
 
instance.CreateLink(linkPath, targetPath)
public void CreateLink( 
   string linkPath,
   string targetPath
)
public: void CreateLink( 
   string* linkPath,
   string* targetPath
) 
public:
void CreateLink( 
   String^ linkPath,
   String^ targetPath
) 

Parameters

linkPath
The absolute or relative (to WorkingDirectory) path of the link to be created.
targetPath
The absolute or relative (to WorkingDirectory) path of the target.
See Also

Reference

Sftp Class
Sftp Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic