Function silc_sftp_remove
SYNOPSIS
void silc_sftp_remove(SilcSFTP sftp,
const char *filename,
SilcSFTPStatusCallback callback,
void *context);
DESCRIPTION
Removes a file indicated by the `filename'. Calls the `callback'
to indicate the status of the removing.