Re: spider

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

 



On Fri, 2008-03-21 at 13:58 -0400, Wolf wrote:
> ---- tedd <tedd@xxxxxxxxxxxx> wrote: 
>
> In one word:  CURL
> 
> In another word: WGET
> 
> Both are pretty effecitve and give pretty much the same results, however
> with the CURL you can pass other things alone (user:pass) which with
> wget you can not do.

You can pass user and password via wget also:

    wget http://user:password@xxxxxxxxxxxxx/privateCrud

Or:

    --user=USER --password=PASSWORD

Or more specifically so it doesn't also count for FTP:

    --http-user=USER --http-password=PASSWORD

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
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