Bitte warten - die Druckansicht der Seite wird vorbereitet.
Sollte die Druckvorschau unvollständig sein, bitte schliessen und "Erneut drucken" wählen.
You can programmatically retrieve a folder archive by sending a GET request to the following endpoint: GET /api/archive/download/{repoKey}/{path}?archiveType=zip
The --include-dirs flag ensures the remote directory structure is preserved on your machine. 3. Using the REST API artifactory enable folder download
To activate this feature, you must have . Log in to your JFrog Platform instance as an admin. Navigate to the Administration workspace (the gear icon). Go to Artifactory > General Settings . Scroll down to the Folder Download Settings section. Check the box for Enable Folder Download . You can programmatically retrieve a folder archive by
# Example command to download a folder and recreate its structure locally jf rt dl "my-repo/my-folder/*" local-dir/ --include-dirs Use code with caution. Log in to your JFrog Platform instance as an admin
Folder downloads are generally supported for local and cache repositories. They are not supported for virtual repositories.
Large folder downloads can put significant load on the Artifactory server CPU due to compression. For very large datasets, using the JFrog CLI is preferred over UI/API archive downloads. Artifactory General Settings - JFrog Docs