Re: PHP program to download sites

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/6/08, Leonard Burton <leonardburton@xxxxxxxxx> wrote:
> Is there an OS program that will take a url and crawl/cache all the links on it?

`wget -m -np http://example.com` will mirror the url and anything under it.

That's '-m' for mirror, and '-np' for no parent.. so you don't
download the whole internet.


-- 
Greg Donald
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux