FtpClose(3) Library Functions Manual FtpClose(3)NAMEFtpClose - Close a data connection.SYNOPSIS#include <ftplib.h> int FtpClose(netbuf *nData);PARAMETERSnData A handle returned by FtpAccess().DESCRIPTIONCloses the data connection specified by 'nData' and frees associated resources.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpClose(3)