It was 19/01/2006 19:41, when Crespillo, Matias wrote: > Hello I downloaded ftp server yesterday and I am about to customize it to > allow the listing of virtual directories (particular to each user) retrieved > from a database; first quesiton is: Since this is only a directory listing > that needs no functionality, would a ftplet extension do?
Matias, have a look in the org.apache.ftpserver.ftplet package, specifically at the FileSystemManager, FileSystemView and FileObject interfaces. You can provide your own implementation of these that can front-end the database. For example implementations that interact with the file system have a look at the classes in the org.apache.ftpserver.filesystem package. - Dave.
