Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable transitive download? #412

Open
gsemet opened this issue Mar 27, 2023 · 2 comments
Open

How to enable transitive download? #412

gsemet opened this issue Mar 27, 2023 · 2 comments
Labels
Help Wanted We will be glad if somebody proposes a solution via PR question

Comments

@gsemet
Copy link
Contributor

gsemet commented Mar 27, 2023

Hello. I am looking for a equivalent of "--transitive [Default: false]Set to true to look for artifacts also in remote repositories. Available on Artifactory version 7.17.0 or higher", because when listing files on remote when caching is not done yet, the content "seen" is empty, and nothing are downloaded, and no caching mecanism is triggered. When using the jfrog cli or through the UI, the caching of the repository from its remote is done.

@gsemet
Copy link
Contributor Author

gsemet commented Mar 27, 2023

For more information:
On the same remote folder, if I use curl to download a single file, the remote performs the caching and then returns the content. It may take some times.
But using dohq-artifactory that seems to use the "api/storage" endpoint, this does NOT trigger the remote caching

@gsemet
Copy link
Contributor Author

gsemet commented Mar 27, 2023

Other point, ff I "know" the name of the file that I need to download, using the ArtifactoryPath does the expected behavior: the remote repository caches the wanted file and then the download to the client happens correctly.

But if I want to "list" folder and files that are not cached yet, I do not see them.

In short, I do not see using ArtifactoryPath the files/folders with "->" in the following "ui/native" view:
image

@allburov allburov added Help Wanted We will be glad if somebody proposes a solution via PR question labels Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted We will be glad if somebody proposes a solution via PR question
Development

No branches or pull requests

2 participants