This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ftp.cwi.nl used as example does not exist anymore
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, pitrou, python-dev
Priority: normal Keywords:

Created on 2013-10-06 11:28 by georg.brandl, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg199070 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2013-10-06 11:28
ftp.python.org doesn't seem to listen on port 21 either... anyone know a public
FTP server we can use as example?

-------- Original-Nachricht --------
Betreff: 	[docs] quick note on ftplib for python
Datum: 	Tue, 8 Jan 2013 16:17:14 +1100
Von: 	Jeremy Orchard <jeremy@gravitymarketing.com.au>
An: 	<docs@python.org>

Hello,

Quick note, ftplib gives example host ftp.cwi.nl

In its documentation which is a url which is no longer active… when you try the
dummy example, ftplib doesn’t really output a clear error so it might be worth
updating the host, (though most programmers should assume this quickly),

Python 2.7 > documentation for ftplib which introduced the feature FTP_TLS gives
the examplehost ftp.python.org <ftp://ftp.python.org> which is possibly the
ideal candidate for the change.

Not really a bug, thought id save you the trouble by reporting just incase, it
was something worth changing.
msg199071 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-10-06 11:52
ftp://ftp.ietf.org/ ? ftp://ftp.debian.org/ ?
msg199089 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-06 16:17
New changeset d41aab121366 by Georg Brandl in branch '3.3':
Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example.
http://hg.python.org/cpython/rev/d41aab121366
msg199090 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-06 16:17
New changeset 635e6239aa8e by Georg Brandl in branch '2.7':
Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example.
http://hg.python.org/cpython/rev/635e6239aa8e
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63380
2013-10-06 16:17:42python-devsetmessages: + msg199090
2013-10-06 16:17:34python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg199089

resolution: fixed
stage: resolved
2013-10-06 11:52:32pitrousetnosy: + pitrou
messages: + msg199071
2013-10-06 11:28:44georg.brandlcreate