Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53535
| References | <l02io1$kug$1@dont-email.me> |
|---|---|
| Date | 2013-09-03 08:35 +1000 |
| Subject | Re: Python FTP timeout value not effective |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.520.1378161342.19984.python-list@python.org> (permalink) |
On Tue, Sep 3, 2013 at 3:43 AM, John Nagle <nagle@animats.com> wrote: > "URLError: <urlopen error ftp error: [Errno 10060] A connection attempt > failed because the connected party did not properly respond after a > period of time, or established connection failed because connected host > has failed to respond>" > > But in both cases, the command line FTP client will work, after a > consistent 20 second delay before the login prompt. So the > Python timeout parameter isn't working. That's a socket timeout, not an FTP timeout - that's why the timeout parameter isn't doing anything. Are you sure it's just a 20-second delay there? Check if there's something else blocking the connection somehow. Can you telnet to that computer on port 21? ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python FTP timeout value not effective John Nagle <nagle@animats.com> - 2013-09-02 10:43 -0700 Re: Python FTP timeout value not effective David Bolen <db3l.net@gmail.com> - 2013-09-02 18:00 -0400 Re: Python FTP timeout value not effective Chris Angelico <rosuav@gmail.com> - 2013-09-03 08:35 +1000 Re: Python FTP timeout value not effective Terry Reedy <tjreedy@udel.edu> - 2013-09-02 20:04 -0400
csiph-web