Discuss this help topic in SecureBlackbox Forum
TElSimpleSFTPClient.CreateHardLink
Creates a new hard-link.
Declaration
Parameters
Return value
True if operation was completed successfully;
False otherwise.
Description
Use this method to create hard links on a server side.
In case of error, EElSFTPError exception containing
SFTP error code, is raised.
For more information on error handling, please read the
corresponding how-to article.
It is generally not possible to create hard links across devices.
This feature is supported since version 6 of the SFTP protocol.