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

2009-01-10 Thread MrJean1
; 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

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

2009-01-10 Thread Chris Rebert
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 --

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

2009-01-10 Thread Albert Hopkins
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

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

2009-01-10 Thread David Shi
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