Closed jsteemann closed 2 years ago
wget -C produces an error with my version of wget (GNU Wget 1.21.2 built on linux-gnu). I guess it should rather be -c for resuming downloads for already partially downloaded files.
wget -C
-c
indeed, thanks!
wget -C
produces an error with my version of wget (GNU Wget 1.21.2 built on linux-gnu). I guess it should rather be-c
for resuming downloads for already partially downloaded files.