Results 1 to 5 of 5
Using sftp on openssh, I notice consistently my download speed (from server to desktop) is about twice as fast as the upload speed.
Anyone know why this is?
--
mike...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
openssh: why difference in transfer speed?
Using sftp on openssh, I notice consistently my download speed (from server to desktop) is about twice as fast as the upload speed.
Anyone know why this is?
--
mike
- 09-14-2010 #2
probably depends on the encryption engine being used on server vs desktop, and also the specs of the server vs the desktop
btw, is this upload over internet? if so, usually internet upload speeds are much lower for home internet access
- 09-14-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
This is on a local LAN. It can't be the encryption engine because encryption goes both ways.
This is something I've noticed many times over several years on different servers and different networks. I'm just curious as to the reason and whether or not it's a configurable/tunable thing.
- 09-15-2010 #4
I'm not exactly sure, but it could be an implementation detail for the file transfer itself and a discrepancy between machine power
When you upload, you have to encrypt before you upload, so this will require the CPU while uploading, but perhaps when downloading, you can just run encryption at the end, rather than decrypting while downloading
so if sender machine is slow at encrypting, receive on other end is slow, as it is limited by power of sender
i'm not sure otherwise
- 11-14-2010 #5Just Joined!
- Join Date
- Nov 2010
- Posts
- 1
New User Here
It looks like i can't start a new thread, i have a somewhat specific questions that i've had a tough time getting to work regarding open ssh. Could anyone point me in the direction of someone who may be able to troubleshoot me? Thanks guys glad to be here.


Reply With Quote

