curl-commandline Questions
4
Solved
I have a problem with this CURL call:
curl -X POST \
--data-binary '@File01.tar.gz' \
http://website.intra.prova.it/gore-orgac/PINGU/TEST/lots/Test_017/content/files/File02.tar.gz
And I receiv...
Rhythmist asked 22/1, 2015 at 10:50
4
I've been posting a file with this curl command:
curl -i -F file=@./File.xlsm -F name=file -X POST http://example.com/new_file/
Now I want to send some information about the file (as JSON) along...
Aristippus asked 22/2, 2014 at 1:8
3
Background
I have been searching the Internet trying to find an example of --ftp-create-dirs.
Overall my goal is to use "--ftp-create-dirs" to automatically create the necessary folders if they a...
Clorindaclorinde asked 24/2, 2014 at 22:6
0
I am still getting a hang of using curl for testing API request from the terminal. I have a particular issue with formatting because the API request I am attempting requires a JWT Token to be passe...
Pandolfi asked 22/8, 2016 at 21:38
1
© 2022 - 2024 — McMap. All rights reserved.