FtpServer.cc File Reference
#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>
Include dependency graph for FtpServer.cc:
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). More... | |
static bool | Ftp::CommandHasPathParameter (const SBuf &cmd) |
whether the given FTP command has a pathname parameter More... | |
Function Documentation
◆ CBDATA_NAMESPACED_CLASS_INIT()
CBDATA_NAMESPACED_CLASS_INIT | ( | Ftp | , |
Server | |||
) |