JFrog CLI:

ARTIFACTORY: How can I download folders with their content from a repository?

AuthorFullName__c
Elina Floim
articleNumber
000005402
ft:sourceType
Salesforce
FirstPublishedDate
2022-09-08T16:22:59Z
lastModifiedDate
2022-09-08
VersionNumber
3
We can use the JFrog CLI to download folders as folders and not necessarily as archive files such as in the above REST API. The download command should look similar to this:
$ jfrog rt dl example-repo-local/amd-64/ --include-dirs
This command will download the content of the amd-64 folder from the example-repo-local repository and will save it under the same structure locally on the machine.