簡體   English   中英

如何使用 azcopy 將 Azure 存儲中的最新文件下載到本地系統

[英]How to Download latest file in Azure storage using azcopy to a local system

我是 azure 存儲的新手。 在 azure 存儲中,我有一個容器,我有多個目錄,並且容器內有子目錄。

子目錄包含多個文件。 我需要從子目錄下載最新的文件。

截至目前我使用命令

azcopy cp "https://storageforecast.blob.core.windows.net/test/pollo/pollo1/pollo2/?si=plus&sv=2019-12-12&srMAVZhkpCwrXs1" "E:\111" --recursive

test- container
pollo -directory
pollo1 - subdirectory1
pollo2 - subdirectory2

我在 pollo2 中有多個文件。 我需要下載最新的文件......我該怎么做......有人可以幫助我嗎

如果您沒有明確尋找 cmd 解決方案,則可以下載並安裝 Azure 存儲資源管理器並連接到您的存儲帳戶。 此資源管理器為您提供按上次修改日期訂購的選項。 在按上次修改日期訂購后,您只需右鍵單擊並下載容器中的 blob。 下載 Azure 存儲資源管理器的鏈接: https://azure.microsoft.com/en-us/features/storage-explorer/

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM