.\" This manual page was generated from the file FtpDelete.html. .TH FtpDelete 3 "06 November 1997" FTPlib .SH NAME FtpDelete \- Removes a file from the remote system. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpDelete(const char *" fnm ", netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "fnm" The name of the file which is to be removed. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP Requests that the server remove the specified file from the remote file system. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.