Get the mirror of the target site from wget

Asked 2 years ago, Updated 2 years ago, 38 views

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

2022-09-30 15:33

2 Answers

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


2022-09-30 15:33

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


2022-09-30 15:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.