AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Download a specific folder in a Container

Open hholst80 opened this issue 3 years ago • 5 comments

Preflight Checklist

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

hholst80 avatar Oct 08 '22 11:10 hholst80

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 avatar Oct 08 '22 11:10 hholst80

@hholst80 so to clarify, you want something like this?

  1. Open container
  2. Go to some directory/stay in root
  3. Apply some sort of filter, like filtering by prefix or filtering by tags
  4. Do a download of the results of that filter, without having to "click Load more until all results are loaded, select all, click download"

MRayermannMSFT avatar Oct 10 '22 17:10 MRayermannMSFT

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 avatar Oct 11 '22 05:10 hholst80

@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?

JasonYeMSFT avatar Oct 12 '22 00:10 JasonYeMSFT

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.

hholst80 avatar Oct 12 '22 07:10 hholst80

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.

JasonYeMSFT avatar Oct 17 '22 21:10 JasonYeMSFT