We have a number of places where we can configure the idle time, after which a session is dropped. However, at the moment, the configured MINA time overrides everything.
In MinaListener.java:78 we have:- acceptor.getSessionConfig().setIdleTime( IdleStatus.BOTH_IDLE, 10 ); So irrespective of the time set in the ftp config, only 10 seconds of idle time is permitted before the connection is closed.
