/* FTP.h
*
* Copyright (c) 1996-2005 Mike Gleason, NcFTP Software.
* All rights reserved.
*
*/
/* FTP.c */
void FTPFixServerDataAddr(const FTPCIPtr cip);
void FTPFixClientDataAddr(const FTPCIPtr cip);
int OpenControlConnection(const FTPCIPtr cip, char *host, unsigned int port);
void CloseDataConnection(const FTPCIPtr cip);
int SetStartOffset(const FTPCIPtr cip, longest_int restartPt);
int OpenDataConnection(const FTPCIPtr cip, int mode);
int AcceptDataConnection(const FTPCIPtr cip);
void HangupOnServer(const FTPCIPtr cip);
void SendTelnetInterrupt(const FTPCIPtr cip);
syntax highlighted by Code2HTML, v. 0.9.1