[issue23881] test_urllib2net: issues with ftp://gatekeeper.research.compaq.com/ and ftp://ftp.mirror.nl/

STINNER Victor report at bugs.python.org
Tue Apr 7 12:43:02 CEST 2015


New submission from STINNER Victor:

test_urllib2net uses multiple public FTP servers. Since yesterday, there are issues with 2 FTP servers:

(1) ftp://gatekeeper.research.compaq.com/pub/DEC/SRC/research-reports/00README-Legal-Rules-Regs
=> DNS server error

$ host gatekeeper.research.compaq.com 8.8.8.8
Host gatekeeper.research.compaq.com not found: 2(SERVFAIL)
$ host gatekeeper.research.compaq.com 212.27.40.240
Host gatekeeper.research.compaq.com not found: 2(SERVFAIL)

(2) ftp://ftp.mirror.nl/pub/gnu/

* The FTP connection succeeded
* Changing the directory to /pub/gnu succeeded
* but listing the content of /pub/gnu/ takes forever...

In Firefox, I get the error "425 Failed to establish connection".

----------
messages: 240198
nosy: haypo
priority: normal
severity: normal
status: open
title: test_urllib2net: issues with ftp://gatekeeper.research.compaq.com/ and ftp://ftp.mirror.nl/

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23881>
_______________________________________


More information about the Python-bugs-list mailing list