Squid Web Cache master
Loading...
Searching...
No Matches
FtpServer.h File Reference
#include "base/JobWait.h"
#include "base/Lock.h"
#include "client_side.h"
#include "comm/forward.h"
#include "http/forward.h"
Include dependency graph for FtpServer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ftp::MasterState
 Transaction information shared among our FTP client and server jobs. More...
 
class  Ftp::Server
 Manages a control connection from an FTP client. More...
 

Namespaces

namespace  Ftp
 

Enumerations

enum  Ftp::ServerState {
  Ftp::fssBegin , Ftp::fssConnected , Ftp::fssHandleFeat , Ftp::fssHandlePasv ,
  Ftp::fssHandlePort , Ftp::fssHandleDataRequest , Ftp::fssHandleUploadRequest , Ftp::fssHandleEprt ,
  Ftp::fssHandleEpsv , Ftp::fssHandleCwd , Ftp::fssHandlePass , Ftp::fssHandleCdup ,
  Ftp::fssError
}