Example with wget:
wget --no-parent -rpk --wait=1 --random-wait --adjust-extension --convert-links https://wbsite.com/page
--no-parent
prevents going up in the URLs
--wait=1 --random-wait
slows down request and add jitter to go easy on the server
--adjust-extension --convert-links
fixes links containing parameters to work with simple files
If it needs a connected session: