cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: FTP Authentication Needed

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 2 Nov 2005 16:50:50 +0100 (CET)

On Wed, 2 Nov 2005, Davide Aliperti wrote:

> I'm trying to send a file trough a proxy server with ssl.
>
> here the command line:

> curl --ftp-ssl -1 -S -x proxy.de.db.com:3128 -T "pippo.txt" --trace-ascii
> curltrace.trc --cacert /export/home/alipeda/Cedacri_cert.crt -u
> TFA99999:TFA99999 ftp://connect.cedacri.it

When you use a HTTP proxy like this, all operations are converted to HTTP and
thus --ftp-ssl have no effect and -T makes this become a HTTP PUT. And
obviously the remote server didn't like the user name/password.

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