Re: Handling maximum login limit condition

2010-07-20 Thread David Latorre
Hello Satish, You can set an idle timeout so clients will be disconnected after this time as the documentation explains. Killing all the client connections doesn't sound quite right to me. 2010/7/19 Satish Kaveti satish.kav...@sick.com: I am using FtpServer with multiple FTP clients sending

Handling maximum login limit condition

2010-07-19 Thread Satish Kaveti
I am using FtpServer with multiple FTP clients sending JPEG images. The FTP clients are multithreaded applications. Occassionally, the FtpServer goes into a continuous loop wherein it refuses all new client connections with '421 Maximum login limit has been reached' response. It seems that for