Remove a directory from the remote file system.
#include <ftplib.h> int ftplib_rmdir(const char *path, netbuf *nbp);
ftplib_rmdir() sends a remove directory request to the remote server.
Returns 1 if successful or 0 on error.
$Id: ftplib_rmdir.html,v 1.1 2002/12/02 03:12:52 te Exp $