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-dirsThis 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.