When I use SCP to transfer a file from my linux box to my MBP it goes up to 10 MB/s on my 802.11n network. When I mount my linux box via MacFUSE and SSHFS the transfer speed is more like 300 kB/sec.
Hi.<BR><BR>I'm using bash, and often use scp to copy files to a remote server.<BR><BR>As we know, the syntax is:<BR><BR>scp /local/path/to/my/upload username@mydomain ...