---- Daniel Brown <[EMAIL PROTECTED]> wrote: 
> On Fri, Mar 21, 2008 at 1:58 PM, Wolf <[EMAIL PROTECTED]> 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.
> 
> [EMAIL PROTECTED] [~/www/img]# wget --help|grep -i password
>        --password=PASS           set both ftp and http password to PASS.
>        --http-password=PASS    set http password to PASS.
>        --proxy-password=PASS   set PASS as proxy password.
>        --ftp-password=PASS     set ftp password to PASS.

Nice, your guy's version of wget is better then mine!  I tried that once 
(granted that was years ago now that I think about it) and it keeled over and 
died!  

OK, so I stand corrected there...  But has anyone seen a PHP port of wget or is 
curl the only one of the 2 which does it natively in a compiled version of php 
with curl?  :)

If it works natively in PHP, then there are 2 choices and neither has to be 
executed outside of PHP.  :)

Wolf

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

Reply via email to