Thursday, October 16, 2008

Use Wget to download an entire website

Wget can be used to download an entire website including linked pages, page requisites (images, css etc.) and so on. Useful for mirroring an entire site. For example: wget -rpk foo.com/bar/ More details at the linked source and on the man page.

No comments:

Post a Comment