curl upload to artifactory with basic auth code example
Example: curl upload to artifactory with basic auth
$ curl -sSf -u ":" \
-X PUT \
-T file.zip \
'http(s)://///file.zip'
$ curl -sSf -u ":" \
-X PUT \
-T file.zip \
'http(s)://///file.zip'