; 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
On Sat, Jan 10, 2009 at 9:12 AM, David Shi 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
--
On Sat, 2009-01-10 at 17:12 +, David Shi wrote:
> I am looking for an efficient Python script to download and save
> a .zip file programmatically (from http or https call).
>
> Regards.
>
> David
urllib?
-a
--
http://mail.python.org/mailman/listinfo/python-list
I am looking for an efficient Python script to download and save a .zip file
programmatically (from http or https call).
Regards.
David
--
http://mail.python.org/mailman/listinfo/python-list