jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

Artifact download from remote respository not working

Open GarbageYard opened this issue 3 years ago • 0 comments

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?

GarbageYard avatar Dec 20 '22 07:12 GarbageYard