WGET Resources From Remote Host


/ Published in: Bash
Save to your folder(s)

Fetches resources from a remote host with specified crawl depth.


Copy this code and paste it in your HTML
  1. wget -H -r --level=1 -k -p ${HOST_NAME}

Report this snippet


Comments


You need to login to view comments.