Bernd, This is exactly what we built at Marin for our FTP server. We also overrode the Authenticator module to look users up in the database, and then our subclass FileSystem presents them only with the directories that they have access to.
It's reasonably straightforward, but feel free to ask me a question directly if you need more direction. On Thu, Apr 7, 2011 at 5:52 AM, <[email protected]> wrote: > HI Bernd, > > You will need to roll your own FileSystemFactory and FileSystemView > classes, and probably your own FtpFile class. You then register your > FileSystemFactory class in the ftpd.xml file. > > Best Regards, > > Gary Bell > >
