[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp default method
From: |
Michael Albinus |
Subject: |
Re: Tramp default method |
Date: |
Sun, 05 Nov 2006 18:06:04 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
Lars Hansen <address@hidden> writes:
> How come tramp-default-method is ssh and not scp?
> In my setup, copying a 8 MB file takes 100 secs with ssh and 1.5 secs
> withs scp. And I beleive scp should be installed if ssh is.
With smaller files, ssh seems to be faster than scp. scp needs always
an additional process, which requires some initial handshaking. See
the discussion in the Tramp info page "(tramp)Default Method".
Best regards, Michael.