Query: ftpmkdir
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
---|
conchftp(1) - debian |
getfh(2) - hpux |
mkdir(2) - osf1 |
rmdir(2) - sunos |
mkdirat(2) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |
How to copy a column of multiple files and paste into new excel file (next to column)? |