cloning full site to local include images CSS file [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has 开发者_如何学JAVAbeen done so far to solve it.
Closed 8 years ago.
Improve this questionI want to clone a site and keep file structure as site original, like have CSS folder, images folder etc. all things are the same on the web, is there some tools can achieve this, I have tried:
wget -m http://www.xxx.com
but it's seem didn't contain CSS, JS file because they in a different sub-domain like tech.xxx.com
I've used DownloadThemAll! FireFox add-on and it works pretty well.
https://addons.mozilla.org/en-US/firefox/addon/201/
精彩评论