Close connection to server.
#include <ftplib.h>
void FtpQuit(netbuf *nControl);
nControl
A handle returned by FtpConnect().
FtpQuit() closes the connection to the remote server and frees any resources associated with the connection.
None.