I have set of files uploaded to the global repository. I need to download the latest uploaded file.. How can I do it by using jFrog? Which Curl command should I use?
Currently I am using curl -O https://***/artifactory/snapshots/***/***/***/***-SNAPSHOT/test.xml
which downloads the file on the server, but this is useful when there is a specific name, but, I want to download the latest one.