ftpdelete(3) debian man page | unix.com

Man Page: ftpdelete

Operating Environment: debian

Section: 3

FtpDelete(3)						     Library Functions Manual						      FtpDelete(3)

NAME
FtpDelete - Removes a file from the remote system.
SYNOPSIS
#include <ftplib.h> int FtpDelete(const char *fnm, netbuf *nControl);
PARAMETERS
fnm The name of the file which is to be removed. nControl A handle returned by FtpConnect().
DESCRIPTION
Requests that the server remove the specified file from the remote file system.
RETURN VALUE
Returns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpDelete(3)
Related Man Pages
cfg_disconnect(3) - osf1
rexec(3) - osf1
rexec_r(3) - osf1
rcmdsh(3) - osx
rcmdsh(3) - freebsd
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?