Last Updated: February 25, 2016
·
436
· pmaoui

WGET : some useful commands

Wget is wonderful but it is hard for me to remind every little tricks. Here are some commands I often use.

Get all files recursively from an "Index Of" page:

wget -r --no-parent https://www.indexof.com/afolder/

"To ping" a page:

wget -O - -q http://apage.toping.com > /dev/null

To restart a partially downloaded file:

wget -c http://www.download.com/abigmovie.avi