Re: [PHP] Beginner's CURL

2001-12-13 Thread Erik Price

I asked this question three times this week!!  :)
http://marc.theaimsgroup.com/?l=php-general&m=100817196924450&w=1

No BFD.  I discovered /bin/links in the process and that worked for the 
download.

-- Erik






On Wednesday, December 12, 2001, at 09:40  PM, Rasmus Lerdorf wrote:

> You need to escape the ? or simply grab it directly using
>
> curl -O http://us2.php.net/distributions/php-4.1.0.tar.gz
>
> (yes, using the mirrors is a good thing)
>
> -Rasmus
>
> On Wed, 12 Dec 2001, Weston Houghton wrote:
>
>>
>> Ok,
>>
>> So I'm an admitted newbie to using CURL, and idea why this doesn't 
>> work?
>>
>> curl -O 
>> http://www.php.net/do_download.php?download_file=php-4.1.0.tar.gz
>> curl: No match.
>>
>> Thanks,
>> Wes
>>
>>
>>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Beginner's CURL

2001-12-12 Thread Rasmus Lerdorf

You need to escape the ? or simply grab it directly using

curl -O http://us2.php.net/distributions/php-4.1.0.tar.gz

(yes, using the mirrors is a good thing)

-Rasmus

On Wed, 12 Dec 2001, Weston Houghton wrote:

> 
> Ok,
> 
> So I'm an admitted newbie to using CURL, and idea why this doesn't work?
> 
> curl -O http://www.php.net/do_download.php?download_file=php-4.1.0.tar.gz
> curl: No match.
> 
> Thanks,
> Wes
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]