void silc_sftp_stat(SilcSFTP sftp, const char *path, SilcSFTPAttrCallback callback, void *context);
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.