cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: FTp site through Firewall

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 16 Aug 2005 09:59:41 +0200 (CEST)

On Tue, 16 Aug 2005, Navid Srinivas wrote:

> I am able to connect to an FTP site using WS FTP pro by going through
> Firewall (by passing the network user name and password to it) this FTP site
> implements SSL

Hold on a moment. How do you pass name and password to a firewall? I presume
you mean this is a HTTP proxy (that might also act as a firewall, but that is
beside the point for this case) ?

> curl -U networkusername:password -k ftps://siteusername:sitepassword_at_URL/DIR

1. This doesn't identify the proxy (try -x)

2. curl 7.14.0 and earlier don't support ftps:// through proxy (this is fixed
    in the CVS/daily snapshot versions)

BTW, how do you access this site with other tools? Can your proxy really
understand and deal with ftps:// URLs? If not, I believe you'll need to tunnel
through the proxy using -p/--proxytunnel, but that will only be allowed by the
proxy if it has been specificly configured to allow CONNECT to port 990 (which
to my knowledge is very rarely done).

> Any review, e-transmission dissemination or other use of or taking of any
> action in reliance upon this information by persons or entities other than
> the intended recipient is prohibited.

This mail will be stored, archived and displayed publically on the curl web
site. Information you pass to this list (and the other curl lists) will be
used for whatever purposes the readers of these mails like. The mails are read
by hundreds of subscribers and tens of thousands of web visitors every month.
And they will be around "forever" for future visitors to enjoy.

Knowing this, your "legal" blurb is rather funny.

(As usual, I very much suspect that you don't personally decide on the
addition of this text but I can't resist pointing out the stupitidy of it
anyway.)

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-08-16