REST API:

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 Retrieve Folder or Repository Archive REST API, which allows us to download the content of a folder as an archive file. The supported archive types are 'zip','tar','tar.gz', and 'tgz'. The archiveType=<type> query parameter is required in the URL.