Re: How to set timeout?

2009-02-04 Thread David Latorre
2009/2/3 Mohit Anchlia mohitanch...@gmail.com Thanks ..so I made the change to set default-idle-time to 300 secs. And then logged in as a client, ftp server didn't timeout even after 5 mts of inactivity What did you set the timeout-poll-inverval to? When dit the timeout occur? On Tue,

Re: How to set timeout?

2009-02-04 Thread Mohit Anchlia
Timeout neve occurred. I set both default timeout and timeout-poll-interval to 300 secs. I connected as a client and left the session open, but that session never timedout On Wed, Feb 4, 2009 at 12:38 AM, David Latorre dvl...@gmail.com wrote: 2009/2/3 Mohit Anchlia mohitanch...@gmail.com

How to set timeout?

2009-02-02 Thread Mohit Anchlia
I looked at the various manuals but nothing is clearly document about how to set the idle timeout. I have couple of questions? 1. On linux can I set idle-timeout on EmbeddedFtpServer outside of JVM but either logging in ftp server or by any other means? 2. I have below code (that I haven't