|
Squid Web Cache master
|
#include "squid.h"#include "acl/FilledChecklist.h"#include "base/CharacterSet.h"#include "base/Raw.h"#include "base/RefCount.h"#include "base/Subscription.h"#include "client_side_reply.h"#include "client_side_request.h"#include "clientStream.h"#include "comm/ConnOpener.h"#include "comm/Read.h"#include "comm/TcpAcceptor.h"#include "comm/Write.h"#include "errorpage.h"#include "fd.h"#include "ftp/Elements.h"#include "ftp/Parsing.h"#include "globals.h"#include "http/one/RequestParser.h"#include "http/Stream.h"#include "HttpHdrCc.h"#include "ip/tools.h"#include "ipc/FdNotes.h"#include "parser/Tokenizer.h"#include "servers/forward.h"#include "servers/FtpServer.h"#include "SquidConfig.h"#include "StatCounters.h"#include "tools.h"#include <set>#include <map>Go to the source code of this file.
Namespaces | |
| namespace | Ftp |
Functions | |
| CBDATA_NAMESPACED_CLASS_INIT (Ftp, Server) | |
| static void | Ftp::PrintReply (MemBuf &mb, const HttpReply *reply, const char *const prefix="") |
| static bool | Ftp::SupportedCommand (const SBuf &name) |
| Whether Squid FTP Relay supports a named feature (e.g., a command). | |
| static bool | Ftp::CommandHasPathParameter (const SBuf &cmd) |
| whether the given FTP command has a pathname parameter | |
| CBDATA_NAMESPACED_CLASS_INIT | ( | Ftp | , |
| Server | |||
| ) |