How to use wget and get all the files from website?
wget
I need all files except the webpage files like HTML, PHP, ASP etc.
Try this. It always works for me
wget --mirror -p --convert-links -P ./LOCAL-DIR WEBSITE-URL