cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: problems downloading files with differents ports

From: Charoite Lee <charoitelee_at_rhoware.com>
Date: Wed, 28 Jan 2009 20:41:07 +0800

Hi Jordi,

How about if you are not using cURL but fsockopen? Please visit
http://www.php.net/fsockopen for reference. Hope this help and good luck
to you.

Regards,
Charoite

Jordi Agusti Fonoll wrote:
> Hi Daniel,
>
> I think this is not the problem, because I have just this problem when
> the URL has a port. For example this other URL:
> http://ficheros.orm.es:3025/descarga/peldano/20070706UP.mp3
>
> give me the same problem:
>
> About to connect() to ficheros.orm.es port 3025
> * Trying 80.73.144.119... * Connection refused
> * couldn't connect to host
> * Closing connection #0
> <br>Error is : couldn't connect to host
>
> This files are public and everybody can download it.
>
> Regards.
>
> -----Mensaje original-----
> De: curl-and-php-bounces_at_cool.haxx.se
> [mailto:curl-and-php-bounces_at_cool.haxx.se] En nombre de Daniel Stenberg
> Enviado el: 2009-01-28 13:12
> Para: curl with PHP
> Asunto: RE: problems downloading files with differents ports
>
> On Wed, 28 Jan 2009, Jordi Agusti Fonoll wrote:
>
>
>> About to connect() to 213.97.223.180 port 8003
>>
>> * Trying 213.97.223.180... * Connection refused
>>
>
> The machine using IP address 213.97.223.180 does not accept connections
> on
> port 8003 from the host you're running this on.
>
> There's nothing you can do about it. Ask the admins of the server you
> run this
> program on and of the server you're trying to connect to, to get further
>
> details on why this happens.
>
> This is not a bug in curl (or PHP) nor in your program.
>
>

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2009-01-28