On Tue, Feb 21, 2006 at 11:35:27AM -0300, Edgard Lima wrote:
> Is it possible to seek forward/backward using libneon when download a file?
> 
> if not, somehow is it planned to be done? when?

You cannot "seek" backwards and forwards within an HTTP response, no.  
If you change your mind about what offset you want, you have to send a 
new request - you can send "Range" headers in the request to ask for a 
specific offset; see ne_get_range() in ne_basic.c for an example of how 
to do that.

Does that help?

Regards,

joe
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to