Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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'
Comment

PREVIOUS NEXT
Code Example
Shell :: kde 144hz 
Shell :: configure static ip address ubuntu server 20.04 
Shell :: setting docker as a non root user 
Shell :: how to generate ssh key 
Shell :: generating a new ssh key 
Shell :: git clone syntax 
Shell :: how to create permanent alias in linux 
Shell :: print in shell script 
Shell :: git reset to undo a merge 
Shell :: openssl serial number 
Shell :: gtk4 windows install 
Shell :: ruby install for mac 
Shell :: bash stderr null 
Shell :: fetch fork github 
Shell :: boost volume in ubuntu 18.04 
Shell :: zsh: permission denied 
Shell :: init jest config 
Shell :: spotify combo chercker 
Shell :: run bash script linux with sudo password 
Shell :: git move branch to previous commit 
Shell :: how to put files into gitignore 
Shell :: how to check which shell 
Shell :: netlify cli 
Shell :: copy file to ubuntu server 
Shell :: how to check whats using my space linux 
Shell :: uninstall cinnamon 
Shell :: supertest example 
Shell :: get folder from differente branch git 
Shell :: loops in shell script 
Shell :: putty for ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =