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.
