Equivalent of 'wget' for python?

Leo Jay python.leojay at gmail.com
Thu Dec 11 05:54:54 EST 2008


On Tue, Dec 9, 2008 at 12:22 AM, Robert Dailey <rcdailey at gmail.com> wrote:
> Hi,
>
> I'm looking for a portable way to download ZIP files on the internet
> through Python. I don't want to do os.system() to invoke 'wget', since
> this isn't portable on Windows. I'm hoping the core python library has
> a library for this. Note that I'll be using Python 3.0.
>

You can get Wget for Windows here:
http://gnuwin32.sourceforge.net/packages/wget.htm


-- 
Best Regards,
Leo Jay



More information about the Python-list mailing list