#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h>#include "ftp.h"#include "local.h"#include "file.h"#include "other.h"#include "net.h"Go to the source code of this file.
Classes | |
| struct | commands |
Functions | |
| _PROTOTYPE (static int makeargs,(char *buff)) | |
| _PROTOTYPE (int DOhelp,(void)) | |
| _PROTOTYPE (int main,(int argc, char *argv[])) | |
| int | readline (char *prompt, char *buff, int len) |
| int | DOgetreply () |
| int | DOcmdcheck () |
| int | DOcommand (char *ftpcommand, char *ftparg) |
| int | DOhelp () |
| int | main (int argc, argv) |
Variables | |
| FILE * | fpcommin |
| FILE * | fpcommout |
| int | linkopen |
| int | loggedin |
| int | type |
| int | format |
| int | mode |
| int | structure |
| int | passive |
| int | atty |
| int | cmdargc |
| char * | cmdargv [NUMARGS] |
| char | reply [1024] |
| _PROTOTYPE | ( | int | main, | |
| (int argc, char *argv[]) | ||||
| ) |
| _PROTOTYPE | ( | int | DOhelp, | |
| (void) | ||||
| ) |
| _PROTOTYPE | ( | static int | makeargs, | |
| (char *buff) | ||||
| ) |
1.5.8