Working on a way to pull down the latest file within an Artifactory repo. I so far have this to check for the latest file
curl -v -H 'X-JFrog-Art-Api:KEY' "Path-to/?lastModified"
Is there a way to incorporate these results with another curl command using a -o to pull it down?