Answers for "curl upload to artifactory with basic auth"

0

curl upload to artifactory with basic auth

$ curl -sSf -u "<USERNAME>:<PASSWORD>" \
       -X PUT \
       -T file.zip \
       'http(s)://<ARTIFACTORY_URL>/<REPO>/<PATH>/file.zip'
Posted by: Guest on May-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language