On Aug 21, 3:57 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Thu, 21 Aug 2008 15:37:41 -0300, Brendan <[EMAIL PROTECTED]>  
> escribi :
>
> > Is there any way to resume an https file download using urllib2 and an
> > HTTPBasicAuthHandler?
>
> You should provide the Range header (and probably If-Range too) in the  
> request.http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
>
> --
> Gabriel Genellina

Many thanks for your help.

Ug. Why does everything in Python boil down to reading rfcs? It really
slows us non computer science types down. I'll probably spend a day on
this instead of an hour. I did search the web but had no luck finding
an example, so I posted here as a last resort.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to