Advertisement
Guest User

Untitled

a guest
May 27th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # -p get all images, etc. needed to display HTML page.
  2. # --mirror turns on recursion and time-stamping, sets infinite
  3. # recursion depth and keeps FTP directory listings
  4. # --html-extension save HTML docs with .html extensions
  5. # --convert-links make links in downloaded HTML point to local files.
  6.  
  7. wget --mirror -p --html-extension --convert-links www.example.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement