The knowledge base is your friend
http://www.inicom.net/pages/en.ioftpd-kb.php
Quote:
Q: What does "530 Login failed: Maximum concurrent connections for single host reached." mean ?
A: It means the rules from ioFTPD\etc\Hosts.Rules doesn't allow any more connection for that IP.
The default rules only allow 2 connections per IP.
Change this file to suit your needs.
If you don't want to limit the number of connections per IP, you can remove everything from this file, and add a single line: "POLICY ACCEPT -1"
|