sftp_readlink

@brief Read the value of a symbolic link.

@param sftp The sftp session handle.

@param path Specifies the path name of the symlink to be read.

@return The target of the link, NULL on error.

@see sftp_get_error()

extern (C)
char*
sftp_readlink
(,
const char* path
)

Meta