I found this very simple description on Apache FtpServer's document:
Integration with Spring Framework
Apache FtpServer uses Spring Framework to implement the configuration. That also means that we get the added benefit of full integration with regular Spring XML configuration. For example, you can embed the "server" element where ever you like within you Spring configuration, and with FtpServer on the classpath, Spring will wire up the server for you.
Nothing else about:
- Where should I put this configure file?
- What should the file name be?
- How could the application find that file?
Do I have study Spring's Configure Framework to know all about it?