edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[SFTP Only] Creates a symbolic link on the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void CreateSymbolicLink(
	string linkPath,
	string targetPath
)
Visual Basic
Public Sub CreateSymbolicLink ( _
	linkPath As String, _
	targetPath As String _
)
Visual C++
public:
void CreateSymbolicLink(
	String^ linkPath, 
	String^ targetPath
)

Parameters

linkPath
Type: System..::..String
path name of the symlink to be created
targetPath
Type: System..::..String
target of the symlink on the remote server

Remarks

Not all servers support symlinks.

See Also