Looking for an efficient Python script to download and save a .zip file programmatically

Chris Rebert clp2 at rebertia.com
Sat Jan 10 17:23:08 EST 2009


On Sat, Jan 10, 2009 at 9:12 AM, David Shi <davidgshi at 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



More information about the Python-list mailing list