Close connection to server.
#include <ftplib.h> void ftplib_quit(netbuf *nbp);
ftplib_quit() closes the connection to the remote server and frees any resources associated with the connection.
None.
$Id: ftplib_quit.html,v 1.1 2002/12/02 03:12:52 te Exp $