copy / save imagages & documents

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

copy / save imagages & documents

Post by hawleyjr »

I'm trying to transfer my companies inttranet form Lutus Notes to Apache. In the process I"m trying to copy all images and documents from a long list of HTML pages. ( All docs/images are imbedded a href's) Does anyone know of pre-written PHP script that can spider a HTML page and locally save all links to the server?I'm trying to transfer my companies intranet form Lutus Notes to Apache.

In the process I’m trying to copy all images and documents from a long list of HTML pages. ( All docs/images are imbedded a href's) Does anyone know of pre-written PHP script that can spider an HTML page and locally save all imbedded images and docs locally?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

there are plenty of web crawler/downloaders out there.. search download.com, I can't remember the keywords to use, but look through the web tools..
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

my favorite is wget and the mirror options ;)
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Yeah, I looked in to those when I first started this project. The problem I'm having is all of the "island" this site has. I was looking for a way to provide an array of urls and pull the docs from that.
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

wget -i file
Post Reply