Copy a dynamic website using wget


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

Creating a static copy of a dynamic website


Copy this code and paste it in your HTML
  1. wget -k -K -E -r -l 10 -p -N -F --restrict-file-names=windows -nH http://website.com/

URL: http://blog.jphoude.qc.ca/2007/10/16/creating-static-copy-of-a-dynamic-website/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.