Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

negative time value on download completion #5478

Closed
cyberduck opened this issue Nov 29, 2010 · 1 comment
Closed

negative time value on download completion #5478

cyberduck opened this issue Nov 29, 2010 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

42dea7f created the issue

In MacOSX 10.6 Apple has changed the reporting of filesize, going from binary to decimale base. As a consequence the calculation of the time remaining for the download goes negative, saying download will be completed in -60 seconds, for example. Perhaps as a result of having the reported size in the decimal base, and doing the calculations in the binary one. It is not a problematic thing, but I think Cyberduck will benefit from its correction.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 7570bf3. This should only happen if the file size on the server has grown since the download started. Support for decimal based file sizes is in #3771.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant