Hi All, I'm the author of a server side webdav API called milton, and i've just implemented an adapter from milton to apache ftp, using the virtual file system feature. This adapter allows any milton resource implementation to be accessed via apache ftp. So with one implementation and a single server instance you can serve the same resources on both protocols!
There's a demonstration project called milton-filesystem-demo which shows these integrated using spring and running together using a physical file system resource implementation. This is very much a work in progress. The security aspect in particular is really just stubbed out at the moment. If you would like to try it out you can find source and binaries here - http://milton.ettrema.com See the 1.4.2-SNAPSHOT versions. Cheers, Brad -- Brad McEvoy [email protected]
