On Thu, Feb 5, 2009 at 6:29 AM, Ashish <[email protected]> wrote:
> Also, could you point me to place where you are configuring

The general config for the listener:
org.apache.ftpserver.listener.nio.NioListener.start(FtpServerContext)

Then we might override that for a user:
org.apache.ftpserver.impl.FtpIoSession.setMaxIdleTime(int)

> and
> handling session timeout

org.apache.ftpserver.impl.DefaultFtpHandler.sessionIdle(FtpIoSession,
IdleStatus)

/niklas

Reply via email to