.\" This manual page was generated from the file FtpClose.html. .TH FtpClose 3 "06 November 1997" FTPlib .SH NAME FtpClose \- Close a data connection. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpClose(netbuf *" nData ");" .SH "PARAMETERS" .TP .B "nData" A handle returned by FtpAccess(). .SH "DESCRIPTION" .LP Closes the data connection specified by 'nData' and frees associated resources. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.