Skip to content
Mark Howells-Mead edited this page Oct 9, 2019 · 1 revision

Getting files, all at once, from a web page using curl

A.k.a. site mirror. (Source.)

wget -r -np -k http://www.example.com/subfolder/

Clone this wiki locally