On Fri, Mar 28, 2008 at 11:31 AM, Curt Johansson <[EMAIL PROTECTED]> wrote: > Hi all, > > I sent a mail a couple of days ago on the users list but got no answer. > Maybe this list is better. > I wonder if anyone can shed some light on the feature of the FTP server > called virtual directories? > What is it and is it/will it be implemented? I'm planning something like > that for own purposes but dont want to do anything that breaks the original > ideas.
"Virtual directories" are a fancy way of saying that we have a pluggable interface for file systems. That in turn means that you can write file system implementations that fronts for example a database or JMS queues rather than regular files. Hope that helps. /niklas
