Create a directory on the remote system.
#include <ftplib.h>
int FtpMkdir(const char *path, netbuf *nControl);
path
Specifies the argument to mkdir on the remote system.
nControl
A handle returned by FtpConnect().
FtpMkdir() sends a make directory request to the remote system.
Returns 1 if successful or 0 on error.