Created
July 25, 2023 12:01
-
-
Save hadi2f244/fbb4985321592db6a1c969f461a728f1 to your computer and use it in GitHub Desktop.
nexus file upload
This file contains hidden or 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
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