[ https://issues.apache.org/jira/browse/LOG4NET-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593324#action_12593324 ]
James J Raden commented on LOG4NET-150: --------------------------------------- Apparently a web server is NOT running at port 80. However, other services, such as SSH, *are* running. Try to grab the file using "curl" -- fails $ curl -i http://cvs.apache.org/dist/incubator/log4net/1.2.10/incubating-log4net-1.2.10.zip curl: (7) couldn't connect to host Try to connect to port 80 (web server) using netcat -- fails $ nc -vvz cvs.apache.org 80 Warning: inverse host lookup failed for 140.211.11.3: h_errno 11004: NO_DATA cvs.apache.org [140.211.11.3] 80 (http): connection refused sent 0, rcvd 0: NOTSOCK Try to connect to port 22 (ssh server) using netcat -- success! $ nc -vvz cvs.apache.org 22 DNS fwd/rev mismatch: cvs.apache.org != eris.apache.org cvs.apache.org [140.211.11.3] 22 (?) open sent 0, rcvd 0 > Cannot download log4net 1.2.10 from the site > -------------------------------------------- > > Key: LOG4NET-150 > URL: https://issues.apache.org/jira/browse/LOG4NET-150 > Project: Log4net > Issue Type: Bug > Components: Other > Reporter: Gautam Hegde > > Cannot download any of the files listed on the site > http://logging.apache.org/log4net/. I have tried with various browsers and I > have asked others also to try, but all of the attempts were unsuccessful. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.