Download Link Artifactory Folder Info
If you only need specific files within a folder, use Artifactory Query Language (AQL) with the CLI to narrow down your download, saving time and bandwidth.
: Supported formats are zip , tar , tar.gz , and tgz . repo-key : The name of the repository. path/to/folder : The target folder path. download artifactory folder
curl -uUSER:PASSWORD -XGET "https://example.com" -o download.zip Use code with caution. Key Parameters If you only need specific files within a
If the folder is large, Artifactory will download it as a compressed archive. download artifactory folder
jf rt dl "example-repo-local/project-folder/*" --include-dirs Use code with caution.
