ftpmkdir(3) debian man page | unix.com

Man Page: ftpmkdir

Operating Environment: debian

Section: 3

FtpMkdir(3)						     Library Functions Manual						       FtpMkdir(3)

NAME
FtpMkdir - Create a directory on the remote system.
SYNOPSIS
#include <ftplib.h> int FtpMkdir(const char *path, netbuf *nControl);
PARAMETERS
path Specifies the argument to mkdir on the remote system. nControl A handle returned by FtpConnect().
DESCRIPTION
FtpMkdir() sends a make directory request to the remote system.
RETURN VALUE
Returns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpMkdir(3)
Related Man Pages
conchftp(1) - debian
rfmkdir(1) - debian
libssh2_sftp_mkdir_ex(3) - centos
mkdir(2) - osf1
mkdirat(2) - freebsd
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?