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

Reply via email to