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

Proxy authentication

From: Davies, Simon <Simon.Davies_at_au.fujitsu.com>
Date: Fri, 6 Jan 2006 12:11:54 +1100

Hi,
 
I'm using curl (7.15.1) to send/receive files from a server using the following command:
'curl -v -# --cacert C:\TEMP\TMSAuto-test\cURL\curl-ca-bundle.crt -u username:password --trace-ascii tracedn.txt -o C:\TEMP\TMSAuto-test\test\EDXNTHIP.1843 ttps://test.olb.centrelink.gov.au/filex2/restricted/action.cgi?action=Receive' (https deliberately broken).

The things is, our clients have implemented a proxy server that requires authentication. Could someone confirm for me that the -U option will not interfere with the -u?
I have in mind something like this:
'curl -v -# -p [proxy IP]:{port #} -U UID:pwd --cacert C:\TEMP\TMSAuto-test\cURL\curl-ca-bundle.crt -u username:password --trace-ascii tracedn.txt -o C:\TEMP\TMSAuto-test\test\EDXNTHIP.1843 ttps://test.olb.centrelink.gov.au/filex2/restricted/action.cgi?action=Receive' (https deliberately broken).

Regards,

Simon Davies
Mainframe Programmer
Territory Housing Team

Fujitsu Australia
Address: Lvl 5 AANT Building, 79-81 Smith Street, Darwin, NT 0800
Tel: +61 8 8943 7807
Fax: +61 8 8943 7777
Email: Simon.Davies_at_au.fujitsu.com
     or: Housing.Team_at_au.fujitsu.com (for all Territory Housing correspondence)
Web site: au.fujitsu.com

This is an email from Fujitsu Australia Limited, ABN 19 001 011 427. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.
 
If you do not wish to receive commercial email messages from Fujitsu Australia Limited, please email unsubscribe_at_au.fujitsu.com
Received on 2006-01-06

These mail archives are generated by hypermail.

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

File upload with ASP.NET