Function silc_sftp_realpath
SYNOPSIS
void silc_sftp_realpath(SilcSFTP sftp,
const char *path,
SilcSFTPNameCallback callback,
void *context);
DESCRIPTION
Canonicalizes the path indicated by the `path' to a absolute path.
The `callback' is called to return the absolute path.