-
Notifications
You must be signed in to change notification settings - Fork 10
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
What was the motivation in using "cf files" over "cf curl /v2/apps/:app_guid/download"? #2
Comments
We tried using curl and the download function first, however it was unable to handle the high number of concurrent downloads. We brought the issue up with the CLI maintainers and they acknowledged concurrency was an issue. They may have fixed the issue by now. |
Completely unrelated, but do you have any idea why my curl download command would be failing with a timeout upon redirecting to blob store? I was just curious if you guys saw this when initially investigating the download option.
|
@rajohns08 The url to the blob store seems to have some strange %!D(MISSING) segments. Are those redactions by you? |
I don't think I remember having that timeout issue, the failed requests usually were caused by permission issues or large binary files (images) |
Once you get this to download what kind of file is it? Doesn't appear to open as a |
I noticed the implementation of this download plugin is to output all file contents and write those contents to local files. Why was this method chosen over the download cloud foundry api call?
The text was updated successfully, but these errors were encountered: