AzureStorageExplorer
AzureStorageExplorer copied to clipboard
Download a specific folder in a Container
Preflight Checklist
- [X] I have installed the latest version of Storage Explorer.
- [X] I have checked existing resources, including the troubleshooting guide and the release notes.
- [X] I have searched for similar issues.
Problem
I am unable to find a specific folder and select only that
Desired Solution
I want to be able to filter a directory sorting OR be able to download everything in the container that matches the current directory, as it is quite reasonable to change directory to the one that i want to download but then again it lacks a way to download everything similar to #5050 but for a subset.
Alternatives and Workarounds
maunally scan the folders in the root and mark the one I want to download and press download. This does obviously not scale well when we have 1000s of folders in the container root.
Additional Context
No response
This would have been obvious if the developers of the software also where using it themselves. One of the most classical problem in software engineering. The developers are not the users of the thing they are developing. :-)
@hholst80 so to clarify, you want something like this?
- Open container
- Go to some directory/stay in root
- Apply some sort of filter, like filtering by prefix or filtering by tags
- Do a download of the results of that filter, without having to "click Load more until all results are loaded, select all, click download"
Yes I would like to be able to select a single or multiple directories and have those downloaded recursively to my local storage.
No need to enter those just select and Download. A live filter/search would be great
@hholst80 We are working on enabling downloading all blobs from the current directory in the container view. However, you will still need to use the prefix to filter the directory and navigate into it before downloading stuff from it. Does that sound like a reasonable solution to you?
Either navigating into the directory and being able to download it as a unit recursively or finding and selecting it would be good solutions to the problem I had in my use case. Thank you for investing time and trying to understand what I am doing and how you can help improve it.
I have merged the feature work for enabling this action to 1.27.0 dev branch. I am going to close this issue and track the verification in #5050.