PDA

View Full Version : [ubuntu] How to copy web xml file locally


TeknoPhil
August 22nd, 2009, 09:45 PM
Hi,
I was wondering, what is the best way to copy web xml file (http://somesite.com/feed.xml) to a local directory?

Assuming i'm running a LAMP server and that I want a cron job to fetch 10-15 xml every 15 mins.

Thanks for your help.

wojox
August 22nd, 2009, 10:00 PM
man wget

TeknoPhil
August 22nd, 2009, 10:33 PM
Thank you