very poor cygwin scp performance in some situations

Corinna Vinschen corinna-cygwin@cygwin.com
Tue Mar 28 08:04:00 GMT 2006


On Mar 27 16:39, Steven Hartland wrote:
> I've done quite a bit of digging and not found any real answers
> on why cygwin's scp performance is so poor.

Cygwin is just emulating POSIX by calling Windows functions.  It's not
an operating system which runs natively on the machine, so what do
you expect?  If you're unhappy with scp's performance you can try
using:

- sftp

- tar over ssh:

    tar cf - dir-to-copy | ssh remotemachine 'cd targetdir && tar xf -'

- http://www.psc.edu/networking/projects/hpn-ssh/


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list