We are using nexus 3.0
i upload my files with curl
to raw repository, like in documentation:
https://books.sonatype.com/nexus-book/3.0/reference/raw.html#_uploading_files_to_hosted_raw_repositories
i tried to query with:curl -u login:pw https://mynexus/myrepo
curl -u login:pw https://mynexus/myrepo/
but receive only html with errors
How can i query all uploaded files with curl
?