Resuming a file download with python

Robert Harris Robert.Harris at gmx.net
Sat Oct 21 10:56:18 EDT 2000


Yeah, that's an idea, but I think, wget is only available on unix systems,
so
it would bind the script to a specific platform.

And implementing it myself, gives me more control about how things are done
/ are
handled.

--
Regards

     Robert Harris


"David Porter" <jcm at bigskytel.com> schrieb im Newsbeitrag
news:mailman.972129117.14150.python-list at python.org...
> * Robert Harris <Robert.Harris at gmx.net>:
>
> > I want to resume a file download with python. It would be
> > either the http or ftp protocol used. How could I do it or isn't
> > it possible ? I browsed through the docs of the http and ftp objects
> > but didn't find anything.
>
> Why not just use an external program, like wget? [Reinventing the wheel
and
> all that...]
>
>
>
>





More information about the Python-list mailing list