Here are some examples using urllib.urlretrieve():

<http://code.activestate.com/recipes/576530/>

<http://mail.python.org/pipermail/tutor/2005-May/038797.html>

/Jean Brouwers


On Jan 10, 2:23 pm, Chris Rebert <c...@rebertia.com> wrote:
> On Sat, Jan 10, 2009 at 9:12 AM, David Shi <davidg...@yahoo.co.uk> wrote:
> > I am looking for an efficient Python script to download and save a .zip file
> > programmatically (from http or https call).
>
> You want 
> urllib.urlretrieve():http://docs.python.org/library/urllib.html#urllib.urlretrieve
>
> Cheers,
> Chris
>
> --
> Follow the path of the Iguana...http://rebertia.com

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to