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
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
