ftpc_mkdir

NAME
SYNOPSIS
DESCRIPTION
RETURNS
AUTHOR
LICENSE
VERSION

NAME

ftpc_mkdir, ftpc_rmdir - Create or remove directories on the server.

SYNOPSIS

#include <pthr_ftpc.h>

int ftpc_mkdir (ftpc ftpc, const char *pathname);
int ftpc_rmdir (ftpc ftpc, const char *pathname);

DESCRIPTION

ftpc_mkdir creates a directory called pathname on the server. ftpc_rmdir removes a directory called pathname on the server.

RETURNS

0 if successful, -1 if the attempt failed. If a fatal error occurs with the connection, an exception is thrown.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

pthrlib-3.0.3