I m trying to download .EAR file from jFrog artifactory using curl command and save it on to the server.
curl -k -b "/appl/webappl/server/cookie.txt" "https://jfrog.dev.com/ui/v1/download?repoKey=key&path=path%252Ffile.ear" -o "/appl/webappl/server/file.ear"
Questions:
- How to select this specific url from dev tools on browser "https://jfrog.dev.com/ui/v1/download"
- How to choose repoKey and the path
- Why can t we use direct url to the file