Some of you may be using linux OS in your PC or your VPS/Dedicated server.

We of ten use wget command to download files. You may find it quite annoying if you are stuck in middle of a download..I was downloading a file with wget command and it was 98% downloaded and my computer turned off unexpectedly. It was a very huge file and downloading it from the beginning was a painful job.

I found this command after reading wget manual, you can add wget -c or wget --continue to resume unfinished download.

wget -c url
this command is supported in all major Linux distros.