Nejc ┼koberne <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED]:~# wget -O /dev/null http://10.0.0.2/testsmall.dat 2>&1 | 
> grep saved
> 10:38:13 (86,22 MB/s) - `/dev/null' saved [21954560/21954560]
> [EMAIL PROTECTED]:~# wget -O /dev/null ftp://testuser:[EMAIL 
> PROTECTED]/testsmall.dat 2>&1 | grep saved
> 10:38:18 (90.47 MB/s) - `/dev/null' saved [21954560]
>
> In the HTTP case, the final average transfer speed number is
> delimited by a comma, while in the FTP case it is delimited by a
> dot. Is this a bug/inconsistency?

Which version of Wget are you using, and in which locale?  I cannot
repeat that bug with either Wget 1.10.2 or with the latest Wget from
the subversion repository.  (I tested in the "hr" locale, which uses
"," as a decimal separator.)

Reply via email to