Skip to content

Instantly share code, notes, and snippets.

@ebouchut
Created July 20, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebouchut/83274db70170e363b444 to your computer and use it in GitHub Desktop.
Save ebouchut/83274db70170e363b444 to your computer and use it in GitHub Desktop.
Send a file to a URL using curl
curl $URL --data @$FILE -vv -L -H "Content-Type:application/json"
# curl $URL --trace-ascii - --data @$FILE -L -H "Content-Type:application/json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment