Answers for "curl data from file"

0

curl data from file

curl -i -X POST host:port/post-file \
  -H "Content-Type: text/xml" \
  --data-binary "@path/to/file"
Posted by: Guest on December-02-2020

Browse Popular Code Answers by Language