Re: urllib2 HTTPBasicAuthHandler and resumingbroken downloads

2008-08-25 Thread Brendan
On Aug 22, 1:59 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Fri, 22 Aug 2008 08:55:57 -0300, Brendan <[EMAIL PROTECTED]>   > escribi : > > > > > > > On Aug 21, 3:57 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > > wrote: > >> En Thu, 21 Aug 2008 15:37:41 -0300, Brendan <[EMAIL PROTECTED]

Re: urllib2 HTTPBasicAuthHandler and resumingbroken downloads

2008-08-22 Thread Gabriel Genellina
En Fri, 22 Aug 2008 08:55:57 -0300, Brendan <[EMAIL PROTECTED]> escribi�: 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

Re: urllib2 HTTPBasicAuthHandler and resumingbroken downloads

2008-08-22 Thread Brendan
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 prob

Re: urllib2 HTTPBasicAuthHandler and resumingbroken downloads

2008-08-21 Thread Gabriel Genellina
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/rfc261

urllib2 HTTPBasicAuthHandler and resumingbroken downloads

2008-08-21 Thread Brendan
Is there any way to resume an https file download using urllib2 and an HTTPBasicAuthHandler? -- http://mail.python.org/mailman/listinfo/python-list