[Fwd: 1.5.11-1: sftp performance problem]

Corinna Vinschen vinschen@redhat.com
Sat Sep 11 13:03:00 GMT 2004


On Sep 10 16:48, Bob Byrnes wrote:
> >              ...  I don't use sftp much, but we pump *enormous* amounts
> > of data through sshd otherwise, so it's odd that I haven't noticed any
> > performance impact.

scp is really old stuff, basically mimicing rcp.
Tip of the day:

	cd $SOURCEDIR
	tar cvf - . | ssh $DESTHOST 'cd $DESTDIR && tar xf -'

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.



More information about the Cygwin-patches mailing list