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.

Author vstinner
Recipients vstinner
Date 2018-12-03.12:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543840792.75.0.788709270274.issue35386@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2018-12-03 12:39:52vstinnersetrecipients: + vstinner
2018-12-03 12:39:52vstinnersetmessageid: <1543840792.75.0.788709270274.issue35386@psf.upfronthosting.co.za>
2018-12-03 12:39:52vstinnerlinkissue35386 messages
2018-12-03 12:39:52vstinnercreate