You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by wr...@apache.org on 2006/11/20 21:06:56 UTC

svn commit: r477332 - /incubator/mod_ftp/trunk/include/ftp_protocol.h

Author: wrowe
Date: Mon Nov 20 13:06:56 2006
New Revision: 477332

URL: http://svn.apache.org/viewvc?view=rev&rev=477332
Log:

  Need to add the generation step but for most builds, this will
  not need to be regenerated.  (Think ssl's mod_expr_*.c sources).

Added:
    incubator/mod_ftp/trunk/include/ftp_protocol.h   (with props)

Added: incubator/mod_ftp/trunk/include/ftp_protocol.h
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/include/ftp_protocol.h?view=auto&rev=477332
==============================================================================
--- incubator/mod_ftp/trunk/include/ftp_protocol.h (added)
+++ incubator/mod_ftp/trunk/include/ftp_protocol.h Mon Nov 20 13:06:56 2006
@@ -0,0 +1,22 @@
+/* ftp_protocol.h
+ *
+ * Dynamicaly generated FTP request types and response types.
+ *
+ * Do not edit manually; but delete the file and do
+ * another gmake (or a make ftp_protocol.h)
+ *
+ * Generated from .. on 
+ * Tue Jun 27 11:25:21 2006
+ */
+
+
+#define WWW_MIB_TOTAL_FTP_RESPONSES 42
+
+const int ftp_response_types[] = {
+    110, 120, 125, 150, 200, 202, 211, 212, 213, 214, 215, 220, 221, 225, 226, 227, 230, 232, 234, 250, 257, 331, 332, 350, 421, 425, 426, 450, 451, 452, 500, 501, 502, 503, 504, 530, 532, 536, 550, 551, 552, 553, 0 }; 
+
+#define WWW_MIB_TOTAL_FTP_REQUESTS 48
+
+const char *ftp_request_types[] ={
+    "CWD", "MKD", "PWD", "RMD", "ABOR", "ACCT", "ALLO", "APPE", "AUTH", "CDUP", "DELE", "EPRT", "EPSV", "FEAT", "HELP", "LIST", "LPRT", "LPSV", "MAIL", "MDTM", "MLFL", "MODE", "MSAM", "MSND", "MSOM", "NLST", "NOOP", "PASS", "PASV", "PBSZ", "PORT", "PROT", "QUIT", "REIN", "REST", "RETR", "RNFR", "RNTO", "SITE", "SIZE", "SMNT", "STAT", "STOR", "STOU", "STRU", "SYST", "TYPE", "USER", NULL };
+

Propchange: incubator/mod_ftp/trunk/include/ftp_protocol.h
------------------------------------------------------------------------------
    svn:eol-style = native