this post was submitted on 27 May 2026
2 points (100.0% liked)

Hacker News

4919 readers
647 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

Source of the RSS Bot

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thevoidzero@lemmy.world 1 points 17 hours ago

Doesn't curl already resume download if it can be resumed? Basically just measure the file size in disk and offset that while downloading and done. What benefit does this have?

I guess one is downloading multiple parts in parallel and then merging is possible. But that is if the server allows downloading with offset, in which case I think a simple curl script could do the same.