Re: [Glftpd2-discussion] proftpd
Status: Abandoned
Brought to you by:
hujer
|
From: eof <eo...@br...> - 2003-02-21 15:29:54
|
----- Original Message ----- From: "eof" <eo...@br...> To: <glf...@li...> Sent: Friday, February 21, 2003 4:26 PM Subject: Re: [Glftpd2-discussion] proftpd > I think the idea of using an existing ftpd (for example proftpd) as base > sounds excellent. Maybe it would be possible to implement the functions we > want with very little, if any, changes to the 'core' code? Imagine > downloading the latest proftpd-source and; > ./configure --with-modules=mod_glftpd2 (maybe not just one module, but you > get the idea..) > This way we could concentrate on the functions. > One thing Ive been thinking loosely about is tighter integration with a > sitebot of some kind, so the sitebot dont have to tail logfiles and whatever > to get its information.. maybe make the sitebot more or less part of the > ftpd (module..). This would maybe require to write a new irc-bot, but if the > ftpd should be able to log to SQL-database that may be a good idea anyway > (or are there bots that can integrate to SQL?). > > ----- Original Message ----- > From: "moocher" <mc...@en...> > To: <glf...@li...> > Sent: Friday, February 21, 2003 4:03 PM > Subject: [Glftpd2-discussion] proftpd > > > > > > I havnt actually looked at any code or documentation yet, but a quick > > glance att running proftpd with some debugging on shows how easy it looks > > to inmplement CSCRIPT PRE/POST commands and extra logging and such. Im not > > saying i think we should go with proftpd, but it sure looks fine from a > > first look: > > > > localhost (localhost[127.0.0.1]) - connected - local : 127.0.0.1:6666 > > localhost (localhost[127.0.0.1]) - connected - remote : 127.0.0.1:35083 > > localhost (localhost[127.0.0.1]) - FTP session opened. > > localhost (localhost[127.0.0.1]) - dispatching PRE_CMD command 'USER mcr' > to mod_core > > localhost (localhost[127.0.0.1]) - dispatching PRE_CMD command 'USER mcr' > to mod_auth > > localhost (localhost[127.0.0.1]) - dispatching CMD command 'USER mcr' to > mod_ratio > > localhost (localhost[127.0.0.1]) - dispatching CMD command 'USER mcr' to > mod_auth > > localhost (localhost[127.0.0.1]) - dispatching LOG_CMD command 'USER mcr' > to mod_log > > localhost (localhost[127.0.0.1]) - dispatching PRE_CMD command 'PASS > (hidden)' to mod_core > > localhost (localhost[127.0.0.1]) - dispatching PRE_CMD command 'PASS > (hidden)' to mod_auth > > localhost (localhost[127.0.0.1]) - dispatching CMD command 'PASS (hidden)' > to mod_auth > > localhost (localhost[127.0.0.1]) - USER mcr: Login successful. > > localhost (localhost[127.0.0.1]) - Preparing to chroot() the environment, > path = '/glftpd2/site' > > localhost (localhost[127.0.0.1]) - Environment successfully chroot()ed. > > localhost (localhost[127.0.0.1]) - dispatching POST_CMD command 'PASS > (hidden)' to mod_readme > > localhost (localhost[127.0.0.1]) - dispatching POST_CMD command 'PASS > (hidden)' to mod_ratio > > localhost (localhost[127.0.0.1]) - dispatching POST_CMD command 'PASS > (hidden)' to mod_log > > localhost (localhost[127.0.0.1]) - dispatching POST_CMD command 'PASS > (hidden)' to mod_ls > > localhost (localhost[127.0.0.1]) - dispatching LOG_CMD command 'PASS > (hidden)' to mod_log > > localhost (localhost[127.0.0.1]) - dispatching LOG_CMD command 'PASS > (hidden)' to mod_ratio > > localhost (localhost[127.0.0.1]) - dispatching PRE_CMD command 'SYST' to > mod_core > > localhost (localhost[127.0.0.1]) - dispatching CMD command 'SYST' to > mod_core > > localhost (localhost[127.0.0.1]) - dispatching LOG_CMD command 'SYST' to > mod_log > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > > The most comprehensive and flexible code editor you can use. > > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > > www.slickedit.com/sourceforge > > _______________________________________________ > > Glftpd2-discussion mailing list > > Glf...@li... > > https://lists.sourceforge.net/lists/listinfo/glftpd2-discussion > |