typedef void (*SilcSFTPAttrCallback)(SilcSFTP sftp, SilcSFTPStatus status, const SilcSFTPAttributes attrs, void *context);
Attributes callback is called when the server returns the attributes for a file the client has requested. The attributes are saved in the `attrs' structure.