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 exarkun
Recipients exarkun, mdcowles, neologix, pitrou
Date 2010-04-26.20:36:24
SpamBayes Score 1.169937e-07
Marked as misclassified No
Message-id <1272314186.51.0.363311211964.issue8493@psf.upfronthosting.co.za>
In-reply-to
Content
> But if someone can get me access to an FTP server on the other end of a slow link, I'd be glad to do what I can <half-wink>.

It's easy to get a slow FTP server.  Twisted's FTP support lets you do all kinds of customization; making a server that doesn't read very fast (or at all!) would be a snap.

Ultimately, I don't think you should actually need an FTP server to reproduce this, though.  A discard server should work just as well.

> Unfortunately the problem wasn't mine originally. I'm just the guy on python-help who happened to figure out the answer.

Perhaps you can encourage the OP to take a look at this issue and post some code.
History
Date User Action Args
2010-04-26 20:36:26exarkunsetrecipients: + exarkun, mdcowles, pitrou, neologix
2010-04-26 20:36:26exarkunsetmessageid: <1272314186.51.0.363311211964.issue8493@psf.upfronthosting.co.za>
2010-04-26 20:36:25exarkunlinkissue8493 messages
2010-04-26 20:36:24exarkuncreate