jfrog-cli
jfrog-cli copied to clipboard
Artifact download from remote respository not working
I am trying to download a 3rd-party jar using jf but it doesn't work.
Repo path: libs-release/activemq/activemq-core/3.2.4/activemq-core-3.2.4.jar
URL: https://my.artifactory.com/artifactory/libs-release/activemq/activemq-core/3.2.4/activemq-core-3.2.4.jar
$ JFROG_CLI_TRANSITIVE_DOWNLOAD_EXPERIMENTAL=true jf rt dl --flat libs-release/activemq/activemq-core/3.2.4/activemq-core-3.2.4.jar
13:11:30 [🔵Info] Log path: /home/john/.jfrog/logs/jfrog-cli.2022-12-20.13-11-30.24209.log
{
"status": "success",
"totals": {
"success": 0,
"failure": 0
}
}
$ jf -v
jf version 2.30.0
Artifactory version: Open source license 7.46.11
Any idea where the issue is?