How to retry connections with wget?
- by Andrei
I have a very unstable internet connection, and sometimes have to download files as large as 200 MB.
The problem is that the speed frequently drops and sits at --, -K/s and the process remains alive. I thought just to send some KILL signals to the process, but as I read in the wget manual about signals it doesn't help.
How can I force wget to…