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