Marcus, By the way, we happily accept code contributions (just in case you ever decide to open-source your code and share it with the rest of the community) ;-)
Oleg -----Original Message----- From: Marcus Crafter [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 14:35 To: [EMAIL PROTECTED] 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 <becke () u ! washington ! edu> wrote: 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/rfc2616/rfc2616-sec9.html#sec9.3 and http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35 Mike Marcus Crafter wrote: > 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 use HttpClient in our application but require this > functionality and aren't sure if this is implemented inside HttpClient (as > part of some spec?) or if it should be implemented outside of HttpClient > at the application level using partial retrievals, etc. > > Any ideas, code, suggestions, etc, greatly appreciated. > > Cheers, > > Marcus > -- ..... ,,$$$$$$$$$, Marcus Crafter ;$' '$$$$: Computer Systems Engineer $: $$$$: ManageSoft GmbH $ o_)$$$: 82-84 Mainzer Landstrasse ;$, _/\ &&:' 60327 Frankfurt Germany ' /( &&& \_&&&&' &&&&. &&&&&&&: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
