Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-497

Anonymous login with unlimited logins

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.1
    • None
    • Server
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Joshua Engel Joshua Engel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: