Elements.h File Reference
Include dependency graph for Elements.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | AnyP |
namespace | Ftp |
Functions | |
AnyP::ProtocolVersion | Ftp::ProtocolVersion () |
Protocol version to use in Http::Message structures wrapping FTP messages. More... | |
HttpReply * | Ftp::HttpReplyWrapper (const int ftpStatus, const char *ftpReason, const Http::StatusCode httpStatus, const int64_t clen) |
Create an internal HttpReply structure to house FTP control response info. More... | |
const SBuf & | Ftp::cmdAppe () |
const SBuf & | Ftp::cmdAuth () |
const SBuf & | Ftp::cmdCwd () |
const SBuf & | Ftp::cmdDele () |
const SBuf & | Ftp::cmdEprt () |
const SBuf & | Ftp::cmdEpsv () |
const SBuf & | Ftp::cmdList () |
const SBuf & | Ftp::cmdMkd () |
const SBuf & | Ftp::cmdMlsd () |
const SBuf & | Ftp::cmdMlst () |
const SBuf & | Ftp::cmdNlst () |
const SBuf & | Ftp::cmdRetr () |
const SBuf & | Ftp::cmdRmd () |
const SBuf & | Ftp::cmdRnfr () |
const SBuf & | Ftp::cmdRnto () |
const SBuf & | Ftp::cmdSmnt () |
const SBuf & | Ftp::cmdStat () |
const SBuf & | Ftp::cmdStor () |
const SBuf & | Ftp::cmdStou () |
const SBuf & | Ftp::cmdUser () |
bool | Ftp::Is1xx (const int sc) |
whether this is an informational 1xx response status code More... | |