Horje
curl upload to artifactory with basic auth Code Example
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'




Shell

Related
install grammarly on mac brew Code Example install grammarly on mac brew Code Example
tail file first 100 lines linux Code Example tail file first 100 lines linux Code Example
bash find touch Code Example bash find touch Code Example
install gulp global Code Example install gulp global Code Example
arch linux create windows bootable usb Code Example arch linux create windows bootable usb Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
20