Mirror website for offline viewing?
James Gray
james at gray.net.au
Sun May 13 13:17:40 UTC 2007
On 13/05/2007, at 6:44 PM, Dave M wrote:
> Is there a tool avalable (in the dapper repositories) that will
> allow me to
> mirror a website (including images) to my hard drive for later off-
> line
> viewing?
sudo apt-get install wget
man wget
Specifically look at the "--mirror" and "-k" options. The "--mirror"
does what it suggests and the "-k" converts the internal links on the
downloaded HTML content so links will still work in the new (local)
location. "wget" has limited success on dynamically generated content.
An alternative to wget is "curl".
HTH,
James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070513/aa865260/attachment.bin>
More information about the ubuntu-users
mailing list