]> code.delx.au - gnu-emacs/commitdiff
* lisp/net/tramp.el (tramp-default-method): scp is the default method.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Nov 2006 10:58:19 +0000 (10:58 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Nov 2006 10:58:19 +0000 (10:58 +0000)
* man/tramp.texi (Configuration): scp is the default method.
(Default Method): Use ssh as example for another method.

lisp/ChangeLog
lisp/net/tramp.el
man/ChangeLog
man/tramp.texi

index c0eac60c44f9713a3a8949e63c984d684fa3e46f..981ed383dd46eff4437e20b6146592693f9351b7 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-default-method): scp is the default method.
+
 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
 
        * server.el (server-start): Save also the Emacs pid in the server file.
index 0b914a811d17de296f5f5e1dc4e4007a43e9c5f7..ae815b7d434c8e24c24ddf024a9af9751e5639b5 100644 (file)
@@ -676,7 +676,7 @@ various functions for details."
   (if (and (fboundp 'executable-find)
           (executable-find "plink"))
       "plink"
-    "ssh")
+    "scp")
   "*Default method to use for transferring files.
 See `tramp-methods' for possibilities.
 Also see `tramp-default-method-alist'."
index e2388af77de5dae5bdbf6a7fb168f778a4e3a7e9..aba169c6a4907c47caa377d01e210cccb91cbc9a 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Configuration): scp is the default method.
+       (Default Method): Use ssh as example for another method.
+
 2006-11-06  Richard Stallman  <rms@gnu.org>
 
        * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
index baea8d6652ed2c1ac6e49766582856f0b6890176..48d13b67ee3462206e8fd397d992435b7bfcae63 100644 (file)
@@ -456,11 +456,10 @@ filenames in July 2002.
 @cindex configuration
 
 @cindex default configuration
-@value{tramp} is (normally) fully functional when it is initially installed.
-It is initially configured to use the @command{ssh} program to connect
-to the remote host and to use base64 or uu encoding to transfer the
-files through that shell connection.  So in the easiest case, you just
-type @kbd{C-x C-f} and then enter the filename
+@value{tramp} is (normally) fully functional when it is initially
+installed.  It is initially configured to use the @command{scp}
+program to connect to the remote host.  So in the easiest case, you
+just type @kbd{C-x C-f} and then enter the filename
 @file{@value{prefix}@var{user}@@@var{machine}@value{postfix}@var{/path/to.file}}.
 
 On some hosts, there are problems with opening a connection.  These are
@@ -1036,7 +1035,7 @@ choice.  This variable controls which method will be used when a method
 is not specified in the @value{tramp} file name.  For example:
 
 @lisp
-(setq tramp-default-method "scp")
+(setq tramp-default-method "ssh")
 @end lisp
 
 @vindex tramp-default-method-alist