I am trying to download the files for a project using wget, as the SVN server for that project isn\'t running anymore and I am only able to access the files thr
wget
you can also use this command :
wget --mirror -pc --convert-links -P ./your-local-dir/ http://www.your-website.com
so that you get the exact mirror of the website you want to download