AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

It displays '0 item transferred' in the activity log when downloading a file whose name ends with a dot

Open v-kellyluo opened this issue 1 year ago • 2 comments

Storage Explorer Version: 1.34.0-dev (98) Build Number: 202403013.7 Branch: main Platform/OS: Windows 10 Architecture: x64 How Found: From running test cases Regression From: Previous release (1.30.2)

Steps to Reproduce

  1. Expand one storage account -> File Shares.
  2. Open one file share which contains a file whose name ends with a dot.
  3. Try to download the file.
  4. Check whether succeeds to download the file.

Expected Experience

Succeed to download the file. image

Actual Experience

It displays '0 item transferred'. image

Additional Context

This issue doesn't reproduce on Linux Ubuntu 22.04/MacOS Ventura 14.4(Apple M1 Pro).

v-kellyluo avatar Mar 14 '24 09:03 v-kellyluo

Regression seems to be on AzCopy 10.20.0. From what I can tell, our command and list-of-files file is the same across 1.30 and 1.31.

1.30

AzcopyVersion  10.19.0
copy https://00nbh6byzwblagkagnt0.file.core.windows.net/share2/*?se=2024-04-26t21%3A00%3A07z&sig=-REDACTED-&sp=rl&sr=s&sv=2022-11-02 C:\Users\REDACTED\Downloads --output-type=json --cancel-from-stdin --overwrite=prompt --check-md5 FailIfDifferent --from-to=FileLocal --preserve-smb-info=true --recursive --list-of-files C:\Users\REDACTED\AppData\Local\Temp\stg-exp-azcopy-745116df-6294-4897-a311-e2b05484c3d0.txt --log-level=INFO --trailing-dot=Enable 
a.txt.

1.31

AzcopyVersion  10.20.1
copy https://00nbh6byzwblagkagnt0.file.core.windows.net/share2/*?se=2024-04-26t21%3A04%3A49z&sig=-REDACTED-&sp=rl&sr=s&sv=2023-01-03 C:\Users\REDACTED\Downloads --output-type=json --cancel-from-stdin --overwrite=prompt --check-md5 FailIfDifferent --from-to=FileLocal --preserve-smb-info=true --recursive --list-of-files C:\Users\REDACTED\AppData\Local\Temp\stg-exp-azcopy-93802de0-1520-4437-a35e-9de90292035c.txt --log-level=INFO --trailing-dot=Enable 
a.txt.

MRayermannMSFT avatar Mar 27 '24 21:03 MRayermannMSFT

https://msazure.visualstudio.com/One/_workitems/edit/27349680

MRayermannMSFT avatar Mar 27 '24 23:03 MRayermannMSFT