Comment 5 for bug 208552

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [Bug 208552] Re: Poor performance in smbclient while transmitting

Hi,

I'm curious... Would it be possible for you to try and scp a file
from your Linux Server to your Vista client? You can use something
like Putty's pscp from:
http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe
See what sort of throughput you get on a secure copy.

Also, check that your Linux server is connected at Fast Ethernet
(100Mbps) using ethtool:
ethtool eth0

Finally, see what your hard disk throughput is using hdparm:
hdparm -t /dev/sda

:-Dustin