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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to