You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Backblaze S2, however I suspect that this issue will happen with all storage providers that support multipart downloads. In my circumstance, I was downloading a 27GB file from Backblaze, which eventually hit 100% completion, however he transfers window still shows it as "Downloading" for several minutes while the speed drops slowly, before it says complete. While it is stuck at 100% downloading, i can see the file in the downloads directory on my computer increasing in size until it hits the correct file size, at which point the transfers window shows the download as complete. I suspect that as I have the "Segmented downloads with multiple connections per file" setting enabled, cyberduck is reconstructing the file, however the status on the transfers window doesn't change to indicate this, which could lead to confusion or people thinking downloads are not working correctly.
To Reproduce
Ensure Segmented download with multiple connections per file is enabled
Download a file tens of gigabytes or more in size
Wait until the download hits 100%
Expected behavior
If the issue is what i suspect it to be, i would expect the transfers window to change from Downloading 100% to something along the lines of either Reconstructing or Building InsertFileNameHere, which a percentage indicator showing its progress.
Desktop (please complete the following information):
Windows 11 21H2 (22000.795)
The text was updated successfully, but these errors were encountered:
Indeed, You are correct in your assumption that segmented downloads creates a temporary directory with segment files, which are then concatenated into the destination file.
A better reflection on the status of a transfer is something that could be improved here.
dkocher
changed the title
When downloading a large file (the one i tested with was 27GB), the download continues despite being at 100% and eventually completes
No progress when concatenating downloaded segments for large download after transfer is complete
Oct 24, 2022
Describe the bug
I am using Backblaze S2, however I suspect that this issue will happen with all storage providers that support multipart downloads. In my circumstance, I was downloading a 27GB file from Backblaze, which eventually hit 100% completion, however he transfers window still shows it as "Downloading" for several minutes while the speed drops slowly, before it says complete. While it is stuck at 100% downloading, i can see the file in the downloads directory on my computer increasing in size until it hits the correct file size, at which point the transfers window shows the download as complete. I suspect that as I have the "Segmented downloads with multiple connections per file" setting enabled, cyberduck is reconstructing the file, however the status on the transfers window doesn't change to indicate this, which could lead to confusion or people thinking downloads are not working correctly.
To Reproduce
Expected behavior
If the issue is what i suspect it to be, i would expect the transfers window to change from Downloading 100% to something along the lines of either Reconstructing or Building InsertFileNameHere, which a percentage indicator showing its progress.
Desktop (please complete the following information):
Windows 11 21H2 (22000.795)
The text was updated successfully, but these errors were encountered: