when using scp to copy files over ssh connection , it can be sometimes quite slow for me (a 12 meg file takes 1 or 2 minutes). once i saw a guy cancel a copy that was going too slow, and then copy it by some other method that was like catting the file directly to the network adapter or something magical .. (i was new to linux at the time so didn't realise how cool that was until now, otherwise i would have asked the guy!)

how did he do that??

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

As to why scp is slow, I just found this. As to what you observed, perhaps it was Netcat?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.