On Wed, Jun 9, 2010 at 3:36 PM, Niklas Gustavsson <[email protected]> wrote: > One reason for this could be the inconsistent handling of socket reuse > on different OSes. FtpServer currently always enables reuse (which > might be why your second server starts but doesn't get any traffic). > We've discussed making this configurable, perhaps we should now > actually do that :-)
I've added a JIRA issue for 1.1.0 to make this configurable: https://issues.apache.org/jira/browse/FTPSERVER-374 /niklas
