curl-users
cURL custom proxy configuration
Date: Tue, 05 Apr 2011 16:23:59 +0200
Hi guys,
I'm trying to upload files via FTP through a Blue Coat proxy. My problem is
the complicated Blue Coat proxy authentication, which looks like this:
(from FileZilla)
USER %u@%h %s
PASS %p
ACCT %w
which is
USER FTP-Username_at_FTP-Server Proxy-User
PASS FTP-Password
ACCT Proxy-Password
Linebreaks for better readability:
curl -v
-x myftp.proxy.server:21
-U "FTP-Username_at_FTP-Server Proxy-User"
--ftp-account %Proxy-Password%
--upload-file c:\data\test.pdf
ftp://someURL:21/
I get lots of syntax errors but after hours of searching and trial/error I
cant find a solution. The problem seems to be the @ and the space in the
Proxy User Authentication.
Is there any way I can specify the Blue Coat authentication?
Thx
-- GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit gratis Handy-Flat! http://portal.gmx.net/de/go/dsl
-------------------------------------------------------------------
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-05