Function silc_client_file_receive
SYNOPSIS
SilcClientFileError
silc_client_file_receive(SilcClient client,
SilcClientConnection conn,
SilcClientFileMonitor monitor,
void *monitor_context,
uint32 session_id);
DESCRIPTION
Receives a file from a client indicated by the `client_entry'. The
`session_id' indicates the file transmission session and it has been
received in the `ftp' client operation function. This will actually
perform the key agreement protocol with the remote client before
actually starting the file transmission. The `monitor' callback
will be called to monitor the transmission.
If error will occur during the file transfer process the error
status will be returned in the monitor callback. In this case
the application must call silc_client_file_close to close the
session.