This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | __FTPLIB_H |
| #define | FTPLIB_DIR 1 |
| #define | FTPLIB_DIR_VERBOSE 2 |
| #define | FTPLIB_FILE_READ 3 |
| #define | FTPLIB_FILE_WRITE 4 |
| #define | FTPLIB_ASCII 'A' |
| #define | FTPLIB_IMAGE 'I' |
| #define | FTPLIB_TEXT FTPLIB_ASCII |
| #define | FTPLIB_BINARY FTPLIB_IMAGE |
| #define | FTPLIB_PASSIVE 1 |
| #define | FTPLIB_PORT 2 |
| #define | FTPLIB_CONNMODE 1 |
| #define | FTPLIB_CALLBACK 2 |
| #define | FTPLIB_IDLETIME 3 |
| #define | FTPLIB_CALLBACKARG 4 |
| #define | FTPLIB_CALLBACKBYTES 5 |
| #define | ftplib_lastresp FtpLastResponse(DefaultNetbuf) |
| #define | ftpInit FtpInit |
| #define | ftpOpen(x) FtpConnect(x, &DefaultNetbuf) |
| #define | ftpLogin(x, y) FtpLogin(x, y, DefaultNetbuf) |
| #define | ftpSite(x) FtpSite(x, DefaultNetbuf) |
| #define | ftpMkdir(x) FtpMkdir(x, DefaultNetbuf) |
| #define | ftpChdir(x) FtpChdir(x, DefaultNetbuf) |
| #define | ftpRmdir(x) FtpRmdir(x, DefaultNetbuf) |
| #define | ftpNlst(x, y) FtpNlst(x, y, DefaultNetbuf) |
| #define | ftpDir(x, y) FtpDir(x, y, DefaultNetbuf) |
| #define | ftpGet(x, y, z) FtpGet(x, y, z, DefaultNetbuf) |
| #define | ftpPut(x, y, z) FtpPut(x, y, z, DefaultNetbuf) |
| #define | ftpRename(x, y) FtpRename(x, y, DefaultNetbuf) |
| #define | ftpDelete(x) FtpDelete(x, DefaultNetbuf) |
| #define | ftpQuit() FtpQuit(DefaultNetbuf) |
Typedefs | |
| typedef NetBuf | netbuf |
| typedef int(* | FtpCallback )(netbuf *nControl, int xfered, void *arg) |
Functions | |
| GLOBALREF void | FtpInit (void) |
| GLOBALREF char * | FtpLastResponse (netbuf *nControl) |
| GLOBALREF int | FtpConnect (const char *host, netbuf **nControl) |
| GLOBALREF int | FtpOptions (int opt, long val, netbuf *nControl) |
| GLOBALREF int | FtpLogin (const char *user, const char *pass, netbuf *nControl) |
| GLOBALREF int | FtpAccess (const char *path, int typ, int mode, netbuf *nControl, netbuf **nData) |
| GLOBALREF int | FtpRead (void *buf, int max, netbuf *nData) |
| GLOBALREF int | FtpWrite (void *buf, int len, netbuf *nData) |
| GLOBALREF int | FtpClose (netbuf *nData) |
| GLOBALREF int | FtpSite (const char *cmd, netbuf *nControl) |
| GLOBALREF int | FtpSysType (char *buf, int max, netbuf *nControl) |
| GLOBALREF int | FtpMkdir (const char *path, netbuf *nControl) |
| GLOBALREF int | FtpChdir (const char *path, netbuf *nControl) |
| GLOBALREF int | FtpCDUp (netbuf *nControl) |
| GLOBALREF int | FtpRmdir (const char *path, netbuf *nControl) |
| GLOBALREF int | FtpPwd (char *path, int max, netbuf *nControl) |
| GLOBALREF int | FtpNlst (const char *output, const char *path, netbuf *nControl) |
| GLOBALREF int | FtpDir (const char *output, const char *path, netbuf *nControl) |
| GLOBALREF int | FtpSize (const char *path, int *size, char mode, netbuf *nControl) |
| GLOBALREF int | FtpModDate (const char *path, char *dt, int max, netbuf *nControl) |
| GLOBALREF int | FtpGet (const char *output, const char *path, char mode, netbuf *nControl) |
| GLOBALREF int | FtpPut (const char *input, const char *path, char mode, netbuf *nControl) |
| GLOBALREF int | FtpRename (const char *src, const char *dst, netbuf *nControl) |
| GLOBALREF int | FtpDelete (const char *fnm, netbuf *nControl) |
| GLOBALREF void | FtpQuit (netbuf *nControl) |
Variables | |
| netbuf * | DefaultNetbuf |
| GLOBALREF int | ftplib_debug |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 45 of file ftplib.h. Referenced by NetworkDialog::downloadFile(), and OpieFtp::remoteDownload(). |
|
|
|
|
|
Definition at line 56 of file ftplib.h. Referenced by NetworkDialog::downloadFile(), OpieFtp::localUpload(), OpieFtp::nullifyCallBack(), and OpieFtp::remoteDownload(). |
|
|
Definition at line 58 of file ftplib.h. Referenced by NetworkDialog::downloadFile(), OpieFtp::localUpload(), OpieFtp::nullifyCallBack(), and OpieFtp::remoteDownload(). |
|
|
Definition at line 59 of file ftplib.h. Referenced by NetworkDialog::downloadFile(), OpieFtp::localUpload(), OpieFtp::nullifyCallBack(), and OpieFtp::remoteDownload(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 57 of file ftplib.h. Referenced by NetworkDialog::downloadFile(), OpieFtp::localUpload(), OpieFtp::nullifyCallBack(), and OpieFtp::remoteDownload(). |
|
|
Definition at line 46 of file ftplib.h. Referenced by OpieFtp::localUpload(), and OpieFtp::remoteDownload(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
Referenced by OpieFtp::remoteListClicked(), and OpieFtp::upDir(). |
|
||||||||||||
|
Referenced by NetworkDialog::downloadFile(), and OpieFtp::remoteChDir(). |
|
|
|
|
||||||||||||
|
Referenced by OpieFtp::connector(), and NetworkDialog::downloadFile(). |
|
||||||||||||
|
Referenced by OpieFtp::remoteDelete(). |
|
||||||||||||||||
|
Referenced by NetworkDialog::downloadFile(), and OpieFtp::remoteDirList(). |
|
||||||||||||||||||||
|
Referenced by NetworkDialog::downloadFile(), and OpieFtp::remoteDownload(). |
|
|
Referenced by OpieFtp::connector(). |
|
|
||||||||||||||||
|
Referenced by OpieFtp::connector(), and NetworkDialog::downloadFile(). |
|
||||||||||||
|
Referenced by OpieFtp::remoteMakDir(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Referenced by NetworkDialog::downloadFile(), OpieFtp::localUpload(), OpieFtp::nullifyCallBack(), and OpieFtp::remoteDownload(). |
|
||||||||||||||||||||
|
Referenced by OpieFtp::localUpload(). |
|
||||||||||||||||
|
Referenced by OpieFtp::remoteListClicked(), and OpieFtp::upDir(). |
|
|
Referenced by OpieFtp::cleanUp(), OpieFtp::connector(), OpieFtp::disConnector(), and NetworkDialog::downloadFile(). |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Referenced by OpieFtp::remoteRename(). |
|
||||||||||||
|
Referenced by OpieFtp::remoteDelete(). |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
Referenced by NetworkDialog::downloadFile(), and OpieFtp::remoteDownload(). |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.4.2