|
|
* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * *************************************************************************
| xqlFtp ()
| xqlFtp |
| ~xqlFtp ()
| ~xqlFtp |
| void DoOpen (char *)
| DoOpen |
| void DoList (char *)
| DoList |
| void DoCD (const char *pDir)
| DoCD |
| void DoLogin (char *pUser, char* pPasswd)
| DoLogin |
| void DoClose (void)
| DoClose |
| void DoLCD ( char *)
| DoLCD |
| void DoPut (const char * pLocalFile, const char * pRemoteFile )
| DoPut |
| void DoGet (const char *pRemoteFile, const char * pLocalFile)
| DoGet |
| void DoLLS ( char * command )
| DoLLS |
| void DoBinary ()
| DoBinary |
| void DoAscii ()
| DoAscii |
| void DoPWD ()
| DoPWD |
| int CheckFds (char *)
| CheckFds |
| void DoConnect ()
| DoConnect |
| void setUserName (const char* pUser)
| setUserName |
| void setHostname (const char * pHostname)
| setHostname |
| void setPasswd (const char * pPasswd)
| setPasswd |
| char szBuffer[1025] | szBuffer[1025] |
[private]
| char szUser[20] | szUser[20] |
[private]
| char szPass[256] | szPass[256] |
[private]
| int Connected | Connected |
[private]
| int hListenSocket | hListenSocket |
[private]
| int hControlSocket | hControlSocket |
[private]
| int hDataSocket | hDataSocket |
[private]
| char mHostname[1025] | mHostname[1025] |
[private]
| int bSendPort | bSendPort |
[private]
| int ReadCommand | ReadCommand |
[private]
| int bMode | bMode |
[private]
| int GetReply ()
| GetReply |
[private]
| int GetLine ()
| GetLine |
[private]
| void CleanUp ()
| CleanUp |
[private]
| int SendControlMsg (char *, int)
| SendControlMsg |
[private]
| int SendDataMsg ( char *szBuffer, int len)
| SendDataMsg |
[private]
| int ConnectToServer (char *name, char *port)
| ConnectToServer |
[private]
| int GetListenSocket ()
| GetListenSocket |
[private]
| int InitWinsock ()
| InitWinsock |
[private]
| int AcceptConnection ()
| AcceptConnection |
[private]
| void CloseControlConnection ( void )
| CloseControlConnection |
[private]
| void CloseDataConnection ( int hDataSocket )
| CloseDataConnection |
[private]
| void CloseListenSocket ()
| CloseListenSocket |
[private]
| int ReadDataMsg ( char *szBuffer, int len)
| ReadDataMsg |
[private]
| void GetPassword ( char *szPass )
| GetPassword |
[private]
| int GetUnixInput (char *command)
| GetUnixInput |
[private]
| int GetWin32Input ( char *command)
| GetWin32Input |
[private]
| void GetFile (const char *fname, const char* pToName)
| GetFile |
[private]
| void PutFile (const char *fname, const char * pToFile)
| PutFile |
[private]
| int ReadControlMsg ( char *szBuffer, int len)
| ReadControlMsg |
[private]
| int CheckControlMsg ( char *szPtr, int len)
| CheckControlMsg |
[private]
| int CheckInput ()
| CheckInput |
[private]
| Generated by: markus on hobbes on Fri Mar 29 16:15:24 2002, using kdoc 2.0a53. |