This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fwd: 1.5.11-1: sftp performance problem]


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]