Skip to content

Instantly share code, notes, and snippets.

@gyfoster
Last active April 8, 2019 15:43
Show Gist options
  • Save gyfoster/337bf6572f38d484836d5ab298783568 to your computer and use it in GitHub Desktop.
Save gyfoster/337bf6572f38d484836d5ab298783568 to your computer and use it in GitHub Desktop.
A list of my most commonly used curl commands
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