@brief Create a symbolic link.
@param sftp The sftp session handle.
@param target Specifies the target of the symlink.
@param dest Specifies the path name of the symlink to be created.
@return 0 on success, < 0 on error with ssh and sftp error set.
@see sftp_get_error()
See Implementation
@brief Create a symbolic link.
@param sftp The sftp session handle.
@param target Specifies the target of the symlink.
@param dest Specifies the path name of the symlink to be created.
@return 0 on success, < 0 on error with ssh and sftp error set.
@see sftp_get_error()