Tim here. I usually use the "-c" option with wget which continues an interrupted download if the server supports it: wget -c https://example.com/install_2023-01-03.iso which isn't quite the same, but has saved me many hours of re-downloading things if my ISP connection drops in the middle of a download. -tim On 2023-01-07 16:29, Linux for blind general discussion wrote: > The script c-jenux.sh checks for existence of a specific Jenux iso and > lets the user know if it exists and does not download the file. I'm > finding this useful for this particular project and I figure others may > find it useful to check for other files as well so I'll post this below. > > #!/usr/bin/env bash > # file: c-jenux.sh - check for bad iso > wget --spider -S https://nashcentral.duckdns.org/projects/Jenux-2022.12.04-dual.iso 2>&1|grep -i remote > > > Jude <jdashiel at panix dot com> > "There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that order." > -Ed Howdershelt (Author, 1940) > > . > > _______________________________________________ > Blinux-list mailing list > Blinux-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/blinux-list > _______________________________________________ Blinux-list mailing list Blinux-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/blinux-list