bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] limit download size -- 201901233


From: Tim Rühsen
Subject: Re: [Bug-wget] limit download size -- 201901233
Date: Wed, 23 Jan 2019 19:31:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 23.01.19 03:47, address@hidden wrote:
> Hi,
>   acording to 
>     $wget --help 
>   i should send reports and suggestions to this address, so i hope i'm doing 
> right here.
> 
>    the version of my distribution, given by the above command, is "GNU Wget 
> 1.18"
> 
>    and i don't seem to see an option to limit the retrieval to a certain 
> amount of data or a range.
>    is it possible?
> 
> thanks in advance and happy new year,
> 
> Zui
> 201901233
> 

You could set the Range HTTP header - many servers support it.

Like

wget --header "Range: bytes=0-10000" https://www.example.com/filename

Regards, Tim

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]