Removes a file from the remote system.
#include <ftplib.h> int ftplib_delete(const char *fnm, netbuf *nbp);
Requests that the server remove the specified file from the remote file system.
Returns 1 if successful or 0 on error.
$Id: ftplib_delete.html,v 1.1 2002/12/02 03:12:51 te Exp $