Re: [twsocket] Is it possible to download a 1 byte range withTHttpServer..?

2010-09-11 Thread Fastream Technologies
Any thoughts on this? Francois, did you read my first message?

SZ

On Sat, Sep 11, 2010 at 11:03 AM, Fastream Technologies
wrote:

> 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 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


Re: [twsocket] Is it possible to download a 1 byte range withTHttpServer..?

2010-09-11 Thread Fastream Technologies
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  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


Re: [twsocket] Is it possible to download a 1 byte range withTHttpServer..?

2010-09-11 Thread Arno Garrels
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