-1

I have tried WebHTTrack Website Copier . It doesn't work accurately. Is there an alternate way to do it? Thanks

akgnitd
  • 103

1 Answers1

19

Simplest way to do it is to open a Terminal window and type:

wget -mkEpnp http://example.org  

or a detailed version

wget --mirror --convert-links --adjust-extension --page-requisites 
--no-parent http://example.org

You can find more details here: Make Offline Mirror of a Site using wget | guyrutenberg.com

ipse lute
  • 2,584