Last active
April 8, 2019 15:43
-
-
Save gyfoster/337bf6572f38d484836d5ab298783568 to your computer and use it in GitHub Desktop.
A list of my most commonly used curl commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use '\' to escape '!' | |
Upload | |
$ curl -k -v -u myuser:mypassword --upload-file test.zip https://nexus.my-domain.com:9443/repository/binary-artifact-repository/test.zip | |
Download | |
$ curl -k -v -O -u myuser:mypassword https://nexus.my-domain.com:9443/repository/binary-artifact-repository/test.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment