From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 20:23:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B585A16A420 for ; Mon, 20 Feb 2006 20:23:12 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46BE943D46 for ; Mon, 20 Feb 2006 20:23:12 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060220202311.PKNH7811.mta11.adelphia.net@barbish>; Mon, 20 Feb 2006 15:23:11 -0500 From: "fbsd_user" To: "Martin Hepworth" Date: Mon, 20 Feb 2006 15:23:10 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <72cf361e0602201116g5fcc5551p5bc4f5e77af6a5d4@mail.gmail.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Cc: freebsd-questions@freebsd.org Subject: RE: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 20:23:12 -0000 There is a patch to OpenSSH to fix the buffer size problem caused be the different operating systems OpenSSH runs on. When the host and remote are different operating systems the send/receive buffer sizes do not match and this causes drastic slow down. Like in using Winscp client connecting to a FreeBSD box or Linux box. ports/security/hpn-ssh/ contains the patch code to fix this problem in sshd/ssh. Check out the patches home page at http://www.psc.edu/networking/projects/hpn-ssh/ -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Martin Hepworth Sent: Monday, February 20, 2006 2:16 PM Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness Hate to do a me too, but I gotta agree. I did the same file transfer using cygwin's scp and winscp and cygwin was about 10x faster..... On 2/20/06, Xn Nooby wrote: > > For about a year I have noticed that whenever my Windows boxes talk to my > Unix boxes, they communicate at about 1/10 normal speed. I copy lots > (300GB) > of large files back and forth between machines as I try different OS's, > and > I always see this. > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 megs > per second. Between FreeBSD and Linux, at about 8 megs per > second. Between > FreeBSD and Windows, about 1 megabyte per second. This is on identical > hardware. I've told other people about this, and they usually say I must > be > doing something wrong, but recently a friend of mine upgraded a Windows > box > to SP2, and now they are getting this same slowness. When I copy from > Windows to WIndows (XP or W2k), I get 11 megs per second. > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always a > shock when I have to copy my data to WIndows, and it takes 30 hours > instead > of 3. > > Does anyone else ever see this slowness when copying files between FreeBSD > and Windows? > > Is Windows maybe capping the transfer speed when it talks to Unix? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"