Function silc_sftp_mkdir
SYNOPSIS
void silc_sftp_mkdir(SilcSFTP sftp,
const char *path,
SilcSFTPAttributes attrs,
SilcSFTPStatusCallback callback,
void *context);
DESCRIPTION
Creates a new directory indicated by the `path' with attributes indicated
by the `attrs'. The `callback' is called to indicate the status of the
creation.