Displaying 1 result from an estimated 1 matches for "ieee_1541".
2017 Mar 30
0
[Bug 2701] New: sftp and scp show wrong units for speeds and file sizes in progress meter
...Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: jjelen at redhat.com
Created attachment 2967
--> https://bugzilla.mindrot.org/attachment.cgi?id=2967&action=edit
Proposed patch to use units recommended by IEEE
Reading through IEEE_1541-2002 [1], OpenSSH progress meter code is
wrongly using K, M, G, T prefixes as a multiplies of 1024. The data
should be divided either by 1000 or the correct prefixes should be used
(Ki, Mi, Gi, Ti).
This can be very confusing for users [2] who compare the sizes with
other tools presenting sizes in...