#include <ftplib.h>
int ftplib_abort(netbuf *nbp);
A handle returned by ftplib_connect()
Instructs the server to abort previous service command and any associated trnasfers of data.
Returns 1 if successful of 0 on error.
$Id: ftplib_abort.html,v 1.1 2002/12/02 03:12:51 te Exp $