wget
, que é instalado por padrão, tem esse recurso por meio da opção -c
:
-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.
...
Note that -c only works with FTP servers and with HTTP servers that
support the "Range" header.