On Fri, Mar 19, 2010 at 11:42 AM, David Latorre <[email protected]> wrote: > You should create your own FileSystemFactory and set it in the > DefaultFtpServerContext like this: > context.setFileSystemManager(filesystemFactory);
Or you can set it on the FtpServerFactory. Or, you can configure it as a bean in the Spring config. /niklas
