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.
wget -m -A * -pk -e robots=off www.mysite.com/
this will download all type of files locally and point to them from the html file and it will ignore robots file