Re: [Glftpd2-discussion] blah
Status: Abandoned
Brought to you by:
hujer
|
From: HoE <Ho...@dl...> - 2003-02-21 13:20:13
|
On Thu, Feb 20, 2003 at 12:25:30AM +0100, moocher wrote: > On Wed, 19 Feb 2003, HoE wrote: > > > modular design > > i was thinking perhaps something along the lines that you specify in the > config-file: > > xferlog file:/glftpd2/data/logs/xferlog > xferlog mysql:whatever > xferlog null there will be (already is in proftpd) api for reading config files from modules also there will be a logging module or modules (if you want more at once)that will do it so if you want to do sql logging you load mod_log_sql and in mod_log_sql section of config file you set up the table etc to todo list : logging module > > ..or such, to specify for example where you want logging to go. same for > where to do authentication from and other stuff.. and then the log() and > authenticate_user() functions will just use the correct method. > > authenticate_user() should support for example: passwd, PAM, mysql.. already in proftpd,+ ldap support module etc so to todo list, auth modules support > > > VFS support (virtual file system,modular too) can explain in detail if > > needed, basically to make ppl to be able to have remote file systems > > "mounted" in ftpd, the remote fs can be other ftp server for example not > > really sure what else > > Do you mean like the "bouncer" thing that was discussed on pftp webforum? yes like that, but more nicer design :) > > > ------------------------------------------------------- > 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 |