Using curl or wget to resume downloads
wget
$ wget -c <url of file to download>
curl
$ curl -C - -L -O <url of file to download>
[Click to add or edit comments])
Please prepend comments below including a date