#include <sys/types.h>#include <stdio.h>#include <ctype.h>#include <unistd.h>#include <stdlib.h>#include <string.h>#include <termios.h>#include "ftp.h"#include "other.h"Go to the source code of this file.
Functions | |
| void | FTPinit () |
| int | DOpass () |
| int | DOuser () |
| int | DOnoop () |
| int | DOpassive () |
| int | DOsyst () |
| int | DOremotehelp () |
| int | DOquote () |
| int | DOsite () |
1.5.8