On Wed, Feb 4, 2009 at 1:22 AM, Niklas Gustavsson <[email protected]> wrote: > On Tue, Feb 3, 2009 at 8:31 PM, Francis De Brabandere > <[email protected]> wrote: >> I'm wondering if there is a way to make the ftpserver follow symbolic >> links instead of keeping the symbolic link as pwd: > > Not at the moment, no. But, without thinking it through fully, I don't > see why we could not support it in the future. Feel free to fill out a > feature request in JIRA and I'll have a look at it for 1.1. > >> If not would there be a way to implement this using an ftplet? > > Could could look into making a custom file system, likely by extending > the native file system already available. I'm guessing it might not be > such a big change.
Niklas, can Apache VFS (http://commons.apache.org/vfs/) be a good candidate to be used here?? - ashish
