Reputation: 1148
How can I download files from Artifactory . Is it possible to download using batch script . I used CURL commands to upload then on the same way please provide suggestions to download. Appreciate your help.
Upvotes: 1
Views: 12340
Reputation: 1148
Hi I used the same CURL command with Ansible .But I missed to configure the remote server for Ansible .So the CURL was not working . After configuring the remote server. It was able to download Thanks a lot for the response
Upvotes: 1
Reputation: 20376
You can use the JFrog CLI - a compact and smart client that provides a simple interface that automates access to JFrog products. The CLI works on both Windows and Linux.
For downloading files, take a look at the command for downloading files from Artifactory. This command allows you downloading specific files, multiple files (using wildcards) or complete folders,
Upvotes: 4
Reputation: 428
Use GNU WGET from here - http://gnuwin32.sourceforge.net/packages/wget.htm Very small utillity and supports download percentage and alot of other options like overwriting, not download if file exists etc.
Upvotes: 1