Function silc_client_file_receive(1)
SYNOPSIS
typedef void (*SilcClientFileMonitor)(SilcClient client,
SilcClientConnection conn,
SilcClientMonitorStatus status,
SilcClientFileError error,
uint64 offset,
uint64 filesize,
SilcClientEntry client_entry,
uint32 session_id,
const char *filepath,
void *context);
DESCRIPTION
Monitor callback that is called during the file transmission to
monitor the transmission process. The `status' indicates the current
monitoring process. The `offset' is the currently transmitted amount
of total `filesize'. The `client_entry' indicates the remote client,
and the transmission session ID is the `session_id'. The filename
being transmitted is indicated by the `filepath'.