Brad Lucas

Programming, Clojure and other interests
January 12, 2018

Download All Files From Url

Use wget to download a web page and all associated files.

$ wget -r -np -k http://domain.com/url

If you don't have wget and you are using a Mac use brew.

$ brew install wget
Tags: misc