Is there the simplest way to recursively retrieve all linked files from the target site using wget?
wget<options>target
The simplest is the least option.
linux
http://www.guyrutenberg.com/2014/05/02/make-offline-mirror-of-a-site-using-wget/
On this site
wget-mkEpnp http://example.org
It was explained that you could create an offline mirror with the option
It's a little long, but I can't get it.Each option is described in manwget
.
wget-mpEkK-nc-np-erobots=off --random-wait http://target.com
© 2024 OneMinuteCode. All rights reserved.