cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Help with HTTPS POST SYNX - XML POST

From: Oscar Koeroo <okoeroo_at_nikhef.nl>
Date: Fri, 10 Feb 2012 23:06:34 +0100

On 10/2/12 10:57 PM, Andrew Reid wrote:
> C:\curl -x proxy.xxxx.com:port -k -d @/location/filename https://x.x.x.x/

I would do:

C:\curl -x proxy.xxxx.com:port -k -d @./location/filename https://x.x.x.x/

Although I think there is a better guarantueed result when you use a full
path for the input file. Use "" (quotes) around the file path to overcome
possible issues with spaces.

        Oscar

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html

Received on 2012-02-10