Function silc_sftp_stat
SYNOPSIS
void silc_sftp_stat(SilcSFTP sftp,
const char *path,
SilcSFTPAttrCallback callback,
void *context);
DESCRIPTION
Gets the file attributes for a file indicated by the `path'. This
will follow symbolic links also. Calls the `callback' to return the
file attributes.