Re: virtual back end

2008-02-06 Thread Niklas Gustavsson
Hey Earl, yes, you could create a DB backed file system implementation. In fact, if you're able to do it in open I would be happy to help you out and get the code into the core project. As for users, we already have DBUserManager which should let you do that. The project has graduated from incub

virtual back end

2008-02-05 Thread Earl Cahill
Howdy, Let's say I want to have no mounted drives, and wanted to put all user information (username, passwords, quotas, etc.), file information (file names, directory name, owners, etc.) and actual files (bytes) from mysql. Would ftpserver allow me to do that? I see a bunch of hooks, but I ha