Fetching a website?

2005-08-10 Thread housi mueller
I would like to know how to grab a entire website, download and save it to the harddisk. Replace all absolute paths into relative paths so that the site can be viewed offline. I would like to write something similar like the program Httrack but in ColdFusion. So if someone knows of tutorials,

RE: Fetching a website?

2005-08-10 Thread housi mueller
I submit that CF is a spectacularly poor choice for doing this, though. Maybe CF is a poor choice but it should be possible... __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: Fetching a website?

2005-08-10 Thread housi mueller
Thank you for the detailed explanation. Now I learned something new. Right now I am not concerned about performence so I will go one with CF. Thank you Helmut Jim Davis [EMAIL PROTECTED] wrote: I saw wget already. I know why to invent the wheel again, if it already exists... but I would

RE: Fetching a website?

2005-08-10 Thread housi mueller
At the moment I do have only basic knowledge about java. It would be not sufficient to write threaded classes. But I will work on it =:0) Russ [EMAIL PROTECTED] wrote: Why not just write a simple java app that could be perhaps called from cf? I've been usually switching to java and writing some