cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

Re: curl latest version failed with ftp upload

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 4 Jan 2005 20:32:06 +0100 (CET)

On Tue, 4 Jan 2005, Tom Lee wrote:

>> EPSV
> < 229 Entering Extended Passive Mode (|||53488|)
> * Trying IP_ADDRESS... * Connection refused
> * couldn't connect to host

The server opened a new port for curl. curl tries to connect to it, but fails.

Either the server is behind a firewall that doesn't let you in on that port,
or you are behind a firewall that doesn't let you out on that port (or
similar).

Reading up on and using the -P option is my advice.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-01-04

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET