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