ftplib_mkdir

Create a directory on the remote system.

SYNOPSIS

#include <ftplib.h>
int ftplib_mkdir(const char *path, netbuf *nbp);

PARAMETERS

path
Specifies the argument to mkdir on the remote system.
nbp
A handle returned by ftplib_connect().

DESCRIPTION

ftplib_mkdir() sends a make directory request to the remote system.

RETURN VALUE

Returns 1 if successful or 0 on error.

$Id: ftplib_mkdir.html,v 1.1 2002/12/02 03:12:52 te Exp $