SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

CreateLink Method

Creates a symbolic or hard link to a remote file.

Object Oriented Interface

public function doCreateLink($linkpath, $targetpath, $hardlink);

Procedural Interface

secureblackboxlite_sftpclient_do_createlink($res, $linkpath, $targetpath, $hardlink);

Remarks

Use this method to create a symbolic or hard link on the server. Provide the name of the new link object via the LinkPath parameter, and the destinating file or directory path via the TargetPath parameter. HardLink specifies whether the new link should be hard (true) or symbolic (false).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]