Hacker News new | ask | show | jobs
by kube-system 1385 days ago
I agree, I wish they were more common, but you don't need torrents to solve any issues with resuming downloads. HTTP supports sufficient functionality to accomplish this: https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requ...
1 comments

    while; wget -c http://...; end
(From memory, may need tweaking.)