void silc_sftp_mkdir(SilcSFTP sftp, const char *path, SilcSFTPAttributes attrs, SilcSFTPStatusCallback callback, void *context);
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.