cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Question on posting

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 13 Jan 2014 16:26:12 +0100 (CET)

On Mon, 13 Jan 2014, Jerry Geis wrote:

> When I use a command like this to transfer and un-encrypted CSV:
> curl --request POST http://x.x.x.x/smjerry.cgi --data-binary @/tmp/file.csv
> -H "Content-type: text/plain"
> My file gets uploaded just fine.
>
> However, when I try

... curl behaves exactly the same in any of those command lines of course. The
problems you have are most probably depending on decisions and logic
implemented in the server side.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
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 2014-01-13