Re: WinSCP mega-slowness

2006-03-01 Thread gh
On Monday 20 February 2006 13:04, Daniel A. wrote:
 Hi,
 I have the same issue here.
 When I use SFTP (WinSCP) to transfer from my Windows XP SP2 box to my
 local server, I can only utilize about 1/10'th of the bandwith
 (100mbit).
 On the other hand, when I use FTP or SMB to transfer files, I can
 utilize the maximum bandwith.
 
 On both boxes, the symptoms are the same:
 - Lots of available CPU time
 - No significant disk I/O
 - Quite a lot of available RAM.

but SFTP (WinSCP) is a crypted transfer (ssh tunnel) 
therefor it must be slower than
any uncrypted transfer like FTP or samba 


 On 2/20/06, Xn Nooby [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

-- 
Never argue with an idiot, 
they'll drag you down to their level
and beat you with experience!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-03-01 Thread Daniel A.
On 3/1/06, gh [EMAIL PROTECTED] wrote:
 On Monday 20 February 2006 13:04, Daniel A. wrote:
  Hi,
  I have the same issue here.
  When I use SFTP (WinSCP) to transfer from my Windows XP SP2 box to my
  local server, I can only utilize about 1/10'th of the bandwith
  (100mbit).
  On the other hand, when I use FTP or SMB to transfer files, I can
  utilize the maximum bandwith.
 
  On both boxes, the symptoms are the same:
  - Lots of available CPU time
  - No significant disk I/O
  - Quite a lot of available RAM.

 but SFTP (WinSCP) is a crypted transfer (ssh tunnel)
 therefor it must be slower than
 any uncrypted transfer like FTP or samba 
Yes, but one tenth? I would understand the speed difference if at
least the encryption required either a lot of CPU time or memory
utilization, but the fact is that it doesnt. In fact, my PC is
practically idle while it's transferring files through sftp.

I believe that fbsd_user (at a1poweruser.com) is correct about the
different buffer size being the cause of this problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-03-01 Thread gh
On Wednesday 01 March 2006 14:15, Daniel A. wrote:
 On 3/1/06, gh [EMAIL PROTECTED] wrote:
  On Monday 20 February 2006 13:04, Daniel A. wrote:
   Hi,
   I have the same issue here.
   When I use SFTP (WinSCP) to transfer from my Windows XP SP2 box to my
   local server, I can only utilize about 1/10'th of the bandwith
   (100mbit).
   On the other hand, when I use FTP or SMB to transfer files, I can
   utilize the maximum bandwith.
  
   On both boxes, the symptoms are the same:
   - Lots of available CPU time
   - No significant disk I/O
   - Quite a lot of available RAM.
 
  but SFTP (WinSCP) is a crypted transfer (ssh tunnel)
  therefor it must be slower than
  any uncrypted transfer like FTP or samba 
 Yes, but one tenth? I would understand the speed difference if at
 least the encryption required either a lot of CPU time or memory
 utilization, but the fact is that it doesnt. In fact, my PC is
 practically idle while it's transferring files through sftp.
 
 I believe that fbsd_user (at a1poweruser.com) is correct about the
 different buffer size being the cause of this problem.
 

i think that the different operating systems (and their programs)
cause this minimized transfer with a ssh tunnel 
because the transfer run from application to ssh to tcp/ip socket
on one machine and the other way round on the peer and
both sides had to wait for each other (different platforms - different timing)
so the time consumption without really doing usefull
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread Andrew Pantyukhin
On 2/20/06, Xn Nooby [EMAIL PROTECTED] 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 [EMAIL PROTECTED]


It is very certainly a known issue. Not that its specifics and
origins are clearly known, but most of us stumble upon it
sooner or later. You can usually achieve wire speed only
between two OSes of a kind. TCP/IP optimizations are
very important here: if they differ, performance plummets.
Depends on a multitude of things from quality of NICs to
weather in your area. I've never been able to get more
than 70Mbit/s between FreeBSD and Windows XP. I
always get 90-100Mbit/s between two BSDs or two Win's.

As for your case, 1MB/s is a serious limit. What can you
tell us about CPU load? Interrupts? Can you try this:
http://www.psc.edu/networking/projects/hpn-ssh/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread Xn Nooby
Well, it's good to know I'm not the only one seing this. Right now both
machines are running FreeBSD, since I gave up on waiting for Windows to copy
the files.  The CPU load on Window when sending  1 meg per second is usually
about 30%, while the Unix box is only at 1-2%.  When I have 2 Unix boxes
sending/receiving, I think the load is like 4-5% on both.  I'm building a
bunch of packages right now, so I can't get the exact number.  I could try
the openssh patch later in the week, that would be great if there was a
unix-side fix for this. Of course as I run FreeBSD more, and Windows less,
the problem will go away, too.

thanks!



On 2/20/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote:

 On 2/20/06, Xn Nooby [EMAIL PROTECTED] 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 
 [EMAIL PROTECTED]
 

 It is very certainly a known issue. Not that its specifics and
 origins are clearly known, but most of us stumble upon it
 sooner or later. You can usually achieve wire speed only
 between two OSes of a kind. TCP/IP optimizations are
 very important here: if they differ, performance plummets.
 Depends on a multitude of things from quality of NICs to
 weather in your area. I've never been able to get more
 than 70Mbit/s between FreeBSD and Windows XP. I
 always get 90-100Mbit/s between two BSDs or two Win's.

 As for your case, 1MB/s is a serious limit. What can you
 tell us about CPU load? Interrupts? Can you try this:
 http://www.psc.edu/networking/projects/hpn-ssh/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread bsd
 Well, it's good to know I'm not the only one seing this. Right now both
 machines are running FreeBSD, since I gave up on waiting for Windows to
 copy
 the files.  The CPU load on Window when sending  1 meg per second is
 usually
 about 30%, while the Unix box is only at 1-2%.  When I have 2 Unix boxes
 sending/receiving, I think the load is like 4-5% on both.  I'm building a
 bunch of packages right now, so I can't get the exact number.  I could try
 the openssh patch later in the week, that would be great if there was a
 unix-side fix for this. Of course as I run FreeBSD more, and Windows less,
 the problem will go away, too.

 thanks!



 On 2/20/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote:

 On 2/20/06, Xn Nooby [EMAIL PROTECTED] 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 
 [EMAIL PROTECTED]
 

 It is very certainly a known issue. Not that its specifics and
 origins are clearly known, but most of us stumble upon it
 sooner or later. You can usually achieve wire speed only
 between two OSes of a kind. TCP/IP optimizations are
 very important here: if they differ, performance plummets.
 Depends on a multitude of things from quality of NICs to
 weather in your area. I've never been able to get more
 than 70Mbit/s between FreeBSD and Windows XP. I
 always get 90-100Mbit/s between two BSDs or two Win's.

 As for your case, 1MB/s is a serious limit. What can you
 tell us about CPU load? Interrupts? Can you try this:
 http://www.psc.edu/networking/projects/hpn-ssh/


If you have both the XP and FreeBSD machines on the same internal network,
why not enable file sharing on the XP box and use Samba Client on the
freeBSD box. I have found SMB to be a lot faster as it is running as a
service on XP.


Rob

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread Daniel A.
Hi,
I have the same issue here.
When I use SFTP (WinSCP) to transfer from my Windows XP SP2 box to my
local server, I can only utilize about 1/10'th of the bandwith
(100mbit).
On the other hand, when I use FTP or SMB to transfer files, I can
utilize the maximum bandwith.

On both boxes, the symptoms are the same:
- Lots of available CPU time
- No significant disk I/O
- Quite a lot of available RAM.
On 2/20/06, Xn Nooby [EMAIL PROTECTED] 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 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread Xn Nooby
I can try that.  I'm not sure how to use Samba3, though.  I was trying to
help a friend use Samba, but I was use to Sama2, and Samba3 apparently
recquires a smb.conf file.  You use to be able to just do everything from
the command line, like (I think):

   smbclient //server/share /mnt/pnt -o
username=username,password=password

Apparently that doesnt work anymore, and I havent had time to figure out the
new way.  I think smbclient isn't even part of Samab3 (it could find it
after installing it).



On 2/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

  Well, it's good to know I'm not the only one seing this. Right now both
  machines are running FreeBSD, since I gave up on waiting for Windows to
  copy
  the files.  The CPU load on Window when sending  1 meg per second is
  usually
  about 30%, while the Unix box is only at 1-2%.  When I have 2 Unix boxes
  sending/receiving, I think the load is like 4-5% on both.  I'm building
 a
  bunch of packages right now, so I can't get the exact number.  I could
 try
  the openssh patch later in the week, that would be great if there was a
  unix-side fix for this. Of course as I run FreeBSD more, and Windows
 less,
  the problem will go away, too.
 
  thanks!
 
 
 
  On 2/20/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote:
 
  On 2/20/06, Xn Nooby [EMAIL PROTECTED] 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 
  [EMAIL PROTECTED]
  
 
  It is very certainly a known issue. Not that its specifics and
  origins are clearly known, but most of us stumble upon it
  sooner or later. You can usually achieve wire speed only
  between two OSes of a kind. TCP/IP optimizations are
  very important here: if they differ, performance plummets.
  Depends on a multitude of things from quality of NICs to
  weather in your area. I've never been able to get more
  than 70Mbit/s between FreeBSD and Windows XP. I
  always get 90-100Mbit/s between two BSDs or two Win's.
 
  As for your case, 1MB/s is a serious limit. What can you
  tell us about CPU load? Interrupts? Can you try this:
  http://www.psc.edu/networking/projects/hpn-ssh/
 

 If you have both the XP and FreeBSD machines on the same internal network,
 why not enable file sharing on the XP box and use Samba Client on the
 freeBSD box. I have found SMB to be a lot faster as it is running as a
 service on XP.


 Rob


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread Martin Hepworth
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 [EMAIL PROTECTED] 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 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: WinSCP mega-slowness

2006-02-20 Thread fbsd_user
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread Xn Nooby
would doing a 'make install clean' inside /usr/ports/security/hpn-ssh  fix
the default scp program?



On 2/20/06, fbsd_user [EMAIL PROTECTED] wrote:

 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: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 
  [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WinSCP mega-slowness

2006-02-20 Thread Andrew Pantyukhin
On 2/21/06, Xn Nooby [EMAIL PROTECTED] wrote:
 would doing a 'make install clean' inside /usr/ports/security/hpn-ssh  fix
 the default scp program?

You should install hpn-ssh on both hosts. There's a
windows binary available on the website.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


WinSCP mega-slowness

2006-02-19 Thread Xn Nooby
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 [EMAIL PROTECTED]