.\" This manual page was generated from the file FtpMkdir.html. .TH FtpMkdir 3 "06 November 1997" FTPlib .SH NAME FtpMkdir \- Create a directory on the remote system. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpMkdir(const char *" path ", netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "path" Specifies the argument to mkdir on the remote system. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpMkdir() sends a make directory request to the remote system. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.