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 Sohaib Ahmad
Recipients Sohaib Ahmad, ajaksu2, orsenthil, python-dev, reowen, sschwarzer
Date 2016-09-06.08:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473150129.33.0.903442901599.issue1067702@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is reproducible on latest python 2.7 package (2.7.12).

I tried the same scenario on 2.7.10 and it worked fine. I am not sure if this issue can be reopened or should I create a new one?

In my case first transfer succeeds but second ftp transfer fails with the error:
[Errno ftp error] 200 Type set to I

I am using urllib.urlretrieve(url, local_path) to retrieve two files (one by one) from FTP server.
History
Date User Action Args
2016-09-06 08:22:09Sohaib Ahmadsetrecipients: + Sohaib Ahmad, reowen, sschwarzer, orsenthil, ajaksu2, python-dev
2016-09-06 08:22:09Sohaib Ahmadsetmessageid: <1473150129.33.0.903442901599.issue1067702@psf.upfronthosting.co.za>
2016-09-06 08:22:09Sohaib Ahmadlinkissue1067702 messages
2016-09-06 08:22:09Sohaib Ahmadcreate