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

Disallow reuse of IP addres and port

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 1.0.0-RC1
    • Core
    • None

    Description

      FTP server should not try to reuse the IP address of an already bound server port.
      When this feature is used there is not BindException when FTP server tries to bind an address/port tuple that is already bound by another application.
      See
      http://java.sun.com/j2se/1.4.2/docs/api/java/net/ServerSocket.html#getReuseAddress()
      and
      http://msdn2.microsoft.com/en-us/library/ms740621.aspx
      (read the "SO_REUSEADDR" chapter) for back ground info

      Attachments

        1. apache-ftpserver-109-patch.txt
          0.8 kB
          Rico Neubauer

        Activity

          People

            niklas Niklas Therning
            riconeubauer Rico Neubauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: