Niklas Gustavsson wrote:
I will hopefully commit the code in the next couple of days. It will not be fully stable when I do but I need the help of you all to test it out.
Alright, the code is commited. However, the MINA listener is still not on by default due to problems with the SSL support and a race condition I'm getting.
If you want to play with it, just change the following line in FtpServer.java:
listeners.add(new IOListener(serverContext)); to: listeners.add(new MinaListener(serverContext)); /niklas
