home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / ncftp / older_versions / ncftp-3.2.2-src.tar.bz2 / ncftp-3.2.2-src.tar / ncftp-3.2.2 / libncftp / ftp.h < prev    next >
Text File  |  2007-07-28  |  581b  |  18 lines

  1. /* FTP.h
  2.  *
  3.  * Copyright (c) 1996-2005 Mike Gleason, NcFTP Software.
  4.  * All rights reserved.
  5.  *
  6.  */
  7.  
  8. /* FTP.c */
  9. void FTPFixServerDataAddr(const FTPCIPtr cip);
  10. void FTPFixClientDataAddr(const FTPCIPtr cip);
  11. int OpenControlConnection(const FTPCIPtr cip, char *host, unsigned int port);
  12. void CloseDataConnection(const FTPCIPtr cip);
  13. int SetStartOffset(const FTPCIPtr cip, longest_int restartPt);
  14. int OpenDataConnection(const FTPCIPtr cip, int mode);
  15. int AcceptDataConnection(const FTPCIPtr cip);
  16. void HangupOnServer(const FTPCIPtr cip);
  17. void SendTelnetInterrupt(const FTPCIPtr cip);
  18.