Is there a way to make scp run faster on a Mac OS X?
Posted
by paul_sns
on Server Fault
See other posts from Server Fault
or by paul_sns
Published on 2010-03-24T06:11:48Z
Indexed on
2010/03/24
6:23 UTC
Read the original article
Hit count: 266
I'm trying to a upload a Flex generated SWF file from my Macbook (running Snow Leopard) using the command
scp main.swf server.com:/
I had setup key authentication to prevent typing the user/pass every time. This process normally takes up to two minutes using my connection at home (768kbps down/300+ kbps up).
The interesting part is that when I use WinSCP in my Windows XP machine, the process only takes 30 seconds max.
Both my MacBook and Windows XP machine use the same internet connection. The MacBook is connected to the router via cable (which should be faster right?) while the Windows XP connects through Wifi.
Let me know if you need additional information in order to diagnose the problem.
Thanks!
© Server Fault or respective owner