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