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 More... | |
| SBuf | workingDir |
| estimated current working directory for URI formation More... | |
| ServerState | serverState |
| what our FTP server is doing More... | |
| bool | clientReadGreeting |
| int | userDataDone |
| Squid will send or has sent this final status code to the FTP client. More... | |
Detailed Description
Definition at line 42 of file FtpServer.h.
Member Typedef Documentation
◆ Pointer
| typedef RefCount<MasterState> Ftp::MasterState::Pointer |
Definition at line 45 of file FtpServer.h.
Constructor & Destructor Documentation
◆ MasterState()
|
inline |
Definition at line 47 of file FtpServer.h.
Member Data Documentation
◆ clientDataAddr
| Ip::Address Ftp::MasterState::clientDataAddr |
Definition at line 49 of file FtpServer.h.
◆ clientReadGreeting
| bool Ftp::MasterState::clientReadGreeting |
whether our FTP client read their FTP server greeting
Definition at line 52 of file FtpServer.h.
◆ serverState
| ServerState Ftp::MasterState::serverState |
Definition at line 51 of file FtpServer.h.
Referenced by Ftp::Relay::serverState().
◆ userDataDone
| int Ftp::MasterState::userDataDone |
Definition at line 54 of file FtpServer.h.
◆ workingDir
| SBuf Ftp::MasterState::workingDir |
Definition at line 50 of file FtpServer.h.
The documentation for this class was generated from the following file:
- src/servers/FtpServer.h
