[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Check file length before download
From: |
Ángel González |
Subject: |
Re: [Bug-wget] Check file length before download |
Date: |
Sat, 16 Jun 2012 17:31:07 +0200 |
User-agent: |
Thunderbird |
On 16/06/12 12:07, jjDaNiMoTh wrote:
> Hi list,
>
> It's not a bug, but I don't find any other ml for this awesome project.
Don't worry. It's the appropiate list.
> I want to download files from a Web Server which hasn't the Range
> support, so basically -c doesn't work.
> What I need is the ability to automatically remove the incomplete file
> (if remote and local file size aren't the same) and restart
> downloading from scratch that file: could I achieve this with wget? If
> not, there is some way or some other tool that allow such behavior?
-c option will do what you want even if the server doesn't support range
requests.