ftplib_delete

Removes a file from the remote system.

SYNOPSIS

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

PARAMETERS

fnm
The name of the file which is to be removed.
nbp
A handle returned by ftplib_connect().

DESCRIPTION

Requests that the server remove the specified file from the remote file system.

RETURN VALUE

Returns 1 if successful or 0 on error.

$Id: ftplib_delete.html,v 1.1 2002/12/02 03:12:51 te Exp $