FtpDelete(3) Library Functions Manual FtpDelete(3)NAMEFtpDelete - Removes a file from the remote system.SYNOPSIS#include <ftplib.h> int FtpDelete(const char *fnm, netbuf *nControl);PARAMETERSfnm The name of the file which is to be removed. nControl A handle returned by FtpConnect().DESCRIPTIONRequests that the server remove the specified file from the remote file system.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpDelete(3)
| Related Man Pages |
|---|
| ftpoptions(3) - debian |
| cfg_connect(3) - osf1 |
| rpcb_getaddr(3) - netbsd |
| rpcb_gettime(3) - netbsd |
| rpcb_set(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |