Re: [Glftpd2-discussion] proftpd
Status: Abandoned
Brought to you by:
hujer
|
From: HoE <Ho...@dl...> - 2003-02-21 15:24:12
|
and you can do much more with this system than with glftpd CSCRIP it will also be possible to make module that would call perl/python/ruby/bash/tcl/whatever scripts and share memory/variables with itfor those who dont like making modules in C... however we must make sure that all we need is possible with proftpd On Fri, Feb 21, 2003 at 04:03:17PM +0100, moocher wrote: > > 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 |