sftp_symlink

@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()

extern (C)
int
sftp_symlink
(,
const char* target
,
const char* dest
)

Meta