Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #13073 > unrolled thread

Is there anyway to use urllib2 to download a file from http server?

Started bycrow <wentlv@gmail.com>
First post2011-09-10 08:41 -0700
Last post2011-09-10 17:53 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Is there anyway to use urllib2 to download a file from http server? crow <wentlv@gmail.com> - 2011-09-10 08:41 -0700
    Re: Is there anyway to use urllib2 to download a file from http server? Stefan Behnel <stefan_ml@behnel.de> - 2011-09-10 17:53 +0200

#13073 — Is there anyway to use urllib2 to download a file from http server?

Fromcrow <wentlv@gmail.com>
Date2011-09-10 08:41 -0700
SubjectIs there anyway to use urllib2 to download a file from http server?
Message-ID<6e23a17a-890f-46b8-b79f-1b0c8991b0de@g32g2000pri.googlegroups.com>
As the title.

Or is there other module that can handle this task?

Many thanks in advance

[toc] | [next] | [standalone]


#13074

FromStefan Behnel <stefan_ml@behnel.de>
Date2011-09-10 17:53 +0200
Message-ID<mailman.939.1315670010.27778.python-list@python.org>
In reply to#13073
crow, 10.09.2011 17:41:
> As the title.
>
> Or is there other module that can handle this task?

Did you notice that is has documentation?

http://docs.python.org/library/urllib2.html#examples

Stefan

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web