microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
365 stars 85 forks source link

Enable specifiying the file name when Downloading one individual blob instead just selecting a parent folder #8023

Open pmiskolczi opened 6 days ago

pmiskolczi commented 6 days ago

Preflight Checklist

Problem

I have log folders for dates, but the file name is the same, so if I download the file into the same folder it will override the previous with the same name

Desired Solution

I would like to specify not just the folder, but the file name when downloading individual blob item

Alternatives and Workarounds

Automatically add a counter to the file name so it wont overwrite

Additional Context

Today I have "Overwrite" or "Do not download" options only