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
Written by pmaoui
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#