| cdup(void) | FTPSocket | |
| close(void) | FTPSocket | |
| command(string cmd) | FTPSocket | |
| cs | FTPSocket | [protected] |
| cwd(string dir) | FTPSocket | |
| debug | FTPSocket | [protected, static] |
| DirType typedef | FTPSocket | |
| FTPSocket() | FTPSocket | |
| FTPSocket(InetHostAddress host, timeout_t to=0) | FTPSocket | [explicit] |
| FTPSocket(InetHostAddress host, string user, string passwd, timeout_t to=0) | FTPSocket | |
| get(string file, string lfilename, timeout_t to=0) | FTPSocket | |
| get(string file, timeout_t to=0) | FTPSocket | [inline] |
| getDebug() | FTPSocket | [inline, static] |
| getDir(string dir="", timeout_t to=0) | FTPSocket | |
| getResponse(string *resp=0) | FTPSocket | |
| iftpstream class | FTPSocket | [friend] |
| login(string user, string passwd) | FTPSocket | |
| mkdir(string dir) | FTPSocket | |
| oftpstream class | FTPSocket | [friend] |
| open(InetHostAddress host, timeout_t to=0) | FTPSocket | |
| open(InetHostAddress host, string user, string passwd, timeout_t to=0) | FTPSocket | |
| put(string file, string rfilename, timeout_t to=0) | FTPSocket | |
| put(string file, timeout_t to=0) | FTPSocket | [inline] |
| pwd(void) | FTPSocket | |
| quit(void) | FTPSocket | |
| remove(string file) | FTPSocket | |
| rename(string from, string to) | FTPSocket | |
| rmdir(string dir) | FTPSocket | |
| sendCommand(string cmd) | FTPSocket | |
| setAscii() | FTPSocket | |
| setBinary() | FTPSocket | |
| setDebug(int d=1) | FTPSocket | [inline, static] |
| setEbcdic() | FTPSocket | |
| ~FTPSocket() | FTPSocket | |