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 some reason the client is not closing the inactive connection. As I have not control over the FTP client code, I am not sure of the real cause of the problem. As a temporary fix, at the FtpServer I want to close all client connections whenever the login limit is reached. How can I implement it ?
Thanks. Satish Kaveti Software Engineer -------------------------------------------------------- SICK, Inc. Automatic Identification Solutions -------------------------------------------------------- 800 Technology Center Drive Suite 6 Stoughton, MA 02072 USA Direct: 781.302.2525 Phone: 781.302.2500 Fax: 781.828.3150 http://www.sickusa.com
