Download an offline version of a webpage

2019-03-03 04:26发布

问题:

Duplicate of Suggestions for a site ripper.

I need to download an offline version of an specific page. Including all images and CSS files.

I need to recreate the entire webpage again in my server.

Something running in the console would be great.

回答1:

  • iOpus File & Web Page Downloader is a command line file and web page downloader utility to automate downloads of all kinds. Great for use with batch files or the Windows Scripting Host. Also works well with the task scheduler to schedule periodic download tasks.

  • Teleport Exec - commercial solution

  • wget for Windows - this one is free



回答2:

Simplest solution: Firefox (and I assume most other modern browser) support "with all content" on the Save-As feature, but obviously that's not really command-line enabled.

Alternatively I'd use wget (I'm pretty sure there's a Windows version out there as well) with the --page-requisites (or -p) option.



回答3:

http://www.httrack.com/



回答4:

wget -r example.com