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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, giampaolo.rodola, peterpan
Date 2016-12-09.17:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481304791.23.0.80268576691.issue25458@psf.upfronthosting.co.za>
In-reply-to
Content
Found the root problem: a 1xx response doesn't complete a LIST command, it should wait further for a 2xx one. See RFC 959 section 6 (state diagrams).

This could be `urllib`'s rather than `ftplib`'s fault: the former calls low-level subroutines of the latter.
History
Date User Action Args
2016-12-09 17:33:11Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, giampaolo.rodola, peterpan
2016-12-09 17:33:11Ivan.Pozdeevsetmessageid: <1481304791.23.0.80268576691.issue25458@psf.upfronthosting.co.za>
2016-12-09 17:33:11Ivan.Pozdeevlinkissue25458 messages
2016-12-09 17:33:11Ivan.Pozdeevcreate