Freitag, 8. Februar 2008

How to download entire websites using wget (Linux [,*NIX])

You can download a whole website with the handy wget program:
wget -r http://example.org/somefolder
This is very useful for downloading documentations which are not available as a tarball or PDF.

Keine Kommentare: