Difference between revisions of "Curl -X"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* <code>curl -X [[PUT]] [[-u]] myUser:myPassword [[curl -T|-T]] test.txt "http://your_artifactory.com/artifactory/libs-release-local/test/test.txt"</code> | * <code>curl -X [[PUT]] [[-u]] myUser:myPassword [[curl -T|-T]] test.txt "http://your_artifactory.com/artifactory/libs-release-local/test/test.txt"</code> | ||
* <code>[[curl -X POST]] -F 'name=linuxize'</code> | * <code>[[curl -X POST]] -F 'name=linuxize'</code> | ||
− | * <code>curl -X GET</code> | + | * <code>curl -X [[GET]]</code> |
<code>[[curl --help]]</code> | <code>[[curl --help]]</code> |
Revision as of 12:39, 13 October 2021
curl -X PUT -u myUser:myPassword -T test.txt "http://your_artifactory.com/artifactory/libs-release-local/test/test.txt"
curl -X POST -F 'name=linuxize'
curl -X GET
-X, --request <command> Specify request command to use --request-target Specify the target for this request --resolve <host:port:address[,address]...> Resolve the host+port to this address --retry <num> Retry request if transient problems occur --retry-connrefused Retry on connection refused (use with --retry) --retry-delay <seconds> Wait time between retries --retry-max-time <seconds> Retry only within this period --sasl-ir Enable initial response in SASL authentication --service-name <name> SPNEGO service name
See also
Advertising: