How to display virtual directories in the file structure? The directories are not physical directories but just an abstract representation.
On Tue, Apr 19, 2011 at 4:58 PM, Nitish Bangera <[email protected]>wrote: > What is the element to specify out own ftpsession for the ftpserver? > > > On Tue, Apr 19, 2011 at 4:50 PM, Niklas Gustavsson > <[email protected]>wrote: > >> On Tue, Apr 19, 2011 at 1:12 PM, Nitish Bangera >> <[email protected]> wrote: >> > How do we specify the filesystemfactory in the spring configuration file >> for >> > the ftp server? >> >> You would use the filesystem element, e.g. >> >> <filesystem> >> <beans:bean class="my.custom.FileSystemFactory" /> >> </filesystem> >> >> /niklas >> > > > > -- > Regards, > Nitish S. Bangera > -- Regards, Nitish S. Bangera
