Create a directory on the remote system.
#include <ftplib.h> int ftplib_mkdir(const char *path, netbuf *nbp);
ftplib_mkdir() sends a make directory request to the remote system.
Returns 1 if successful or 0 on error.
$Id: ftplib_mkdir.html,v 1.1 2002/12/02 03:12:52 te Exp $