|
Squid Web Cache master
|
Transaction information shared among our FTP client and server jobs. More...
#include <FtpServer.h>
Public Types | |
| typedef RefCount< MasterState > | Pointer |
Public Member Functions | |
| MasterState () | |
Public Attributes | |
| Ip::Address | clientDataAddr |
| address of our FTP client data connection | |
| SBuf | workingDir |
| estimated current working directory for URI formation | |
| ServerState | serverState |
| what our FTP server is doing | |
| bool | clientReadGreeting |
| int | userDataDone |
| Squid will send or has sent this final status code to the FTP client. | |
Definition at line 42 of file FtpServer.h.
| typedef RefCount<MasterState> Ftp::MasterState::Pointer |
Definition at line 45 of file FtpServer.h.
|
inline |
Definition at line 47 of file FtpServer.h.
| Ip::Address Ftp::MasterState::clientDataAddr |
Definition at line 49 of file FtpServer.h.
| bool Ftp::MasterState::clientReadGreeting |
whether our FTP client read their FTP server greeting
Definition at line 52 of file FtpServer.h.
| ServerState Ftp::MasterState::serverState |
Definition at line 51 of file FtpServer.h.
Referenced by Ftp::Relay::serverState().
| int Ftp::MasterState::userDataDone |
Definition at line 54 of file FtpServer.h.
| SBuf Ftp::MasterState::workingDir |
Definition at line 50 of file FtpServer.h.