[New-bugs-announce] [issue35386] ftp://www.pythontest.net/ returns error 500

STINNER Victor report at bugs.python.org
Mon Dec 3 07:39:52 EST 2018


New submission from STINNER Victor <vstinner at redhat.com>:

The FTP server running at www.pythontest.net returns randomly errors with the code 500. Example:

$ lftp www.pythontest.net
lftp www.pythontest.net:~> ls
-r--r--r--    1 33       33            123 Jun 06 04:15 README
lftp www.pythontest.net:/> get README 
« README » à 0 (0%) [500 OOPS: vsf_sysutil_bind]


You can try in a brower: ftp://www.pythontest.net/README

Firefox popup: "500 OOPS: vsf_sysutil_bind".

----------
components: Tests
messages: 330941
nosy: vstinner
priority: normal
severity: normal
status: open
title: ftp://www.pythontest.net/ returns error 500
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35386>
_______________________________________


More information about the New-bugs-announce mailing list