Reputation: 387
We have a bunch of jars in the artifactory server (the free version). How can we download all the jars in a single http request from it ?
Do we need to tar all the jars into a single tar file in order to efficiently download the jars ?
Thanks Sincerely
Upvotes: 0
Views: 981
Reputation: 22923
Since you are the one who generates the files, you have two options:
.tar
in the end, create the tar from the needed files and serve it.Upvotes: 1