Se você usar a opção -c|--continue
, wget
fará o download da parte ausente e a adicionará à sua cópia existente:
-c
--continue
Continue getting a partially-downloaded file. This is useful when you want to finish up
a download started by a previous instance of Wget, or by another program. For instance:
wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z
If there is a file named ls-lR.Z in the current directory, Wget will assume that it
is the first portion of the remote file, and will ask the server to continue the
retrieval from an offset equal to the length of the local file.
Não que isso exija que o servidor suporte a opção "Intervalo" de HTTP, exatamente como a opção --start-pos
na resposta @efotinis '. Isso é chamado de serviço de byte .