FtpMkdir(3) Library Functions Manual FtpMkdir(3)NAMEFtpMkdir - Create a directory on the remote system.SYNOPSIS#include <ftplib.h> int FtpMkdir(const char *path, netbuf *nControl);PARAMETERSpath Specifies the argument to mkdir on the remote system. nControl A handle returned by FtpConnect().DESCRIPTIONFtpMkdir() sends a make directory request to the remote system.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpMkdir(3)
| Related Man Pages |
|---|
| gvfs-mkdir(1) - opensolaris |
| cftp(1) - suse |
| mkdir(2) - osf1 |
| rmdir(2) - osf1 |
| cftp(1) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Detecting unused variables... |
| Weird 'find' results |