I'm trying to download a large 2GB file with wget, but after a few minutes it seems to keep stalling.
I ^C it, and wget it again [with --continue option], and it starts downloading again.
Is there a way to automate retrying the download when it stops downloading? Thanks
