Re: Re: local HTML files

2005-04-29 Thread Alan Thomas
Thanks!

- Original Message - 
From: "Hrvoje Niksic" <[EMAIL PROTECTED]>
To: "Alan Thomas" <[EMAIL PROTECTED]>
Cc: 
Sent: Friday, April 29, 2005 6:16 AM
Subject: Re: local HTML files


> "Alan Thomas" <[EMAIL PROTECTED]> writes:
> 
> > Can I somehow give wget an HTML file's local hard disk location vice
> > a URL and have it retrieve files at URLs referenced in that HTML
> > file?
> 
> If I understand you correctly, it would be:
> 
> wget --force-html -i 
> 


Re: local HTML files

2005-04-29 Thread Hrvoje Niksic
"Alan Thomas" <[EMAIL PROTECTED]> writes:

> Can I somehow give wget an HTML file's local hard disk location vice
> a URL and have it retrieve files at URLs referenced in that HTML
> file?

If I understand you correctly, it would be:

wget --force-html -i 


local HTML files

2005-04-28 Thread Alan Thomas



  Can 
I somehow give wget an HTML file's local hard disk location vice a URL and have 
it retrieve files at URLs referenced in that HTML file?
 
Thanks, Alan