Equivalent of 'wget' for python?

member thudfoo thudfoo at opensuse.us
Thu Dec 11 14:44:31 EST 2008


On Mon, Dec 8, 2008 at 8: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.
>
> Thanks.
> --
> http://mail.python.org/mailman/listinfo/python-list
>

This module might be of interest:

http://linux.duke.edu/projects/urlgrabber/



More information about the Python-list mailing list