When I want to download a "Linux ISO", I usually ssh to a server somewhere and run "rtorrent" and leave it running. In 2024, is there a "better" way to do this on a remote machine (i.e. not a desktop app on my laptop) 🤔

#linux #torrent

@popey

I don't bother torrenting ISOs any more. I'll just download it with my browser.

If the download fails, I'll go to the directory and do `wget -c <url>` to continue the download where it left off.