wget

Download entire site:

# the flag --domains will restrict the download
# only for the files with the domain, otherwise
# it will look for links outside the scope
wget --recursive --domains mysite.com  https://mysite.com

Last updated

Was this helpful?