*** empty log message ***
[emacs.git] / man / tramp.texi
blobefadba3df5f5b7bb02e8bb9026991fae2d1bd5a4
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename ../info/tramp
4 @settitle TRAMP User Manual
5 @setchapternewpage odd
6 @c %**end of header
8 @c This is *so* much nicer :)
9 @footnotestyle end
11 @c In the Tramp CVS, the version number is auto-frobbed from the
12 @c Makefile, so you should edit the top-level Makefile to change
13 @c the version number.
14 @macro trampver{}
15 2.0.29
16 @end macro
18 @c Entries for @command{install-info} to use
19 @dircategory Emacs
20 @direntry
21 * TRAMP: (tramp).                Transparent Remote Access, Multiple Protocol
22                                  Emacs remote file access via rsh and rcp.
23 @end direntry
25 @c Macro to make formatting of the tramp program name consistent.
26 @macro tramp
27 @sc{tramp}
28 @end macro
30 @c Distinguish between GNU Emacs and XEmacs.  Derived from the
31 @c Makefile variable $(EMACS-ID).  Valid values are `emacs' and `xemacs'.
32 @set emacs
34 @c Some flags which make the text independent on the (X)Emacs flavor.
35 @c GNU Emacs values.
36 @ifset emacs
37 @set emacs-name               Emacs
38 @set emacs-dir                emacs
39 @set ftp-package-name         Ange-FTP
40 @set tramp-prefix             /
41 @set tramp-prefix-single-hop
42 @set tramp-postfix            :
43 @set tramp-postfix-single-hop :
44 @set tramp-postfix-multi-hop  :
45 @end ifset
47 @c XEmacs counterparts.
48 @ifset xemacs
49 @set emacs-name               XEmacs
50 @set emacs-dir                xemacs
51 @set ftp-package-name         EFS
52 @set tramp-prefix             /[
53 @set tramp-prefix-single-hop  [
54 @set tramp-postfix            ]
55 @set tramp-postfix-single-hop /
56 @set tramp-postfix-multi-hop  :
57 @end ifset
59 @c Macros for formatting a filename.
60 @c trampfn is for a full filename, trampfnmhp means method, host, path
61 @c were given, and so on.
62 @macro trampfn(method, user, host, path)
63 @value{tramp-prefix}@value{method}@value{user}@@@value{host}@value{tramp-postfix}@value{path}
64 @end macro
66 @copying
67 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003 Free Software
68 Foundation, Inc.
70 @quotation
71 Permission is granted to copy, distribute and/or modify this document
72 under the terms of the GNU Free Documentation License, Version 1.1 or
73 any later version published by the Free Software Foundation; with no
74 Invariant Sections, with the Front-Cover texts being ``A GNU
75 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
76 license is included in the section entitled ``GNU Free Documentation
77 License'' in the Emacs manual.
79 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
80 this GNU Manual, like GNU software.  Copies published by the Free
81 Software Foundation raise funds for GNU development.''
83 This document is part of a collection distributed under the GNU Free
84 Documentation License.  If you want to distribute this document
85 separately from the collection, you can do so by adding a copy of the
86 license to the document, as described in section 6 of the license.
87 @end quotation
88 @end copying
90 @tex
92 @titlepage
93 @title @tramp{} version @trampver{} User Manual
95 @author by Daniel Pittman
96 @author based on documentation by Kai Gro@ss{}johann
98 @page
99 @insertcopying
101 @end titlepage
102 @page
104 @end tex
106 @ifnottex
107 @node Top, Overview, (dir), (dir)
108 @top @tramp{} version @trampver{} User Manual
110 This file documents @tramp{} version @trampver{}, a remote file
111 editing package for @value{emacs-name}.
113 @tramp{} stands for `Transparent Remote (file) Access, Multiple
114 Protocol'.  This package provides remote file editing, similar to
115 @value{ftp-package-name}.
117 The difference is that @value{ftp-package-name} uses FTP to transfer
118 files between the local and the remote host, whereas @tramp{} uses a
119 combination of @command{rsh} and @command{rcp} or other work-alike
120 programs, such as @command{ssh}/@command{scp}.
122 You can find the latest version of this document on the web at
123 @uref{http://www.freesoftware.fsf.org/tramp/}.
125 @ifhtml
126 This manual is also available as a @uref{tramp_ja.html, Japanese
127 translation}.
129 The latest release of @tramp{} is available for
130 @uref{http://savannah.gnu.org/download/tramp/,
131 download}, or you may see @ref{Obtaining @tramp{}} for more details,
132 including the CVS server details.
134 @tramp{} also has a @uref{https://savannah.gnu.org/projects/tramp/,
135 Savannah Project Page}.
136 @end ifhtml
138 There is a mailing list for @tramp{}, available at
139 @email{tramp-devel@@mail.freesoftware.fsf.org}, and archived at
140 @uref{http://www.mail-archive.com/emacs-rcp@@ls6.cs.uni-dortmund.de/} as
141 well as the usual Savannah archives.
143 @insertcopying
145 @end ifnottex
147 @menu
148 * Overview::                    What @tramp{} can and cannot do.
150 For the end user:
151 * Obtaining @tramp{}::             How to obtain @tramp{}.
152 * History::                     History of @tramp{}.
153 * Installation::                Installing @tramp{} with your @value{emacs-name}.
154 * Configuration::               Configuring @tramp{} for use.
155 * Usage::                       An overview of the operation of @tramp{}.
156 * Bug Reports::                 Reporting Bugs and Problems.
157 * Frequently Asked Questions::  Questions and answers from the mailing list.
159 For the developer:
160 * Version Control::             The inner workings of remote version control.
161 * Files directories and paths::  How file names, directories and paths are mangled and managed.
162 * Issues::                      Debatable Issues and What Was Decided.
164 @detailmenu
165  --- The Detailed Node Listing ---
167 Configuring @tramp{} for use
169 * Connection types::            Types of connections made to remote machines.
170 * Inline methods::              Inline methods.
171 * External transfer methods::   External transfer methods.
172 * Multi-hop Methods::           Connecting to a remote host using multiple hops.
173 * Default Method::              Selecting a default method.
174 * Customizing Methods::         Using Non-Standard Methods.
175 * Customizing Completion::      Selecting config files for user/host name completion.
176 * Remote Programs::             How @tramp{} finds and uses programs on the remote machine.
177 * Remote shell setup::          Remote shell setup hints.
178 * Windows setup hints::         Issues with Cygwin ssh.
180 Using @tramp
182 * Filename Syntax::             @tramp{} filename conventions.
183 * Multi-hop filename syntax::   Multi-hop filename conventions.
184 * Filename completion::         Filename completion.
185 * Dired::                       Dired.
187 The inner workings of remote version control
189 * Version Controlled Files::    Determining if a file is under version control.
190 * Remote Commands::             Executing the version control commands on the remote machine.
191 * Changed workfiles::           Detecting if the working file has changed.
192 * Checking out files::          Bringing the workfile out of the repository.
193 * Miscellaneous Version Control::  Things related to Version Control that don't fit elsewhere.
195 Things related to Version Control that don't fit elsewhere
197 * Remote File Ownership::       How VC determines who owns a workfile.
198 * Back-end Versions::           How VC determines what release your RCS is.
200 How file names, directories and paths are mangled and managed.
202 * Path deconstruction::         Breaking a path into its components.
204 @end detailmenu
205 @end menu
207 @node Overview
208 @chapter An overview of @tramp
209 @cindex overview
211 After the installation of @tramp{} into your @value{emacs-name}, you
212 will be able to access files on remote machines as though they were
213 local.  Access to the remote file system for editing files, version
214 control, and @command{dired} are transparently enabled.
216 Your access to the remote machine can be with the @command{rsh},
217 @command{rlogin}, @command{telnet} programs or with any similar
218 connection method.  This connection must pass ASCII successfully to be
219 usable but need not be 8-bit clean.
221 The package provides support for @command{ssh} connections out of the
222 box, one of the more common uses of the package.  This allows
223 relatively secure access to machines, especially if @command{ftp}
224 access is disabled.
226 The majority of activity carried out by @tramp{} requires only that
227 the remote login is possible and is carried out at the terminal.  In
228 order to access remote files @tramp{} needs to transfer their content
229 to the local machine temporarily.
231 @tramp{} can transfer files between the machines in a variety of ways.
232 The details are easy to select, depending on your needs and the
233 machines in question.
235 The fastest transfer methods (for large files) rely on a remote file
236 transfer package such as @command{rcp}, @command{scp} or
237 @command{rsync}.  The use of these methods is only possible if the
238 file copy command does not ask for a password for the remote machine.
240 If the remote copy methods are not suitable for you, @tramp{} also
241 supports the use of encoded transfers directly through the shell.
242 This requires that the @command{mimencode} or @command{uuencode} tools
243 are available on the remote machine.  These methods are generally
244 faster for small files.
246 Within these limitations, @tramp{} is quite powerful.  It is worth
247 noting that, as of the time of writing, it is far from a polished
248 end-user product.  For a while yet you should expect to run into rough
249 edges and problems with the code now and then.
251 It is finished enough that the developers use it for day to day work but
252 the installation and setup can be a little difficult to master, as can
253 the terminology.
255 @tramp{} is still under active development and any problems you encounter,
256 trivial or major, should be reported to the @tramp{} developers.
257 @xref{Bug Reports}.
260 @subsubheading Behind the scenes
261 @cindex behind the scenes
262 @cindex details of operation
263 @cindex how it works
265 This section tries to explain what goes on behind the scenes when you
266 access a remote file through @tramp{}.
268 Suppose you type @kbd{C-x C-f} and enter part of an @tramp{} file name,
269 then hit @kbd{@key{TAB}} for completion.  Suppose further that this is
270 the first time that @tramp{} is invoked for the host in question.  Here's
271 what happens:
273 @itemize
274 @item
275 @tramp{} discovers that it needs a connection to the host.  So it
276 invokes @samp{telnet @var{host}} or @samp{rsh @var{host} -l
277 @var{user}} or a similar tool to connect to the remote host.
278 Communication with this process happens through an
279 @value{emacs-name} buffer, that is, the output from the remote end
280 goes into a buffer.
282 @item
283 The remote host may prompt for a login name (for @command{telnet}).  The
284 login name is given in the file name, so @tramp{} sends the login name and
285 a newline.
287 @item
288 The remote host may prompt for a password or pass phrase (for
289 @command{rsh} or for @command{telnet} after sending the login name).
290 @tramp{} displays the prompt in the minibuffer, asking you for the
291 password or pass phrase.
293 You enter the password or pass phrase.  @tramp{} sends it to the remote
294 host, followed by a newline.
296 @item
297 @tramp{} now waits for the shell prompt or for a message that the login
298 failed.
300 If @tramp{} sees neither of them after a certain period of time (a minute,
301 say), then it issues an error message saying that it couldn't find the
302 remote shell prompt and shows you what the remote host has sent.
304 If @tramp{} sees a @samp{login failed} message, it tells you so,
305 aborts the login attempt and allows you to try again.
307 @item
308 Suppose that the login was successful and @tramp{} sees the shell prompt
309 from the remote host.  Now @tramp{} invokes @command{/bin/sh} because
310 Bourne shells and C shells have different command
311 syntaxes.@footnote{Invoking @command{/bin/sh} will fail if your login
312 shell doesn't recognize @samp{exec /bin/sh} as a valid command.
313 Maybe you use the Scheme shell @command{scsh}@dots{}}
315 After the Bourne shell has come up, @tramp{} sends a few commands to
316 ensure a good working environment.  It turns off echoing, it sets the
317 shell prompt, and a few other things.
319 @item
320 Now the remote shell is up and it good working order.  Remember, what
321 was supposed to happen is that @tramp{} tries to find out what files exist
322 on the remote host so that it can do filename completion.
324 So, @tramp{} basically issues @command{cd} and @command{ls} commands and
325 also sometimes @command{echo} with globbing.  Another command that is
326 often used is @command{test} to find out whether a file is writable or a
327 directory or the like.  The output of each command is parsed for the
328 necessary operation.
330 @item
331 Suppose you are finished with filename completion, have entered @kbd{C-x
332 C-f}, a full file name and hit @kbd{@key{RET}}.  Now comes the time to
333 transfer the file contents from the remote host to the local host so
334 that you can edit them.
336 See above for an explanation of how @tramp{} transfers the file contents.
338 For inline transfers, @tramp{} issues a command like @samp{mimencode -b
339 /path/to/remote/file}, waits until the output has accumulated in the
340 buffer that's used for communication, then decodes that output to
341 produce the file contents.
343 For out-of-band transfers, @tramp{} issues a command like the following:
344 @example
345 rcp user@@host:/path/to/remote/file /tmp/tramp.4711
346 @end example
347 It then reads the local temporary file @file{/tmp/tramp.4711} into a
348 buffer and deletes the temporary file.
350 @item
351 You now edit the buffer contents, blithely unaware of what has happened
352 behind the scenes.  (Unless you have read this section, that is.)  When
353 you are finished, you type @kbd{C-x C-s} to save the buffer.
355 @item
356 Again, @tramp{} transfers the file contents to the remote host either
357 inline or out-of-band.  This is the reverse of what happens when reading
358 the file.
360 @end itemize
362 I hope this has provided you with a basic overview of what happens
363 behind the scenes when you open a file with @tramp{}.
366 @c For the end user
367 @node Obtaining @tramp{}
368 @chapter Obtaining @tramp{}.
369 @cindex obtaining Tramp
371 @tramp{} is freely available on the Internet and the latest release may be
372 downloaded from
373 @uref{ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/tramp.tar.gz}. This
374 release includes the full documentation and code for @tramp{}, suitable
375 for installation.  But Emacs (21.4 or later) includes @tramp{}
376 already, and there is a @tramp{} package for XEmacs, as well.  So
377 maybe it is easier to just use those.  But if you want the bleeding
378 edge, read on@dots{...}
380 For the especially brave, @tramp{} is available from CVS.  The CVS version
381 is the latest version of the code and may contain incomplete features or
382 new issues. Use these versions at your own risk.
384 Instructions for obtaining the latest development version of @tramp{}
385 from CVS can be found by going to the Savannah project page at the
386 following URL and then clicking on the CVS link in the navigation bar at
387 the top.
389 @noindent
390 @uref{http://savannah.gnu.org/projects/tramp/}
392 @noindent
393 Or follow the example session below:
395 @example
396 ] @strong{cd ~/@value{emacs-dir}}
397 ] @strong{cvs -d:pserver:anoncvs@@subversions.gnu.org:/cvsroot/tramp login}
399 (Logging in to anoncvs@@subversions.gnu.org)
400 CVS password: @strong{(just hit RET here)}
401 @dots{}
403 ] @strong{cvs -z3 -d:pserver:anoncvs@@subversions.gnu.org:/cvsroot/tramp co tramp}
404 @end example
406 @noindent
407 You should now have a directory @file{~/@value{emacs-dir}/tramp} containing the latest
408 version of @tramp{}. You can fetch the latest updates from the repository
409 by issuing the command:
411 @example
412 ] @strong{cd ~/@value{emacs-dir}/tramp}
413 ] @strong{cvs update -d}
414 @end example
417 @node History
418 @chapter History of @tramp{}
419 @cindex history
420 @cindex development history
422 Development was started end of November 1998.  The package was called
423 @file{rssh.el}, back then.  It only provided one method to access a
424 file, using @command{ssh} to log in to a remote host and using
425 @command{scp} to transfer the file contents.  After a while, the name
426 was changed to @file{rcp.el}, and now it's @tramp{}.  Along the way,
427 many more methods for getting a remote shell and for transferring the
428 file contents were added.  Support for VC was added.
430 The most recent addition of major features were the multi-hop methods
431 added in April 2000 and the unification of @tramp{} and Ange-FTP
432 filenames in July 2002.
435 @node Installation
436 @chapter Installing @tramp{} into @value{emacs-name}.
437 @cindex installation
439 If you use the version that comes with your @value{emacs-name}, the
440 following information is not necessary.  Installing @tramp{} into your
441 @value{emacs-name} is a relatively easy process, at least compared
442 to rebuilding your machine from scratch. ;)
444 Seriously though, the installation should be a fairly simple matter.
446 The easiest way to proceed is as follows:
448 @itemize @bullet
449 @item
450 Choose a directory, say @file{~/@value{emacs-dir}/}.  Change into that directory and
451 unpack the tarball.  This will give you a directory
452 @file{~/@value{emacs-dir}/tramp/} which contains subdirectories @file{lisp} for the
453 Lisp code and @file{texi} for the documentation.
455 @item
456 Optionally byte-compile all files in the Lisp directory,
457 @file{~/@value{emacs-dir}/tramp/lisp/}, by issuing a command like the following from
458 the top level directory @file{~/@value{emacs-dir}/tramp/}:
460 @example
461 make EMACS=@value{emacs-dir} all
462 @end example
464 @item
465 NOTE: If you run into problems running the example @command{make}
466 command, don't despair.  You can still byte compile the @file{*.el}
467 files by opening @value{emacs-name} in @command{dired} (@command{C-x
468 d}) mode, at @file{~/@value{emacs-dir}/tramp/lisp}.  Mark the lisp files with
469 @kbd{m}, then press @kbd{B} to byte compile your selections.
471 Something similar can be done to create the info manual.  Just change
472 to directory @file{~/@value{emacs-dir}/tramp/texi} and load the
473 @file{tramp.texi} file in @value{emacs-name}.  Then press @kbd{M-x
474 texinfo-format-buffer @key{RET}} to generate @file{tramp.info}.
476 @item
477 Tell @value{emacs-name} about the new Lisp directory and the
478 @tramp{} package with the following lines in @file{~/.emacs}:
480 @lisp
481 (add-to-list 'load-path "~/@value{emacs-dir}/tramp/lisp/")
482 (require 'tramp)
483 @end lisp
485 @item
486 To be able to read the Info documentation, create a file
487 @file{~/@value{emacs-dir}/tramp/texi/dir} using the
488 @command{install-info} command, and add the directory to the search
489 path for Info.
491 NOTE:
492 On systems using the @cite{gnu} version of @command{install-info}, the
493 @command{install-info} syntax is very direct and simple.  One can
494 change to directory @file{~/@value{emacs-dir}/tramp/texi} and type:
496 @example
497 install-info tramp.info dir
498 @end example
500 and a @file{dir} file will be created with the @tramp{}
501 entry.  The info reader will know how to interpret it, but must
502 be told where to find it (see below).  If you want anything fancier
503 you'll need to look through @kbd{man install-info}.
505 Debian gnu/linux doesn't default to @cite{gnu} @command{install-info}
506 and uses its own version.  This version does not create a @file{dir}
507 file for you from scratch.  You must provide a skeleton @file{dir}
508 file it recognizes.  One can be found in a default installation of
509 @value{emacs-name} at @file{/usr/info/dir}.  Copy the top of this file
510 down to the first occurrence of @code{* Menu} including that line plus
511 one more blank line, to your working directory
512 @file{~/@value{emacs-dir}/tramp/texi}, or use the sample
513 @file{~/@value{emacs-dir}/tramp/texi/dir_sample}.
515 Once a @file{dir} file is in place, this command will make the entry:
517 @example
518 install-info --infodir=. tramp.info
519 @end example
521 If you want it in a specific category see @kbd{man install-info} for
522 further details.
524 If the environment variable @env{INFOPATH} is set, add the directory
525 @file{~/@value{emacs-dir}/tramp/texi/} to it.  Else, add the directory to
526 @ifset emacs
527 @code{Info-default-directory-list}, as follows:
529 @lisp
530 (add-to-list 'Info-default-directory-list "~/@value{emacs-dir}/tramp/texi/")
531 @end lisp
532 @end ifset
533 @ifset xemacs
534 @code{Info-directory-list}, as follows:
535 @lisp
536 (add-to-list 'Info-directory-list "~/@value{emacs-dir}/tramp/texi/")
537 @end lisp
538 @end ifset
540 @end itemize
542 @ifset xemacs
543 For @value{emacs-name}, the package @file{fsf-compat} must be installed.
544 For details on package installation, see @ref{Packages, , ,xemacs}.
545 @ifhtml
546 (If the previous link doesn't work, try the @value{emacs-name}
547 documentation at
548 @uref{http://www.xemacs.org/Documentation/packageGuide.html,the
549 @value{emacs-name} site}.)
550 @end ifhtml
551 @end ifset
553 @node Configuration
554 @chapter Configuring @tramp{} for use
555 @cindex configuration
557 @cindex default configuration
558 @tramp{} is (normally) fully functional when it is initially
559 installed.  It is initially configured to use the @command{ssh} program
560 to connect to the remote host and to use base-64 encoding (on the
561 remote host, via @command{mimencode}, and on the local host via the
562 built-in support for base-64 encoding in Emacs).
564 On some hosts, there are problems with opening a connection.  These are
565 related to the behavior of the remote shell.  See @xref{Remote shell
566 setup}, for details on this.
568 If you do not wish to use these commands to connect to the remote
569 host, you should change the default connection and transfer method
570 that @tramp uses.  There are several different methods that @tramp{}
571 can use to connect to remote machines and transfer files
572 (@pxref{Connection types}).
575 @menu
576 * Connection types::            Types of connections made to remote machines.
577 * Inline methods::              Inline methods.
578 * External transfer methods::   External transfer methods.
579 * Multi-hop Methods::           Connecting to a remote host using multiple hops.
580 * Default Method::              Selecting a default method.
581 * Customizing Methods::         Using Non-Standard Methods.
582 * Customizing Completion::      Selecting config files for user/host name completion.
583 * Remote Programs::             How @tramp{} finds and uses programs on the remote machine.
584 * Remote shell setup::          Remote shell setup hints.
585 * Windows setup hints::         Issues with Cygwin ssh.
586 @end menu
589 @node Connection types
590 @section Types of connections made to remote machines.
591 @cindex connection types, overview
593 There are two basic types of transfer methods, each with its own
594 advantages and limitations.  Both types of connection make use of a
595 remote shell access program such as @command{rsh}, @command{ssh} or
596 @command{telnet} to connect to the remote machine.
598 This connection is used to perform many of the operations that @tramp
599 requires to make the remote file system transparently accessible from
600 the local machine. It is only when visiting files that the methods
601 differ.
603 @cindex inline methods
604 @cindex external transfer methods
605 @cindex external methods
606 @cindex out-of-band methods
607 @cindex methods, inline
608 @cindex methods, external transfer
609 @cindex methods, out-of-band
610 Loading or saving a remote file requires that the content of the file
611 be transfered between the two machines. The content of the file can be
612 transfered over the same connection used to log in to the remote
613 machine or the file can be transfered through another connection using
614 a remote copy program such as @command{rcp}, @command{scp} or
615 @command{rsync}.  The former are called @dfn{inline methods}, the
616 latter are called @dfn{out-of-band methods} or @dfn{external transfer
617 methods} (@dfn{external methods} for short).
619 The performance of the external transfer methods is generally better
620 than that of the inline methods, at least for large files.  This is
621 caused by the need to encode and decode the data when transferring
622 inline.
624 The one exception to this rule are the @command{scp} based transfer
625 methods.  While these methods do see better performance when actually
626 transferring files, the overhead of the cryptographic negotiation at
627 startup may drown out the improvement in file transfer times.
629 External transfer methods do require that the remote copy command is not
630 interactive --- that is, the command does not prompt you for a password.
631 If you cannot perform remote copies without a password, you will need to
632 use an inline transfer method to work with @tramp{}.
634 @cindex multi-hop methods
635 @cindex methods, multi-hop
636 A variant of the inline methods are the @dfn{multi-hop methods}.
637 These methods allow you to connect a remote host using a number `hops',
638 each of which connects to a different host.  This is useful if you are
639 in a secured network where you need to go through a bastion host to
640 connect to the outside world.
643 @node Inline methods
644 @section Inline methods
645 @cindex inline methods
646 @cindex methods, inline
648 The inline methods in @tramp{} are quite powerful and can work in
649 situations where you cannot use an external transfer program to connect.
650 Inline methods are the only methods that work when connecting to the
651 remote machine via telnet.  (There are also strange inline methods which
652 allow you to transfer files between @emph{user identities} rather than
653 hosts, see below.)
655 These methods depend on the existence of a suitable encoding and
656 decoding command on remote machine.  Locally, @tramp{} may be able to use
657 features of Emacs to decode and encode the files or it may require
658 access to external commands to perform that task.
660 @cindex uuencode
661 @cindex mimencode
662 @cindex base-64 encoding
663 @tramp{} checks the availability and usability of commands like
664 @command{mimencode} (part of the @command{metamail} package) or
665 @command{uuencode} on the remote host.  The first reliable command
666 will be used.  The search path can be customized, see @ref{Remote
667 Programs}.
669 If both commands aren't available on the remote host, @tramp{}
670 transfers a small piece of Perl code to the remote host, and tries to
671 apply it for encoding and decoding.
674 @table @asis
675 @item @option{rsh}
676 @cindex method rsh
677 @cindex rsh method
679 Connect to the remote host with @command{rsh}.  Due to the unsecure
680 connection it is recommended for very local host topology only.
683 @item @option{ssh}
684 @cindex method ssh
685 @cindex ssh method
687 Connect to the remote host with @command{ssh}.  This is identical to
688 the previous option except that the @command{ssh} package is used,
689 making the connection more secure.
691 There are also two variants, @option{ssh1} and @option{ssh2}, that
692 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
693 explicitly select whether you want to use the SSH protocol version 1
694 or 2 to connect to the remote host.  (You can also specify in
695 @file{~/.ssh/config}, the SSH configuration file, which protocol
696 should be used, and use the regular @option{ssh} method.)
698 Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the
699 @command{ssh1} and @command{ssh2} commands explicitly.  If you don't
700 know what these are, you do not need these options.
702 All the methods based on @command{ssh} have an additional kludgy
703 feature: you can specify a host name which looks like @file{host#42}
704 (the real host name, then a hash sign, then a port number).  This
705 means to connect to the given host but to also pass @code{-p 42} as
706 arguments to the @command{ssh} command.
709 @item @option{telnet}
710 @cindex method telnet
711 @cindex telnet method
713 Connect to the remote host with @command{telnet}.  This is as unsecure
714 as the @option{rsh} method.
717 @item @option{su}
718 @cindex method su
719 @cindex su method
721 This method does not connect to a remote host at all, rather it uses
722 the @command{su} program to allow you to edit files as another user.
725 @item @option{sudo}
726 @cindex method sudo
727 @cindex sudo method
729 This is similar to the @option{su} method, but it uses @command{sudo}
730 rather than @command{su} to become a different user.
732 Note that @command{sudo} must be configured to allow you to start a
733 shell as the user.  It would be nice if it was sufficient if
734 @command{ls} and @command{mimencode} were allowed, but that is not
735 easy to implement, so I haven't got around to it, yet.
738 @item @option{sshx}
739 @cindex method sshx
740 @cindex sshx method
741 @cindex Cygwin (with sshx method)
743 As you expect, this is similar to @option{ssh}, only a little
744 different.  Whereas @option{ssh} opens a normal interactive shell on
745 the remote host, this option uses @samp{ssh -t -t @var{host} -l
746 @var{user} /bin/sh} to open a connection.  This is useful for users
747 where the normal login shell is set up to ask them a number of
748 questions when logging in.  This procedure avoids these questions, and
749 just gives @tramp{} a more-or-less `standard' login shell to work
750 with.
752 Note that this procedure does not eliminate questions asked by
753 @command{ssh} itself.  For example, @command{ssh} might ask ``Are you
754 sure you want to continue connecting?'' if the host key of the remote
755 host is not known.  @tramp{} does not know how to deal with such a
756 question (yet), therefore you will need to make sure that you can log
757 in without such questions.
759 This is also useful for Windows users where @command{ssh}, when
760 invoked from an Emacs buffer, tells them that it is not allocating a
761 pseudo tty.  When this happens, the login shell is wont to not print
762 any shell prompt, which confuses @tramp{} mightily.  For reasons
763 unknown, some Windows ports for @command{ssh} (maybe the Cygwin one)
764 require the doubled @samp{-t} option.
766 This supports the @samp{-p} kludge.
769 @item @option{krlogin}
770 @cindex method krlogin
771 @cindex km krlogin
772 @cindex Kerberos (with krlogin method)
774 This method is also similar to @option{ssh}.  It only uses the
775 @command{krlogin -x} command to log in to the remote host.
778 @item @option{plink}
779 @cindex method plink
780 @cindex plink method
782 This method is mostly interesting for Windows users using the PuTTY
783 implementation of SSH.  It uses @samp{plink -ssh} to log in to the
784 remote host.
786 CCC: Do we have to connect to the remote host once from the command
787 line to accept the SSH key?  Maybe this can be made automatic?
789 CCC: Does @command{plink} support the @samp{-p} option?  @tramp{} will
790 support that, anyway.
792 @end table
796 @node External transfer methods
797 @section External transfer methods
798 @cindex methods, external transfer
799 @cindex methods, out-of-band
800 @cindex external transfer methods
801 @cindex out-of-band methods
803 The external transfer methods operate through multiple channels, using
804 the remote shell connection for many actions while delegating file
805 transfers to an external transfer utility.
807 This saves the overhead of encoding and decoding that multiplexing the
808 transfer through the one connection has with the inline methods.
810 If you want to use an external transfer method you @emph{must} be able
811 to execute the transfer utility to copy files to and from the remote
812 machine without any interaction.
814 @cindex ssh-agent
815 This means that you will need to use @command{ssh-agent} if you use the
816 @command{scp} program for transfers, or maybe your version of
817 @command{scp} accepts a password on the command line.@footnote{PuTTY's
818 @command{pscp} allows you to specify the password on the command line.}
819 If you use @command{rsync} via @command{ssh} then the same rule must
820 apply to that connection.
822 If you cannot get @command{scp} to run without asking for a password but
823 would still like to use @command{ssh} to secure your connection, have a
824 look at the @command{ssh} based inline methods.
827 @table @asis
828 @item @option{rcp}  ---  @command{rsh} and @command{rcp}
829 @cindex method rcp
830 @cindex rcp method
831 @cindex rcp (with rcp method)
832 @cindex rsh (with rcp method)
834 This method uses the @command{rsh} and @command{rcp} commands to connect
835 to the remote machine and transfer files. This is probably the fastest
836 connection method available.
839 @item @option{scp}  ---  @command{ssh} and @command{scp}
840 @cindex method scp
841 @cindex scp method
842 @cindex scp (with scp method)
843 @cindex ssh (with scp method)
845 Using @command{ssh} to connect to the remote host and @command{scp} to
846 transfer files between the machines is the best method for securely
847 connecting to a remote machine and accessing files.
849 The performance of this option is also quite good. It may be slower than
850 the inline methods when you often open and close small files however.
851 The cost of the cryptographic handshake at the start of an @command{scp}
852 session can begin to absorb the advantage that the lack of encoding and
853 decoding presents.
855 There are also two variants, @option{scp1} and @option{scp2}, that
856 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
857 explicitly select whether you want to use the SSH protocol version 1
858 or 2 to connect to the remote host.  (You can also specify in
859 @file{~/.ssh/config}, the SSH configuration file, which protocol
860 should be used, and use the regular @option{ssh} method.)
862 Two other variants, @option{scp1_old} and @option{scp2_old}, use the
863 @command{ssh1} and @command{ssh2} commands explicitly.  If you don't
864 know what these are, you do not need these options.
866 All the @command{ssh} based methods support the kludgy @samp{-p}
867 feature where you can specify a port number to connect to in the host
868 name.  For example, the host name @file{host#42} tells @tramp{} to
869 specify @samp{-p 42} in the argument list for @command{ssh}.
872 @item @option{rsync}  ---  @command{ssh} and @command{rsync}
873 @cindex method rsync
874 @cindex rsync method
875 @cindex rsync (with rsync method)
876 @cindex ssh (with rsync method)
878 Using the @command{ssh} command to connect securely to the remote
879 machine and the @command{rsync} command to transfer files is almost
880 identical to the @option{scp} method.
882 While @command{rsync} performs much better than @command{scp} when
883 transferring files that exist on both hosts, this advantage is lost if
884 the file exists only on one side of the connection.
886 The @command{rsync} based method may be considerably faster than the
887 @command{rcp} based methods when writing to the remote system. Reading
888 files to the local machine is no faster than with a direct copy.
890 This method supports the @samp{-p} hack.
893 @item @option{scpx} --- @command{ssh} and @command{scp}
894 @cindex method scpx
895 @cindex scpx method
896 @cindex scp (with scpx method)
897 @cindex ssh (with scpx method)
898 @cindex Cygwin (with scpx method)
900 As you expect, this is similar to @option{scp}, only a little
901 different.  Whereas @option{scp} opens a normal interactive shell on
902 the remote host, this option uses @samp{ssh -t -t @var{host} -l
903 @var{user} /bin/sh} to open a connection.  This is useful for users
904 where the normal login shell is set up to ask them a number of
905 questions when logging in.  This procedure avoids these questions, and
906 just gives @tramp{} a more-or-less `standard' login shell to work
907 with.
909 This is also useful for Windows users where @command{ssh}, when
910 invoked from an Emacs buffer, tells them that it is not allocating a
911 pseudo tty.  When this happens, the login shell is wont to not print
912 any shell prompt, which confuses @tramp{} mightily.  Maybe this
913 applies to the Cygwin port of SSH.
915 This method supports the @samp{-p} hack.
918 @item @option{pscp} --- @command{plink} and @command{pscp}
919 @cindex method pscp
920 @cindex pscp method
921 @cindex pscp (with pscp method)
922 @cindex plink (with pscp method)
923 @cindex PuTTY (with pscp method)
925 This method is similar to @option{scp}, but it uses the
926 @command{plink} command to connect to the remote host, and it uses
927 @command{pscp} for transferring the files.  These programs are part
928 of PuTTY, an SSH implementation for Windows.
930 CCC: Does @command{plink} support the @samp{-p} hack?
933 @item @option{fcp} --- @command{fsh} and @command{fcp}
934 @cindex method fcp
935 @cindex fcp method
936 @cindex fsh (with fcp method)
937 @cindex fcp (with fcp method)
939 This method is similar to @option{scp}, but it uses the @command{fsh}
940 command to connect to the remote host, and it uses @command{fcp} for
941 transferring the files.  @command{fsh/fcp} are a front-end for
942 @command{ssh} which allow for reusing the same @command{ssh} session
943 for submitting several commands.  This avoids the startup overhead of
944 @command{scp} (which has to establish a secure connection whenever it
945 is called).  Note, however, that you can also use one of the inline
946 methods to achieve a similar effect.
948 This method uses the command @samp{fsh @var{host} -l @var{user}
949 /bin/sh -i} to establish the connection, it does not work to just say
950 @command{fsh @var{host} -l @var{user}}.
952 @cindex method fsh
953 @cindex fsh method
954 There is no inline method using @command{fsh} as the multiplexing
955 provided by the program is not very useful in our context.  @tramp{}
956 opens just one connection to the remote host and then keeps it open,
957 anyway.
960 @ifset emacs
961 @item @option{ftp}
962 @cindex method ftp
963 @cindex ftp method
965 This is not a native @tramp{} method. Instead of, it forwards all
966 requests to @value{ftp-package-name}.
967 @end ifset
970 @item @option{smb} --- @command{smbclient}
971 @cindex method smb
972 @cindex smb method
974 This is another not natural @tramp{} method.  It uses the
975 @command{smbclient} command on different Unices in order to connect to
976 an SMB server.  An SMB server might be a Samba (or CIFS) server on
977 another UNIX host or, more interesting, a host running MS Windows.  So
978 far, it is tested towards MS Windows NT, MS Windows 2000, and MS
979 Windows XP.
981 The first directory in the path must be a share name on the remote
982 host.  Remember, that the @code{$} character in which default shares
983 usually end, must be written @code{$$} due to environment variable
984 substitution in file names.  If no share name is given (i.e. remote
985 directory @code{/}), all available shares are listed.
987 Since authorization is done on share level, you will be prompted
988 always for a password if you access another share on the same host.
989 Due to security reasons, the password is not cached.
991 MS Windows uses for authorization both a user name and a domain name.
992 Because of this, the @tramp{} syntax has been extended: you can
993 specify a user name which looks like @code{user%domain} (the real user
994 name, then a percent sign, then the domain name).  So, to connect to
995 the machine @code{melancholia} as user @code{daniel} of the domain
996 @code{BIZARRE}, and edit @file{.emacs} in the home directory (share
997 @code{daniel$}) I would specify the filename
998 @file{@value{tramp-prefix}smb@value{tramp-postfix-single-hop}daniel%BIZARRE@@melancholia@value{tramp-postfix}/daniel$$/.emacs}.
1000 The domain name as well as the user name are optional.  If no user
1001 name is specified at all, the anonymous user (without password
1002 prompting) is assumed.  This is different from all other @tramp{}
1003 methods, where in such a case the local user name is taken.
1005 The @option{smb} method supports the @samp{-p} hack.
1007 @strong{Please note:} If Emacs runs locally under MS Windows, this
1008 method isn't available.  Instead of, you can use UNC file names like
1009 @file{//melancholia/daniel$$/.emacs}.  The only disadvantage is that
1010 there's no possiblity to specify another user name.
1012 @end table
1014 @node Multi-hop Methods
1015 @section Connecting to a remote host using multiple hops
1016 @cindex multi-hop methods
1017 @cindex methods, multi-hop
1019 Sometimes, the methods described before are not sufficient.  Sometimes,
1020 it is not possible to connect to a remote host using a simple command.
1021 For example, if you are in a secured network, you might have to log in
1022 to a `bastion host' first before you can connect to the outside world.
1023 Of course, the target host may also require a bastion host.  The format
1024 of multi-hop filenames is slightly different than the format of normal
1025 @tramp{} methods.
1027 @cindex method multi
1028 @cindex multi method
1029 A multi-hop file name specifies a method, a number of hops, and a path
1030 name on the remote system.  The method name is always
1031 @option{multi}.
1033 Each hop consists of a @dfn{hop method} specification, a user name and
1034 a host name.  The hop method can be an inline method only.  The
1035 following hop methods are (currently) available:
1037 @table @option
1038 @item telnet
1039 @cindex hop method telnet
1040 @cindex telnet hop method
1042 Uses the well-known @command{telnet} program to connect to the host.
1043 Whereas user name and host name are supplied in the file name, the
1044 user is queried for the password.
1046 @item rsh
1047 @cindex hop method rsh
1048 @cindex rsh hop method
1050 This uses @command{rsh} to connect to the host.  You do not need to
1051 enter a password unless @command{rsh} explicitly asks for it.
1053 @item ssh
1054 @cindex hop method ssh
1055 @cindex ssh hop method
1057 This uses @command{ssh} to connect to the host.  You might have to enter
1058 a password or a pass phrase.
1060 @item su
1061 @cindex hop method su
1062 @cindex su hop method
1064 This method does not actually contact a different host, but it allows
1065 you to become a different user on the host you're currently on.  This
1066 might be useful if you want to edit files as root, but the remote host
1067 does not allow remote root logins.  In this case you can use
1068 @option{telnet}, @option{rsh} or @option{ssh} to connect to the
1069 remote host as a non-root user, then use an @option{su} hop to become
1070 root.  But @option{su} need not be the last hop in a sequence, you could
1071 also use it somewhere in the middle, if the need arises.
1073 Even though you @emph{must} specify both user and host with an
1074 @option{su} hop, the host name is ignored and only the user name is
1075 used.
1077 @item sudo
1078 @cindex hop method sudo
1079 @cindex sudo hop method
1081 This is similar to the @option{su} hop, except that it uses
1082 @command{sudo} rather than @command{su} to become a different user.
1084 @end table
1086 Some people might wish to use port forwarding with @command{ssh} or
1087 maybe they have to use a nonstandard port.  This can be accomplished
1088 by putting a stanza in @file{~/.ssh/config} for the account which
1089 specifies a different port number for a certain host name.  But it can
1090 also be accomplished within @tramp{}, by adding a multi-hop method.
1091 For example:
1093 @lisp
1094 (add-to-list
1095  'tramp-multi-connection-function-alist
1096  '("sshf" tramp-multi-connect-rlogin "ssh %h -l %u -p 4400%n"))
1097 @end lisp
1099 Now you can use an @code{sshf} hop which connects to port 4400 instead of
1100 the standard port.
1103 @node Default Method
1104 @section Selecting a default method
1105 @cindex default method
1107 @vindex tramp-default-method
1108 When you select an appropriate transfer method for your typical usage
1109 you should set the variable @var{tramp-default-method} to reflect that
1110 choice.  This variable controls which method will be used when a method
1111 is not specified in the @tramp{} file path.  For example:
1113 @lisp
1114 (setq tramp-default-method "scp")
1115 @end lisp
1117 @vindex tramp-default-method-alist
1118 You can also specify different methods for certain user/host
1119 combinations, via the variable @var{tramp-default-method-alist}.  For
1120 example, the following two lines specify to use the @option{ssh}
1121 method for all user names matching @samp{john} and the @option{rsync}
1122 method for all host names matching @samp{lily}.  The third line
1123 specifies to use the @option{su} method for the user @samp{root} on
1124 the machine @samp{localhost}.
1126 @lisp
1127 (add-to-list 'tramp-default-method-alist '("" "john" "ssh"))
1128 (add-to-list 'tramp-default-method-alist '("lily" "" "rsync"))
1129 (add-to-list 'tramp-default-method-alist
1130              '("\\`localhost\\'" "\\`root\\'" "su"))
1131 @end lisp
1133 @noindent
1134 See the documentation for the variable
1135 @var{tramp-default-method-alist} for more details.
1137 External transfer methods are normally preferable to inline transfer
1138 methods, giving better performance. They may not be useful if you use
1139 many remote machines where you cannot log in without a password.
1141 @xref{Inline methods}.
1142 @xref{External transfer methods}.
1143 @xref{Multi-hop Methods}.
1145 Another consideration with the selection of transfer methods is the
1146 environment you will use them in and, especially when used over the
1147 Internet, the security implications of your preferred method.
1149 The @command{rsh} and @command{telnet} methods send your password as
1150 plain text as you log in to the remote machine, as well as transferring
1151 the files in such a way that the content can easily be read from other
1152 machines.
1154 If you need to connect to remote systems that are accessible from the
1155 Internet, you should give serious thought to using @command{ssh} based
1156 methods to connect. These provide a much higher level of security,
1157 making it a non-trivial exercise for someone to obtain your password or
1158 read the content of the files you are editing.
1160 @node Customizing Methods
1161 @section Using Non-Standard Methods
1162 @cindex customizing methods
1163 @cindex using non-standard methods
1164 @cindex create your own methods
1166 There is a variable @code{tramp-methods} which you can change if the
1167 predefined methods don't seem right.
1169 For the time being, I'll refer you to the Lisp documentation of that
1170 variable, accessible with @kbd{C-h v tramp-methods @key{RET}}.
1173 @node Customizing Completion
1174 @section Selecting config files for user/host name completion
1175 @cindex customizing completion
1176 @cindex selecting config files
1177 @vindex tramp-completion-function-alist
1179 The variable @code{tramp-completion-function-alist} is intended to
1180 customize which files are taken into account for user and host name
1181 completion (@pxref{Filename completion}).  For every method, it keeps
1182 a set of configuration files, accompanied by a Lisp function able to
1183 parse that file.  Entries in @code{tramp-completion-function-alist}
1184 have the form (@var{method} @var{pair1} @var{pair2} ...).
1186 Each @var{pair} is composed of (@var{function} @var{file}).
1187 @var{function} is responsible to extract user names and host names
1188 from @var{file} for completion.  There are two functions which access
1189 this variable:
1191 @defun tramp-get-completion-function method
1192 This function returns the list of completion functions for @var{method}.
1194 Example:
1195 @example
1196 (tramp-get-completion-function "rsh")
1198      @result{} ((tramp-parse-rhosts "/etc/hosts.equiv")
1199          (tramp-parse-rhosts "~/.rhosts"))
1200 @end example
1201 @end defun
1203 @defun tramp-set-completion-function method function-list
1204 This function sets @var{function-list} as list of completion functions
1205 for @var{method}.
1207 Example:
1208 @example
1209 (tramp-set-completion-function "ssh"
1210  '((tramp-parse-sconfig "/etc/ssh_config")
1211    (tramp-parse-sconfig "~/.ssh/config")))
1213      @result{} ((tramp-parse-sconfig "/etc/ssh_config")
1214          (tramp-parse-sconfig "~/.ssh/config"))
1215 @end example
1216 @end defun
1218 The following predefined functions parsing configuration files exist:
1220 @table @asis
1221 @item @code{tramp-parse-rhosts}
1222 @findex tramp-parse-rhosts
1224 This function parses files which are syntactical equivalent to
1225 @file{~/.rhosts}.  It returns both host names and user names, if
1226 specified.
1228 @item @code{tramp-parse-shosts}
1229 @findex tramp-parse-shosts
1231 This function parses files which are syntactical equivalent to
1232 @file{~/.ssh/known_hosts}.  Since there are no user names specified
1233 in such files, it can return host names only.
1235 @item @code{tramp-parse-sconfig}
1236 @findex tramp-parse-shosts
1238 This function returns the host nicnames defined by @code{Host} entries
1239 in @file{~/.ssh/config} style files.
1241 @item @code{tramp-parse-hosts}
1242 @findex tramp-parse-hosts
1244 A function dedicated to @file{/etc/hosts} style files.  It returns
1245 host names only.
1247 @item @code{tramp-parse-passwd}
1248 @findex tramp-parse-passwd
1250 A function which parses @file{/etc/passwd} like files.  Obviously, it
1251 can return user names only.
1253 @item @code{tramp-parse-netrc}
1254 @findex tramp-parse-netrc
1256 Finally, a function which parses @file{~/.netrc} like files.
1257 @end table
1259 If you want to keep your own data in a file, with your own structure,
1260 you might provide such a function as well.  This function must meet
1261 the following conventions:
1263 @defun my-tramp-parse file
1264 @var{file} must be either a file name on your host, or @code{nil}. The
1265 function must return a list of (@var{user} @var{host}), which are
1266 taken as candidates for user and host name completion.
1268 Example:
1269 @example
1270 (my-tramp-parse "~/.my-tramp-hosts")
1272      @result{} ((nil "toto") ("daniel" "melancholia"))
1273 @end example
1274 @end defun
1277 @node Remote Programs
1278 @section How @tramp{} finds and uses programs on the remote machine.
1280 @tramp{} depends on a number of programs on the remote host in order to
1281 function, including @command{ls}, @command{test}, @command{find} and
1282 @command{cat}.
1284 In addition to these required tools, there are various tools that may be
1285 required based on the connection method. See @ref{Inline methods} and
1286 @ref{External transfer methods} for details on these.
1288 Certain other tools, such as @command{perl} (or @command{perl5}) and
1289 @command{grep} will be used if they can be found. When they are
1290 available, they are used to improve the performance and accuracy of
1291 remote file access.
1293 @vindex tramp-remote-path
1294 When @tramp{} connects to the remote machine, it searches for the
1295 programs that it can use. The variable @var{tramp-remote-path} controls
1296 the directories searched on the remote machine.
1298 By default, this is set to a reasonable set of defaults for most
1299 machines. It is possible, however, that your local (or remote ;) system
1300 administrator has put the tools you want in some obscure local
1301 directory.
1303 In this case, you can still use them with @tramp{}. You simply need to
1304 add code to your @file{.emacs} to add the directory to the remote path.
1305 This will then be searched by @tramp{} when you connect and the software
1306 found.
1308 To add a directory to the remote search path, you could use code such
1311 @lisp
1312 @i{;; We load @tramp{} to define the variable.}
1313 (require 'tramp)
1314 @i{;; We have @command{perl} in "/usr/local/perl/bin"}
1315 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
1316 @end lisp
1319 @node Remote shell setup
1320 @comment  node-name,  next,  previous,  up
1321 @section Remote shell setup hints
1322 @cindex remote shell setup
1323 @cindex @file{.profile} file
1324 @cindex @file{.login} file
1325 @cindex shell init files
1327 As explained in the @ref{Overview} section, @tramp{} connects to the
1328 remote host and talks to the shell it finds there.  Of course, when you
1329 log in, the shell executes its init files.  Suppose your init file
1330 requires you to enter the birth date of your mother; clearly @tramp{}
1331 does not know this and hence fails to log you in to that host.
1333 There are different possible strategies for pursuing this problem.  One
1334 strategy is to enable @tramp{} to deal with all possible situations.
1335 This is a losing battle, since it is not possible to deal with
1336 @emph{all} situations.  The other strategy is to require you to set up
1337 the remote host such that it behaves like @tramp{} expect.  This might
1338 be inconvenient because you have to invest a lot of effort into shell
1339 setup before you can begin to use @tramp{}.
1341 The package, therefore, pursues a combined approach.  It tries to figure
1342 out some of the more common setups, and only requires you to avoid
1343 really exotic stuff.  For example, it looks through a list of
1344 directories to find some programs on the remote host.  And also, it
1345 knows that it is not obvious how to check whether a file exists, and
1346 therefore it tries different possibilities.  (On some hosts and shells,
1347 the command @code{test -e} does the trick, on some hosts the shell
1348 builtin doesn't work but the program @code{/usr/bin/test -e} or
1349 @code{/bin/test -e} works.  And on still other hosts, @code{ls -d} is
1350 the right way to do this.)
1352 Below you find a discussion of a few things that @tramp{} does not deal
1353 with, and that you therefore have to set up correctly.
1355 @table @asis
1356 @item @var{shell-prompt-pattern}
1357 @vindex shell-prompt-pattern
1359 After logging in to the remote host, @tramp{} has to wait for the remote
1360 shell startup to finish before it can send commands to the remote
1361 shell.  The strategy here is to wait for the shell prompt.  In order to
1362 recognize the shell prompt, the variable @code{shell-prompt-pattern} has
1363 to be set correctly to recognize the shell prompt on the remote host.
1365 Note that @tramp{} requires the match for @code{shell-prompt-pattern}
1366 to be at the end of the buffer.  Many people have something like the
1367 following as the value for the variable: @code{"^[^>$][>$] *"}.  Now
1368 suppose your shell prompt is @code{a <b> c $ }.  In this case,
1369 @tramp{} recognizes the @code{>} character as the end of the prompt,
1370 but it is not at the end of the buffer.
1372 @item @var{tramp-shell-prompt-pattern}
1373 @vindex tramp-shell-prompt-pattern
1375 This regular expression is used by @tramp{} in the same way as
1376 @code{shell-prompt-pattern}, to match prompts from the remote shell.
1377 This second variable exists because the prompt from the remote shell
1378 might be different from the prompt from a local shell --- after all,
1379 the whole point of @tramp{} is to log in to remote hosts as a
1380 different user.  The default value of
1381 @code{tramp-shell-prompt-pattern} is the same as the default value of
1382 @code{shell-prompt-pattern}, which is reported to work well in many
1383 circumstances.
1385 @item @code{tset} and other questions
1386 @cindex Unix command tset
1387 @cindex tset Unix command
1389 Some people invoke the @code{tset} program from their shell startup
1390 scripts which asks the user about the terminal type of the shell.
1391 Maybe some shells ask other questions when they are started.  @tramp{}
1392 does not know how to answer these questions.  There are two approaches
1393 for dealing with this problem.  One approach is to take care that the
1394 shell does not ask any questions when invoked from @tramp{}.  You can
1395 do this by checking the @code{TERM} environment variable, it will be
1396 set to @code{dumb} when connecting.
1398 @vindex tramp-terminal-type
1399 The variable @code{tramp-terminal-type} can be used to change this value
1400 to @code{dumb}.
1402 The other approach is to teach @tramp{} about these questions.  See
1403 the variables @code{tramp-actions-before-shell} and
1404 @code{tramp-multi-actions} (for multi-hop connections).
1406 @end table
1409 @node Windows setup hints
1410 @section Issues with Cygwin ssh
1411 @cindex Cygwin, issues
1413 This section needs a lot of work!  Please help.
1415 @cindex method sshx with Cygwin
1416 @cindex sshx method with Cygwin
1417 If you use the Cygwin installation of ssh (you have to explicitly select
1418 it in the installer), then it should work out of the box to just select
1419 @code{sshx} as the connection method.  You can find information about
1420 setting up Cygwin in their FAQ at @uref{http://cygwin.com/faq/}.
1422 @cindex method scpx with Cygwin
1423 @cindex scpx method with Cygwin
1424 If you wish to use the @code{scpx} connection method, then you might
1425 have the problem that Emacs calls @code{scp} with a Windows filename
1426 such as @code{c:/foo}.  The Cygwin version of @code{scp} does not know
1427 about Windows filenames and interprets this as a remote filename on the
1428 host @code{c}.
1430 One possible workaround is to write a wrapper script for @code{scp}
1431 which converts the Windows filename to a Cygwinized filename.
1433 I guess that another workaround is to run Emacs under Cygwin, or to run
1434 a Cygwinized Emacs.
1436 @cindex Cygwin and ssh-agent
1437 @cindex SSH_AUTH_SOCK and Emacs on Windows
1438 If you want to use either @code{ssh} based method on Windows, then you
1439 might encounter problems with @code{ssh-agent}.  Using this program,
1440 you can avoid typing the pass-phrase every time you log in (and the
1441 @code{scpx} method more or less requires you to use @code{ssh-agent}
1442 because it does not allow you to type a password or pass-phrase).
1443 However, if you start Emacs from a desktop shortcut, then the
1444 environment variable @code{SSH_AUTH_SOCK} is not set and so Emacs and
1445 thus @tramp{} and thus @code{ssh} and @code{scp} started from @tramp{}
1446 cannot communicate with @code{ssh-agent}.  It works better to start
1447 Emacs from the shell.
1449 If anyone knows how to start @code{ssh-agent} under Windows in such a
1450 way that desktop shortcuts can profit, please holler.  I don't really
1451 know anything at all about Windows@dots{}
1454 @node Usage
1455 @chapter Using @tramp
1456 @cindex using @tramp
1458 Once you have installed @tramp{} it will operate fairly transparently. You
1459 will be able to access files on any remote machine that you can log in
1460 to as though they were local.
1462 Files are specified to @tramp{} using a formalized syntax specifying the
1463 details of the system to connect to.  This is similar to the syntax used
1464 by the @value{ftp-package-name} package.
1466 @cindex type-ahead
1467 Something that might happen which surprises you is that Emacs
1468 remembers all your keystrokes, so if you see a password prompt from
1469 Emacs, say, and hit @kbd{@key{RET}} twice instead of once, then the
1470 second keystroke will be processed by Emacs after @tramp{} has done
1471 its thing.  Why, this type-ahead is normal behavior, you say.  Right
1472 you are, but be aware that opening a remote file might take quite a
1473 while, maybe half a minute when a connection needs to be opened.
1474 Maybe after half a minute you have already forgotten that you hit that
1475 key!
1477 @menu
1478 * Filename Syntax::             @tramp{} filename conventions.
1479 * Multi-hop filename syntax::   Multi-hop filename conventions.
1480 * Filename completion::         Filename completion.
1481 * Dired::                       Dired.
1482 @end menu
1485 @node Filename Syntax
1486 @section @tramp{} filename conventions
1487 @cindex filename syntax
1488 @cindex filename examples
1490 To access the file @var{path} on the remote machine @var{machine} you
1491 would specify the filename
1492 @file{@value{tramp-prefix}@var{machine}@value{tramp-postfix}@var{path}}.
1493 This will connect to @var{machine} and transfer the file using the
1494 default method.  @xref{Default Method}.
1496 Some examples of @tramp{} filenames are shown below.
1498 @table @file
1499 @item @value{tramp-prefix}melancholia@value{tramp-postfix}.emacs
1500 Edit the file @file{.emacs} in your home directory on the machine
1501 @code{melancholia}.
1503 @item @value{tramp-prefix}melancholia.danann.net@value{tramp-postfix}.emacs
1504 This edits the same file, using the fully qualified domain name of
1505 the machine.
1507 @item @value{tramp-prefix}melancholia@value{tramp-postfix}~/.emacs
1508 This also edits the same file --- the @file{~} is expanded to your
1509 home directory on the remote machine, just like it is locally.
1511 @item @value{tramp-prefix}melancholia@value{tramp-postfix}~daniel/.emacs
1512 This edits the file @file{.emacs} in the home directory of the user
1513 @code{daniel} on the machine @code{melancholia}. The @file{~<user>}
1514 construct is expanded to the home directory of that user on the remote
1515 machine.
1517 @item @value{tramp-prefix}melancholia@value{tramp-postfix}/etc/squid.conf
1518 This edits the file @file{/etc/squid.conf} on the machine
1519 @code{melancholia}.
1521 @end table
1523 Unless you specify a different name to use, @tramp{} will use the
1524 current local user name as the remote user name to log in with. If you
1525 need to log in as a different user, you can specify the user name as
1526 part of the filename.
1528 To log in to the remote machine as a specific user, you use the syntax
1529 @file{@value{tramp-prefix}@var{user}@@@var{machine}@value{tramp-postfix}/@var{path/to.file}}.
1530 That means that connecting to @code{melancholia} as @code{daniel} and
1531 editing @file{.emacs} in your home directory you would specify
1532 @file{@value{tramp-prefix}daniel@@melancholia@value{tramp-postfix}.emacs}.
1534 It is also possible to specify other file transfer methods
1535 (@pxref{Default Method}) as part of the filename.
1536 @ifset emacs
1537 This is done by putting the method before the user and host name, as
1539 @file{@value{tramp-prefix}@var{method}@value{tramp-postfix-single-hop}}
1540 (Note the trailing colon).
1541 @end ifset
1542 @ifset xemacs
1543 This is done by replacing the initial
1544 @file{@value{tramp-prefix}} with
1545 @file{@value{tramp-prefix}<method>@value{tramp-postfix-single-hop}}.
1546 (Note the trailing slash!).
1547 @end ifset
1548 The user, machine and file specification remain the same.
1550 So, to connect to the machine @code{melancholia} as @code{daniel},
1551 using the @option{su} method to transfer files, and edit @file{.emacs}
1552 in my home directory I would specify the filename
1553 @file{@value{tramp-prefix}su@value{tramp-postfix-single-hop}daniel@@melancholia@value{tramp-postfix}.emacs}.
1556 @node Multi-hop filename syntax
1557 @section Multi-hop filename conventions
1558 @cindex filename syntax for multi-hop files
1559 @cindex multi-hop filename syntax
1561 The syntax of multi-hop file names is necessarily slightly different
1562 than the syntax of other @tramp{} file names.  Here's an example
1563 multi-hop file name, first in Emacs syntax and then in XEmacs syntax:
1565 @example
1566 @value{tramp-prefix}multi@value{tramp-postfix-single-hop}rsh@value{tramp-postfix-multi-hop}out@@gate@value{tramp-postfix-single-hop}telnet@value{tramp-postfix-multi-hop}kai@@real.host@value{tramp-postfix}/path/to.file
1567 @end example
1569 This is quite a mouthful.  So let's go through it step by step.  The
1570 file name consists of three parts.
1571 @ifset emacs
1572 The parts are separated by colons
1573 @end ifset
1574 @ifset xemacs
1575 The parts are separated by slashes and square brackets.
1576 @end ifset
1577 The first part is @file{@value{tramp-prefix}multi}, the method
1578 specification.  The second part is
1579 @file{rsh@value{tramp-postfix-multi-hop}out@@gate@value{tramp-postfix-single-hop}telnet@value{tramp-postfix-multi-hop}kai@@real.host}
1580 and specifies the hops.  The final part is @file{/path/to.file} and
1581 specifies the file name on the remote host.
1583 The first part and the final part should be clear.  See @ref{Multi-hop
1584 Methods}, for a list of alternatives for the method specification.
1586 The second part can be subdivided again into components, so-called
1587 hops.  In the above file name, there are two hops,
1588 @file{rsh@value{tramp-postfix-multi-hop}out@@gate} and
1589 @file{telnet@value{tramp-postfix-multi-hop}kai@@real.host}.
1591 Each hop can @emph{again} be subdivided into (three) components, the
1592 @dfn{hop method}, the @dfn{user name} and the @dfn{host name}.  The
1593 meaning of the second and third component should be clear, and the hop
1594 method says what program to use to perform that hop.
1596 The first hop, @file{rsh@value{tramp-postfix-multi-hop}out@@gate},
1597 says to use @command{rsh} to log in as user @code{out} to the host
1598 @code{gate}.  Starting at that host, the second hop,
1599 @file{telnet@value{tramp-postfix-multi-hop}kai@@real.host}, says to
1600 use @command{telnet} to log in as user @code{kai} to host
1601 @code{real.host}.
1603 @xref{Multi-hop Methods}, for a list of possible hop method values.
1604 The variable @code{tramp-multi-connection-function-alist} contains the
1605 list of possible hop methods and information on how to execute them,
1606 should you want to add your own.
1609 @node Filename completion
1610 @section Filename completion
1611 @cindex filename completion
1613 Filename completion works with @tramp{} for both completing methods,
1614 user names and machine names (except multi hop methods) as well as for
1615 files on remote machines.
1617 If you, for example, type @kbd{C-x C-f @value{tramp-prefix}t
1618 @key{TAB}}, @tramp{} might give you as result the choice for
1620 @example
1621 @ifset emacs
1622 @value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}                              tmp/
1623 @value{tramp-prefix-single-hop}toto@value{tramp-postfix}
1624 @end ifset
1625 @ifset xemacs
1626 @value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}                              @value{tramp-prefix-single-hop}toto@value{tramp-postfix}
1627 @end ifset
1628 @end example
1630 @samp{@value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}}
1631 is a possible completion for the respective method,
1632 @ifset emacs
1633 @samp{tmp/} stands for the directory @file{/tmp} on your local
1634 machine,
1635 @end ifset
1636 and @samp{@value{tramp-prefix-single-hop}toto@value{tramp-postfix}}
1637 might be a host @tramp has detected in your @file{~/.ssh/known_hosts}
1638 file (given you're using default method @option{ssh}).
1640 If you go on to type @kbd{e @key{TAB}}, the minibuffer is completed to
1641 @samp{@value{tramp-prefix}telnet@value{tramp-postfix-single-hop}}.
1642 Next @kbd{@key{TAB}} brings you all machine names @tramp{} detects in
1643 your @file{/etc/hosts} file, let's say
1645 @example
1646 @value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}127.0.0.1@value{tramp-postfix}                @value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}192.168.0.1@value{tramp-postfix}
1647 @value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}localhost@value{tramp-postfix}                @value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}melancholia.danann.net@value{tramp-postfix}
1648 @value{tramp-prefix-single-hop}telnet@value{tramp-postfix-single-hop}melancholia@value{tramp-postfix}
1649 @end example
1651 Now you can choose the desired machine, and you can continue to
1652 complete file names on that machine.
1654 As filename completion needs to fetch the listing of files from the
1655 remote machine, this feature is sometimes fairly slow.  As @tramp{}
1656 does not yet cache the results of directory listing, there is no gain
1657 in performance the second time you complete filenames.
1659 If the configuration files (@pxref{Customizing Completion}), which
1660 @tramp{} uses for analysis of completion, offer user names, those user
1661 names will be taken into account as well.
1664 @node Dired
1665 @section Dired
1666 @cindex dired
1668 @tramp{} works transparently with dired, enabling you to use this powerful
1669 file management tool to manage files on any machine you have access to
1670 over the Internet.
1672 If you need to browse a directory tree, Dired is a better choice, at
1673 present, than filename completion.  Dired has its own cache mechanism
1674 and will only fetch the directory listing once.
1677 @node Bug Reports
1678 @chapter Reporting Bugs and Problems
1679 @cindex bug reports
1681 Bugs and problems with @tramp{} are actively worked on by the development
1682 team. Feature requests and suggestions are also more than welcome.
1684 The @tramp{} mailing list is a great place to get information on working
1685 with @tramp{}, solving problems and general discussion and advice on topics
1686 relating to the package.
1688 The  mailing list is at @email{tramp-devel@@mail.freesoftware.fsf.org}.
1689 Messages sent to this address go to all the subscribers. This is
1690 @emph{not} the address to send subscription requests to.
1692 For help on subscribing to the list, send mail to the administrative
1693 address, @email{tramp-devel-request@@mail.freesoftware.fsf.org}, with the
1694 subject @samp{help}.
1696 To report a bug in @tramp{}, you should execute @kbd{M-x tramp-bug}. This
1697 will automatically generate a buffer with the details of your system and
1698 @tramp{} version.
1700 When submitting a bug report, please try to describe in excruciating
1701 detail the steps required to reproduce the problem, the setup of the
1702 remote machine and any special conditions that exist.
1704 If you can identify a minimal test case that reproduces the problem,
1705 include that with your bug report. This will make it much easier for the
1706 development team to analyze and correct the problem.
1708 @node Frequently Asked Questions
1709 @chapter Frequently Asked Questions
1710 @cindex frequently asked questions
1711 @cindex FAQ
1713 @itemize @bullet
1714 @item
1715 Where can I get the latest @tramp{}?
1717 @tramp{} is available under the URL below.
1719 @noindent
1720 @uref{ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/tramp.tar.gz}
1722 @noindent
1723 There is also a Savannah project page.
1725 @noindent
1726 @uref{https://savannah.gnu.org/projects/tramp/}
1728 @item
1729 Which systems does it work on?
1731 The package has been used successfully on Emacs 20 and Emacs 21, as well
1732 as XEmacs 21.  XEmacs 20 is more problematic, see the notes in
1733 @file{tramp.el}.  I don't think anybody has really tried it on Emacs 19.
1735 The package was intended to work on Unix, and it really expects a
1736 Unix-like system on the remote end, but some people seemed to have some
1737 success getting it to work on NT Emacs.
1739 There is some informations on @tramp{} on NT at the following URL;
1740 many thanks to Joe Stoy for providing the information:
1741 @uref{ftp://ftp.comlab.ox.ac.uk/tmp/Joe.Stoy/}
1743 The above mostly contains patches to old ssh versions; Tom Roche has a
1744 Web page with instructions:
1745 @uref{http://www4.ncsu.edu/~tlroche/plinkTramp.html}
1747 ??? Is the XEmacs info correct?
1749 ??? Can somebody provide some information for getting it to work on NT
1750 Emacs?  I think there was some issue with @command{ssh}?
1753 @item
1754 I can't stop @value{ftp-package-name} starting with @value{emacs-name}
1756 @ifset emacs
1757 @value{ftp-package-name} is loaded from @tramp{} automatically if you
1758 require a file by the ftp method.  Unfortunately, there are some Lisp
1759 packages which make @value{ftp-package-name} file name handlers active.
1760 You can see it applying @kbd{C-h v file-name-handler-alist}:
1762 @example
1763 file-name-handler-alist's value is 
1764 (("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
1765  ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
1766  ("^/[^/]*$" . tramp-completion-file-name-handler)
1767  ("\\`/[^/:]+:" . tramp-file-name-handler)
1768  ("\\`/:" . file-name-non-special))
1769 @end example
1771 Please try to find out which package is responsible for loading
1772 @value{ftp-package-name}, and raise a bug report.
1774 A workaround is to require @value{ftp-package-name} before @tramp{} in
1775 your @file{~/.emacs}, because @tramp{} cleans up the entries in
1776 @code{file-name-handler-alist}:
1778 @lisp
1779 ;; @value{ftp-package-name} temporarily required
1780 (require 'ange-ftp)
1781 ;; @tramp{} cleans up @code{file-name-handler-alist}
1782 (require 'tramp)
1783 @end lisp
1784 @end ifset
1786 @ifset xemacs
1787 Not all the older versions of @tramp{} supported @value{emacs-name}
1788 correctly.  The first thing to do is to make sure that you have the
1789 latest version of @tramp{} installed.
1791 If you do, please try and find out exactly the conditions required for
1792 the @value{ftp-package-name} handlers to fire.  If you can, putting a
1793 breakpoint on @code{efs-ftp-path} and sending in the stack trace along
1794 with your bug report would make it easier for the developers to work out
1795 what is going wrong.
1796 @end ifset
1799 @item
1800 File name completion does not work with @tramp{}
1802 When you log in to the remote machine, do you see the output of
1803 @command{ls} in color? If so, this may be the cause of your problems.
1805 @command{ls} outputs @acronym{ANSI} escape sequences that your terminal
1806 emulator interprets to set the colors.  These escape sequences will
1807 confuse @tramp{} however.
1809 In your @file{.bashrc}, @file{.profile} or equivalent on the remote
1810 machine you probably have an alias configured that adds the option
1811 @option{--color=yes} or @option{--color=auto}.
1813 You should remove that alias and ensure that a new login @emph{does not}
1814 display the output of @command{ls} in color.  If you still cannot use
1815 filename completion, report a bug to the @tramp{} developers.
1818 @item
1819 File name completion does not work in large directories
1821 @tramp{} uses globbing for some operations.  (Globbing means to use the
1822 shell to expand wildcards such as `*.c'.)  This might create long
1823 command lines, especially in directories with many files.  Some shells
1824 choke on long command lines, or don't cope well with the globbing
1825 itself.
1827 If you have a large directory on the remote end, you may wish to execute
1828 a command like @samp{ls -d * ..?* > /dev/null} and see if it hangs.
1829 Note that you must first start the right shell, which might be
1830 @command{/bin/sh}, @command{ksh} or @command{bash}, depending on which
1831 of those supports tilde expansion.
1834 @item
1835 What kinds of systems does @tramp{} work on
1837 @tramp{} really expects the remote system to be a Unix-like system.  The
1838 local system should preferably be Unix-like, as well, but @tramp{} might
1839 work on NT with some tweaking.
1842 @item
1843 How can I get notified when @tramp{} file transfers are complete?
1845 The following snippet can be put in your @file{~/.emacs} file.  It makes
1846 Emacs beep after reading from or writing to the remote host.
1848 @lisp
1849 (defadvice tramp-handle-write-region
1850   (after tramp-write-beep-advice activate)
1851  " make tramp beep after writing a file."
1852  (interactive)
1853  (beep))
1854 (defadvice tramp-handle-do-copy-or-rename-file
1855   (after tramp-copy-beep-advice activate)
1856  " make tramp beep after copying a file."
1857  (interactive)
1858  (beep))
1859 (defadvice tramp-handle-insert-file-contents
1860   (after tramp-copy-beep-advice activate)
1861  " make tramp beep after copying a file."
1862  (interactive)
1863  (beep))
1864 @end lisp
1867 @item
1868 There's this @file{~/.sh_history} file on the remote host which keeps
1869 growing and growing.  What's that?
1871 Sometimes, @tramp{} starts @code{ksh} on the remote host for tilde
1872 expansion.  Maybe @code{ksh} saves the history by default.  @tramp{}
1873 tries to turn off saving the history, but maybe you have to help.  For
1874 example, you could put this in your @file{.kshrc}:
1876 @example
1877 if [ -f $HOME/.sh_history ] ; then
1878    /bin/rm $HOME/.sh_history
1880 if [ "$@{HISTFILE-unset@}" != "unset" ] ; then
1881    unset HISTFILE
1883 if [ "$@{HISTSIZE-unset@}" != "unset" ] ; then
1884    unset HISTSIZE
1886 @end example
1888 @end itemize
1891 @c For the developer
1892 @node Version Control
1893 @chapter The inner workings of remote version control
1895 Unlike @value{ftp-package-name}, @tramp{} has full shell access to the
1896 remote machine. This makes it possible to provide version control for
1897 files accessed under @tramp{}.
1899 The actual version control binaries must be installed on the remote
1900 machine, accessible in the directories specified in
1901 @var{tramp-remote-path}.
1903 This transparent integration with the version control systems is one of
1904 the most valuable features provided by @tramp{}, but it is far from perfect.
1905 Work is ongoing to improve the transparency of the system.
1907 @menu
1908 * Version Controlled Files::    Determining if a file is under version control.
1909 * Remote Commands::             Executing the version control commands on the remote machine.
1910 * Changed workfiles::           Detecting if the working file has changed.
1911 * Checking out files::          Bringing the workfile out of the repository.
1912 * Miscellaneous Version Control::  Things related to Version Control that don't fit elsewhere.
1913 @end menu
1916 @node Version Controlled Files
1917 @section Determining if a file is under version control
1919 The VC package uses the existence of on-disk revision control master
1920 files to determine if a given file is under revision control. These file
1921 tests happen on the remote machine through the standard @tramp{} mechanisms.
1924 @node Remote Commands
1925 @section Executing the version control commands on the remote machine
1927 There are no hooks provided by VC to allow intercepting of the version
1928 control command execution. The calls occur through the
1929 @code{call-process} mechanism, a function that is somewhat more
1930 efficient than the @code{shell-command} function but that does not
1931 provide hooks for remote execution of commands.
1933 To work around this, the functions @code{vc-do-command} and
1934 @code{vc-simple-command} have been advised to intercept requests for
1935 operations on files accessed via @tramp{}.
1937 In the case of a remote file, the @code{shell-command} interface is
1938 used, with some wrapper code, to provide the same functionality on the
1939 remote machine as would be seen on the local machine.
1942 @node Changed workfiles
1943 @section Detecting if the working file has changed
1945 As there is currently no way to get access to the mtime of a file on a
1946 remote machine in a portable way, the @code{vc-workfile-unchanged-p}
1947 function is advised to call an @tramp{} specific function for remote files.
1949 The @code{tramp-vc-workfile-unchanged-p} function uses the functioning VC
1950 diff functionality to determine if any changes have occurred between the
1951 workfile and the version control master.
1953 This requires that a shell command be executed remotely, a process that
1954 is notably heavier-weight than the mtime comparison used for local
1955 files. Unfortunately, unless a portable solution to the issue is found,
1956 this will remain the cost of remote version control.
1959 @node Checking out files
1960 @section Bringing the workfile out of the repository
1962 VC will, by default, check for remote files and refuse to act on them
1963 when checking out files from the repository. To work around this
1964 problem, the function @code{vc-checkout} knows about @tramp{} files and
1965 allows version control to occur.
1968 @node Miscellaneous Version Control
1969 @section Things related to Version Control that don't fit elsewhere
1971 Minor implementation details, &c.
1973 @menu
1974 * Remote File Ownership::       How VC determines who owns a workfile.
1975 * Back-end Versions::           How VC determines what release your RCS is.
1976 @end menu
1979 @node Remote File Ownership
1980 @subsection How VC determines who owns a workfile
1982 Emacs provides the @code{user-full-name} function to return the login name
1983 of the current user as well as mapping from arbitrary user id values
1984 back to login names. The VC code uses this functionality to map from the
1985 uid of the owner of a workfile to the login name in some circumstances.
1987 This will not, for obvious reasons, work if the remote system has a
1988 different set of logins. As such, it is necessary to delegate to the
1989 remote machine the job of determining the login name associated with a
1990 uid.
1992 Unfortunately, with the profusion of distributed management systems such
1993 as @code{NIS}, @code{NIS+} and @code{NetInfo}, there is no simple,
1994 reliable and portable method for performing this mapping.
1996 Thankfully, the only place in the VC code that depends on the mapping of
1997 a uid to a login name is the @code{vc-file-owner} function. This returns
1998 the login of the owner of the file as a string.
2000 This function has been advised to use the output of @command{ls} on the
2001 remote machine to determine the login name, delegating the problem of
2002 mapping the uid to the login to the remote system which should know more
2003 about it than I do.
2006 @node Back-end Versions
2007 @subsection How VC determines what release your RCS is
2009 VC needs to know what release your revision control binaries you are
2010 running as not all features VC supports are available with older
2011 versions of @command{rcs(1)}, @command{cvs(1)} or @command{sccs(1)}.
2013 The default implementation of VC determines this value the first time it
2014 is needed and then stores the value globally to avoid the overhead of
2015 executing a process and parsing its output each time the information is
2016 needed.
2018 Unfortunately, life is not quite so easy when remote version control
2019 comes into the picture. Each remote machine may have a different version
2020 of the version control tools and, while this is painful, we need to
2021 ensure that unavailable features are not used remotely.
2023 To resolve this issue, @tramp{} currently takes the sledgehammer
2024 approach of making the release values of the revision control tools
2025 local to each @tramp{} buffer, forcing VC to determine these values
2026 again each time a new file is visited.
2028 This has, quite obviously, some performance implications. Thankfully,
2029 most of the common operations performed by VC do not actually require
2030 that the remote version be known. This makes the problem far less
2031 apparent.
2033 Eventually these values will be captured by @tramp{} on a system by
2034 system basis and the results cached to improve performance.
2037 @node Files directories and paths
2038 @chapter How file names, directories and paths are mangled and managed.
2040 @menu
2041 * Path deconstruction::         Breaking a path into its components.
2042 @end menu
2045 @node Path deconstruction
2046 @section Breaking a path into its components.
2048 @tramp{} filenames are somewhat different, obviously, to ordinary path
2049 names. As such, the lisp functions @code{file-name-directory} and
2050 @code{file-name-nondirectory} are overridden within the @tramp{} package.
2052 Their replacements are reasonably simplistic in their approach. They
2053 dissect the filename, call the original handler on the remote path and
2054 then rebuild the @tramp{} path with the result.
2056 This allows the platform specific hacks in the original handlers to take
2057 effect while preserving the @tramp{} path information.
2060 @node Issues
2061 @chapter Debatable Issues and What Was Decided
2063 @itemize @bullet
2064 @item The uuencode method does not always work.
2066 Due to the design of @tramp{}, the encoding and decoding programs need to
2067 read from stdin and write to stdout.  On some systems, @code{uudecode -o
2068 -} will read stdin and write the decoded file to stdout, on other
2069 systems @code{uudecode -p} does the same thing.  But some systems have
2070 uudecode implementations which cannot do this at all---it is not
2071 possible to call these uudecode implementations with suitable parameters
2072 so that they write to stdout.
2074 Of course, this could be circumvented: the @code{begin foo 644} line
2075 could be rewritten to put in some temporary file name, then
2076 @code{uudecode} could be called, then the temp file could be printed and
2077 deleted.
2079 But I have decided that this is too fragile to reliably work, so on some
2080 systems you'll have to do without the uuencode methods.
2082 @item @tramp{} does not work on XEmacs 20.
2084 This is because it requires the macro @code{with-timeout} which does not
2085 appear to exist in XEmacs 20.  I'm somewhat reluctant to add an
2086 emulation macro to @tramp{}, but if somebody who uses XEmacs 20 steps
2087 forward and wishes to implement and test it, please contact me or the
2088 mailing list.
2090 @item The @tramp{} filename syntax differs between Emacs and XEmacs.
2092 The Emacs maintainers wish to use a unified filename syntax for
2093 Ange-FTP and @tramp{} so that users don't have to learn a new
2094 syntax.  It is sufficient to learn some extensions to the old syntax.
2096 For the XEmacs maintainers, the problems caused from using a unified
2097 filename syntax are greater than the gains.  The XEmacs package system
2098 uses EFS for downloading new packages.  So, obviously, EFS has to be
2099 installed from the start.  If the filenames were unified, @tramp{}
2100 would have to be installed from the start, too.
2102 @end itemize
2105 @c End of tramp.texi - the TRAMP User Manual
2106 @bye
2108 @c TODO
2110 @c * Say something about the .login and .profile files of the remote
2111 @c   shells.
2112 @c * Explain how tramp.el works in principle: open a shell on a remote
2113 @c   host and then send commands to it.
2114 @c * Mention that bookmarks are a cool feature to go along with Tramp.
2115 @c * Make terminology "inline" vs "out-of-band" consistent.
2116 @c   It seems that "external" is also used instead of "out-of-band".
2118 @c * M. Albinus
2119 @c ** Use `filename' resp. `file name' consistently.
2120 @c ** Use `host' resp. `machine' consistently.
2121 @c ** Consistent small or capitalized words especially in menues.