"Fossies" - the Fresh Open Source Software Archive

Member "mod_ftp-0.9.6/modules/ftp/ftp_protocol.h" (26 Aug 2009, 990 Bytes) of package /linux/www/apache_httpd_modules/old/mod_ftp-0.9.6-beta.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "ftp_protocol.h" see the Fossies "Dox" file reference documentation.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


    1 /* ftp_protocol.h
    2  *
    3  * Dynamicaly generated FTP request types and response types.
    4  *
    5  * Do not edit manually; but delete the file and do
    6  * another gmake (or a make ftp_protocol.h)
    7  *
    8  * Generated from ../.. on 
    9  * Fri Aug 21 05:53:46 2009
   10  */
   11 
   12 
   13 #define WWW_MIB_TOTAL_FTP_RESPONSES 46
   14 
   15 const int ftp_response_types[] = {
   16     110, 120, 125, 150, 200, 202, 211, 212, 213, 214, 215, 220, 221, 225, 226, 227, 229, 230, 232, 234, 250, 257, 331, 332, 350, 421, 425, 426, 450, 451, 452, 500, 501, 502, 503, 504, 522, 530, 532, 536, 550, 551, 552, 553, 554, 555, 0 }; 
   17 
   18 #define WWW_MIB_TOTAL_FTP_REQUESTS 43
   19 
   20 const char *ftp_request_types[] ={
   21     "CWD", "MKD", "PWD", "RMD", "ABOR", "ACCT", "ALLO", "APPE", "AUTH", "CDUP", "DELE", "EPRT", "EPSV", "FEAT", "HELP", "LANG", "LIST", "MDTM", "MODE", "NLST", "NOOP", "OPTS", "PASS", "PASV", "PBSZ", "PORT", "PROT", "QUIT", "REIN", "REST", "RETR", "RNFR", "RNTO", "SITE", "SIZE", "SMNT", "STAT", "STOR", "STOU", "STRU", "SYST", "TYPE", "USER", NULL };
   22