RE: Resuming downloads ?

2003-05-31 Thread Kalnichevski, Oleg
] Subject: Re: Resuming downloads ? Hi Mike, Thanks for that, I'll take a look at the references you've listed below and experiment with the GetMethod - Cheers! :) Marcus Michael Becke wrote: There is not any explicit functionality in HttpClient for handling resumes but it shoul

Re: Resuming downloads ?

2003-05-31 Thread Marcus Crafter
Hi Mike, Thanks for that, I'll take a look at the references you've listed below and experiment with the GetMethod - Cheers! :) Marcus Michael Becke wrote: There is not any explicit functionality in HttpClient for handling resumes but it should work. I believe download resuming is just part

Re: Resuming downloads ?

2003-05-29 Thread Michael Becke
There is not any explicit functionality in HttpClient for handling resumes but it should work. I believe download resuming is just part of the standard 1.1 spec. You should only have to add a few headers to the GetMethod before executing it. Take a look at: http://www.w3.org/Protocols/rfc261

Resuming downloads ?

2003-05-29 Thread Marcus Crafter
Hi All, Hope all is going well. I've searched the archives for an answer to this question, but so far no luck - it's definitely a simple one! :) Has anyone written any code around HttpClient to allow resuming of downloads that have been interrupted due to some reason ? I'd like to be able to us