Function silc_sftp_fstat
SYNOPSIS
void silc_sftp_fstat(SilcSFTP fstp,
SilcSFTPHandle handle,
SilcSFTPAttrCallback callback,
void *context);
DESCRIPTION
Gets a file attributes for a opened file indicated by the `handle'.
Calls the `callback' to return the file attributes.