- or download this
Bytes_read => 40960,
BlockSize => 40960,
- or download this
c:\test>wget --passive-ftp ftp://ftp.perl.org/pub/CPAN/ports/win32/Sta
+ndard/x86/perl-5.6.0.tar.gz
--04:26:04-- ftp://ftp.perl.org/pub/CPAN/ports/win32/Standard/x86/per
+l-5.6.0.tar.gz
...
c:\test>ftp-get -SIZE=4096
Got 5443601 bytes at 300668.379/second
- or download this
#!/usr/bin/perl
use strict;
...
printf "Got %d bytes at %.3f/second\n",
$size, $size / ( time() - $start );