Displaying 1 result from an estimated 1 matches for "4848kb".
Did you mean:
4748kb
2004 Oct 28
1
[Bug 946] scp slow file transfers, even with -1 -c blowfish
...both the networks.
I am running scp on Cygwin on a 1GHz Centrino x86 machine (Windows XP Pro SP2).
The process monitor reports the CPU on the sending machine is around 50%. In
transfering a 200MB movie (avi) I see the following stats:
$ scp 200MB-movie.avi foo at bar:/a/b
200MB-movie.avi 2% 4848KB 480.8KB/s 06:00
I see this with any destination machine on two different LANs: a Suse64 AMD64
with no load and a RAID5 array, a P133 FreeBSD box with no load and a single IDE
drive, and a Linux box with moderate load.
If I force scp to use ssh protocol version 1 and blowfish, I get better
perfo...