ftplib_rmdir

Remove a directory from the remote file system.

SYNOPSIS

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

PARAMETERS

path
A string containing the name of a remote directory.
nbp
A handle returned by ftplib_connect().

DESCRIPTION

ftplib_rmdir() sends a remove directory request to the remote server.

RETURN VALUE

Returns 1 if successful or 0 on error.

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