Function silc_sftp_readlink
SYNOPSIS
void silc_sftp_readlink(SilcSFTP sftp,
const char *path,
SilcSFTPNameCallback callback,
void *context);
DESCRIPTION
Reads the target of a symbolic link indicated by the `path'. The
`callback' is called to return the target of the symbolic link.