Generic Download

JFrog REST APIs

ft:sourceType
Paligo

Description: Downloads a file by the specified path from PDN.

Since: 1.0.1

Security: Artifactory credentials, with read permissions on the path

Usage: GET /artifactory/example-repo-local/example-directory/example-file.zip

cURL Example

curl -u admin:password -X GET http://{pdn-node-host}:8089/artifactory/example-repo-local/example-directory/example-file.zip -o ./example-file.zip

Response status codes:

200 - Successful download of the file

404 - The file does not exist on the Artifactory connected to the PDN