Skip to content

Instantly share code, notes, and snippets.

@hadi2f244
Created July 25, 2023 12:01
Show Gist options
  • Save hadi2f244/fbb4985321592db6a1c969f461a728f1 to your computer and use it in GitHub Desktop.
Save hadi2f244/fbb4985321592db6a1c969f461a728f1 to your computer and use it in GitHub Desktop.
nexus file upload
find . -type f -print | xargs -I {} curl -v -u admin:admin123 --upload-file {} https://nexus.hadiazad.local/repository/FileRepo/\{\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment