cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: cURL custom proxy configuration

From: Clark Kent <guschtl_at_alpenjodel.de>
Date: Wed, 6 Apr 2011 15:01:17 +0000 (UTC)

Woohoo, after countless trials and errors it works.
Thanks for the hints Dan!
As you said, the Proxy is treated as the FTP and takes care of everything after
authorization.
Here is the solution for using curl with a Blue Coat proxy:

curl
--progress-bar -v \
-u "FTPuser_at_FTPadress ProxyUser":FTPpass \
--ftp-account ProxyPass \
--upload-file c:\test.pdf ftp://yourproxy.com:21

Cheers

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-04-06