Close a data connection.
#include <ftplib.h>
int FtpClose(netbuf *nData);
nData
A handle returned by FtpAccess().
Closes the data connection specified by 'nData' and frees associated resources.
Returns 1 if successful or 0 on error.