Roxen.git / server / plugins / protocols / ftp.pike

version» Context lines:

Roxen.git/server/plugins/protocols/ftp.pike:1:   // This is a roxen protocol module.   // Copyright © 1997 - 2001, Roxen IS.      /*    * FTP protocol mk 2    * -  * $Id: ftp.pike,v 2.103 2004/06/07 10:48:42 _cvs_stephen Exp $ +  * $Id: ftp.pike,v 2.104 2004/06/09 00:17:42 _cvs_stephen Exp $    *    * Henrik Grubbström <grubba@roxen.com>    */      /*    * TODO:    *    * How much is supposed to be logged?    */   
Roxen.git/server/plugins/protocols/ftp.pike:212:   #endif /* FTP2_DEBUG */    }    }    o["misc"] = m_rid["misc"] + ([ ]);    mastermisc = m_rid->misc;    } else {    // Defaults...    client = ({ "ftp" });    prot = "FTP";    clientprot = "FTP"; -  real_variables = ([]); +  variables = FakedVariables(real_variables = ([]));    variables = FakedVariables( real_variables );    misc = ([ "pref_languages" : PrefLanguages() ]);    cookies = ([]);    throttle = ([]);    client_var = ([]);    request_headers = ([]);       prestate = (<>);    config = (<>);    supports = (< "ftp", "images", "tables", >);