Description
An example should be added where FtpServer is deployed to an application server.
Easiest way I can see:
- Deploy a web application containing Ftpserver Jars in WEB-INF/lib
- Configure a Listener in this application which will instantiate FtpServer and call the start() or stop() methods as adequate.
An example is provided!