On Tue, Sep 14, 2010 at 3:07 PM, Aidan Diffey <[email protected]> wrote: > It would appear that starting a listener twice produces this problem. If you > run the following, then the problem occurs:
Yes, that would not be a good idea (FtpServer.start() will also start the listeners). We should add a check so that starting a listener multiple times causes an exception. /niklas
