Is there a way to make scp run faster on a Mac OS X?
- by paul_sns
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!