Joshua Engel created FTPSERVER-497:
--------------------------------------
Summary: Anonymous login with unlimited logins
Key: FTPSERVER-497
URL: https://issues.apache.org/jira/browse/FTPSERVER-497
Project: FtpServer
Issue Type: Bug
Components: Server
Affects Versions: 1.1.1
Reporter: Joshua Engel
In theĀ org.apache.ftpserver.command.impl.USER class is following if-condition:
if (anonymous && (currAnonLogin >= maxAnonLogin))
which is always true if anonymous logins are unlimited (maxAnonLogin = 0), so
no anonymous login is permitted.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]