FtpRmdir(3) Library Functions Manual FtpRmdir(3)NAMEFtpRmdir - Remove a directory from the remote file system.SYNOPSIS#include <ftplib.h> int FtpRmdir(const char *path, netbuf *nControl);PARAMETERSpath A string containing the name of a remote directory. nControl A handle returned by FtpConnect().DESCRIPTIONFtpRmdir() sends a remove directory request to the remote server.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpRmdir(3)
| Related Man Pages |
|---|
| ftpoptions(3) - debian |
| libssh2_sftp_rmdir_ex(3) - debian |
| showmount(1m) - hpux |
| getfh(2) - hpux |
| remove(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |