Ok but file ranges start from "0" not "1" so that also must be implemented:

HttpCli1.ContentRangeBegin := '0';
HttpCli1.ContentRangeEnd   := '0';

Regards,

SZ

On Sat, Sep 11, 2010 at 10:49 AM, Arno Garrels <[email protected]> wrote:

> Fastream Technologies wrote:
> > Is it possible to download a 1 byte range withTHttpServer..?
>
> Yes, try:
> HttpCli1.ContentRangeBegin := '1';
> HttpCli1.ContentRangeEnd   := '1';
> against Webserv demo.
>
> --
> Arno Garrels
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to