Hi,

I embedded Apache FtpServer 1.0.1 into my application. The intended functionality is implemented completely and it's working fine.

Now I tried to set an idle timeout of 10 seconds as follows:

        ListenerFactory lf = new ListenerFactory();
        lf.setIdleTimeout(10);

This seems to have no effect at all. Also the default idle timeout seems to be "infinite".

Please help! Is this the correct way to set the idle timeout?

Regards

Johannes


Reply via email to