On Wed, Mar 17, 2010 at 2:39 PM, Kenneth Vanvik Hansen <[email protected]> wrote: > Hi, i have written an ftplet that puts a file and file info in a database > table. Now I need to get LIST to list information from the database. I was > wondering if something like this has been done before? Would save me some > time if someone had any solutions/ideas.
Sounds like what you want is a custom file system implementation, backed by your database. If you implement that, all commands will work as normal. /niklas
