(Graphics, Devices): Update with the peculiarities of operation on MS-Windows.
[emacs.git] / doc / misc / tramp.texi
blob1536bd495539a152b352875c0cb4c36d112d1e99
1 \input texinfo   @c -*-texinfo-*-
2 @setfilename ../../info/tramp
3 @c %**start of header
4 @settitle TRAMP User Manual
5 @c %**end of header
7 @c This is *so* much nicer :)
8 @footnotestyle end
10 @c In the Tramp CVS, the version number is auto-frobbed from
11 @c configure.ac, so you should edit that file and run
12 @c "autoconf && ./configure" to change the version number.
14 @c Additionally, flags are set with respect to the Emacs flavor; and
15 @c depending whether Tramp is packaged into (X)Emacs, or standalone.
17 @include trampver.texi
19 @c Macro for formatting a filename according to the repective syntax.
20 @c xxx and yyy are auxiliary macros in order to omit leading and
21 @c trailing whitespace.  Not very elegant, but I don't know it better.
23 @macro xxx {one}@c
24 @set \one\@c
25 @end macro
27 @macro yyy {one, two}@c
28 @xxx{x\one\}@c
29 @ifclear x@c
30 \one\@w{}\two\@c
31 @end ifclear
32 @clear x\one\@c
33 @end macro
35 @macro trampfn {method, user, host, localname}@c
36 @value{prefix}@yyy{\method\,@value{postfixhop}}@yyy{\user\,@@}\host\@value{postfix}\localname\@c
37 @end macro
39 @copying
40 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005,
41 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
43 @quotation
44 Permission is granted to copy, distribute and/or modify this document
45 under the terms of the GNU Free Documentation License, Version 1.3 or
46 any later version published by the Free Software Foundation; with no
47 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
48 and with the Back-Cover Texts as in (a) below.  A copy of the license
49 is included in the section entitled ``GNU Free Documentation License''.
51 (a) The FSF's Back-Cover Text is: ``You have the freedom to
52 copy and modify this GNU manual.  Buying copies from the FSF
53 supports it in developing GNU and promoting software freedom.''
54 @end quotation
55 @end copying
57 @c Entries for @command{install-info} to use
58 @dircategory @value{emacsname}
59 @direntry
60 * TRAMP: (tramp).                Transparent Remote Access, Multiple Protocol
61                                  @value{emacsname} remote file access via rsh and rcp.
62 @end direntry
64 @titlepage
65 @title @value{tramp} version @value{trampver} User Manual
66 @author by Daniel Pittman
67 @author based on documentation by Kai Gro@ss{}johann
68 @page
69 @insertcopying
70 @end titlepage
72 @contents
74 @ifnottex
75 @node Top, Overview, (dir), (dir)
76 @top @value{tramp} version @value{trampver} User Manual
78 This file documents @value{tramp} version @value{trampver}, a remote file
79 editing package for @value{emacsname}.
81 @value{tramp} stands for `Transparent Remote (file) Access, Multiple
82 Protocol'.  This package provides remote file editing, similar to
83 @value{ftppackagename}.
85 The difference is that @value{ftppackagename} uses FTP to transfer
86 files between the local and the remote host, whereas @value{tramp} uses a
87 combination of @command{rsh} and @command{rcp} or other work-alike
88 programs, such as @command{ssh}/@command{scp}.
90 You can find the latest version of this document on the web at
91 @uref{http://www.gnu.org/software/tramp/}.
93 @c Pointer to the other Emacs flavor is necessary only in case of
94 @c standalone installation.
95 @ifset installchapter
96 The manual has been generated for @value{emacsname}.
97 @ifinfo
98 If you want to read the info pages for @value{emacsothername}, you
99 should read in @ref{Installation} how to create them.
100 @end ifinfo
101 @ifhtml
102 If you're using the other Emacs flavor, you should read the
103 @uref{@value{emacsotherfilename}, @value{emacsothername}} pages.
104 @end ifhtml
105 @end ifset
107 @ifhtml
108 @ifset jamanual
109 This manual is also available as a @uref{@value{japanesemanual},
110 Japanese translation}.
111 @end ifset
113 The latest release of @value{tramp} is available for
114 @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see
115 @ref{Obtaining Tramp} for more details, including the CVS server
116 details.
118 @value{tramp} also has a @uref{http://savannah.gnu.org/projects/tramp/,
119 Savannah Project Page}.
120 @end ifhtml
122 There is a mailing list for @value{tramp}, available at
123 @email{tramp-devel@@gnu.org}, and archived at
124 @uref{http://lists.gnu.org/archive/html/tramp-devel/, the
125 @value{tramp} Mail Archive}.
126 @ifhtml
127 Older archives are located at
128 @uref{http://sourceforge.net/mailarchive/forum.php?forum=tramp-devel,
129 SourceForge Mail Archive} and
130 @uref{http://www.mail-archive.com/emacs-rcp@@ls6.cs.uni-dortmund.de/,
131 The Mail Archive}.
132 @c in HTML output, there's no new paragraph.
133 @*@*
134 @end ifhtml
136 @insertcopying
138 @end ifnottex
140 @menu
141 * Overview::                    What @value{tramp} can and cannot do.
143 For the end user:
145 * Obtaining Tramp::             How to obtain @value{tramp}.
146 * History::                     History of @value{tramp}.
147 @ifset installchapter
148 * Installation::                Installing @value{tramp} with your @value{emacsname}.
149 @end ifset
150 * Configuration::               Configuring @value{tramp} for use.
151 * Usage::                       An overview of the operation of @value{tramp}.
152 * Bug Reports::                 Reporting Bugs and Problems.
153 * Frequently Asked Questions::  Questions and answers from the mailing list.
154 * Function Index::              @value{tramp} functions.
155 * Variable Index::              User options and variables.
156 * Concept Index::               An item for each concept.
158 For the developer:
160 * Version Control::             The inner workings of remote version control.
161 * Files directories and localnames::  How file names, directories and localnames are mangled and managed.
162 * Traces and Profiles::         How to Customize Traces.
163 * Issues::                      Debatable Issues and What Was Decided.
165 * GNU Free Documentation License:: The license for this documentation.
167 @detailmenu
168  --- The Detailed Node Listing ---
170 @ifset installchapter
171 Installing @value{tramp} with your @value{emacsname}
173 * Installation parameters::     Parameters in order to control installation.
174 * Load paths::                  How to plug-in @value{tramp} into your environment.
175 * Japanese manual::             Japanese manual.
177 @end ifset
179 Configuring @value{tramp} for use
181 * Connection types::            Types of connections made to remote machines.
182 * Inline methods::              Inline methods.
183 * External methods::            External methods.
184 @ifset emacsgvfs
185 * GVFS based methods::          GVFS based external methods.
186 @end ifset
187 @ifset emacsgw
188 * Gateway methods::             Gateway methods.
189 @end ifset
190 * Default Method::              Selecting a default method.
191 * Default User::                Selecting a default user.
192 * Default Host::                Selecting a default host.
193 * Multi-hops::                  Connecting to a remote host using multiple hops.
194 * Customizing Methods::         Using Non-Standard Methods.
195 * Customizing Completion::      Selecting config files for user/host name completion.
196 * Password handling::           Reusing passwords for several connections.
197 * Connection caching::          Reusing connection related information.
198 * Remote Programs::             How @value{tramp} finds and uses programs on the remote machine.
199 * Remote shell setup::          Remote shell setup hints.
200 * Windows setup hints::         Issues with Cygwin ssh.
201 * Auto-save and Backup::        Auto-save and Backup.
203 Using @value{tramp}
205 * Filename Syntax::             @value{tramp} filename conventions.
206 * Alternative Syntax::          URL-like filename syntax.
207 * Filename completion::         Filename completion.
208 * Remote processes::            Integration with other @value{emacsname} packages.
209 * Cleanup remote connections::  Cleanup remote connections.
211 The inner workings of remote version control
213 * Version Controlled Files::    Determining if a file is under version control.
214 * Remote Commands::             Executing the version control commands on the remote machine.
215 * Changed workfiles::           Detecting if the working file has changed.
216 * Checking out files::          Bringing the workfile out of the repository.
217 * Miscellaneous Version Control::  Things related to Version Control that don't fit elsewhere.
219 Things related to Version Control that don't fit elsewhere
221 * Remote File Ownership::       How VC determines who owns a workfile.
222 * Back-end Versions::           How VC determines what release your RCS is.
224 How file names, directories and localnames are mangled and managed
226 * Localname deconstruction::    Breaking a localname into its components.
227 @ifset emacs
228 * External packages::           Integration with external Lisp packages.
229 @end ifset
231 @end detailmenu
232 @end menu
234 @node Overview
235 @chapter An overview of @value{tramp}
236 @cindex overview
238 After the installation of @value{tramp} into your @value{emacsname}, you
239 will be able to access files on remote machines as though they were
240 local.  Access to the remote file system for editing files, version
241 control, and @code{dired} are transparently enabled.
243 Your access to the remote machine can be with the @command{rsh},
244 @command{rlogin}, @command{telnet} programs or with any similar
245 connection method.  This connection must pass @acronym{ASCII}
246 successfully to be usable but need not be 8-bit clean.
248 The package provides support for @command{ssh} connections out of the
249 box, one of the more common uses of the package.  This allows
250 relatively secure access to machines, especially if @command{ftp}
251 access is disabled.
253 Under Windows, @value{tramp} is integrated with the PuTTY package,
254 using the @command{plink} program.
256 The majority of activity carried out by @value{tramp} requires only that
257 the remote login is possible and is carried out at the terminal.  In
258 order to access remote files @value{tramp} needs to transfer their content
259 to the local machine temporarily.
261 @value{tramp} can transfer files between the machines in a variety of ways.
262 The details are easy to select, depending on your needs and the
263 machines in question.
265 The fastest transfer methods for large files rely on a remote file
266 transfer package such as @command{rcp}, @command{scp}, @command{rsync}
267 or (under Windows) @command{pscp}.
269 If the remote copy methods are not suitable for you, @value{tramp} also
270 supports the use of encoded transfers directly through the shell.
271 This requires that the @command{mimencode} or @command{uuencode} tools
272 are available on the remote machine.  These methods are generally
273 faster for small files.
275 @value{tramp} is still under active development and any problems you encounter,
276 trivial or major, should be reported to the @value{tramp} developers.
277 @xref{Bug Reports}.
280 @subsubheading Behind the scenes
281 @cindex behind the scenes
282 @cindex details of operation
283 @cindex how it works
285 This section tries to explain what goes on behind the scenes when you
286 access a remote file through @value{tramp}.
288 Suppose you type @kbd{C-x C-f} and enter part of an @value{tramp} file name,
289 then hit @kbd{@key{TAB}} for completion.  Suppose further that this is
290 the first time that @value{tramp} is invoked for the host in question.  Here's
291 what happens:
293 @itemize
294 @item
295 @value{tramp} discovers that it needs a connection to the host.  So it
296 invokes @samp{telnet @var{host}} or @samp{rsh @var{host} -l
297 @var{user}} or a similar tool to connect to the remote host.
298 Communication with this process happens through an
299 @value{emacsname} buffer, that is, the output from the remote end
300 goes into a buffer.
302 @item
303 The remote host may prompt for a login name (for @command{telnet}).
304 The login name is given in the file name, so @value{tramp} sends the
305 login name and a newline.
307 @item
308 The remote host may prompt for a password or pass phrase (for
309 @command{rsh} or for @command{telnet} after sending the login name).
310 @value{tramp} displays the prompt in the minibuffer, asking you for the
311 password or pass phrase.
313 You enter the password or pass phrase.  @value{tramp} sends it to the remote
314 host, followed by a newline.
316 @item
317 @value{tramp} now waits for the shell prompt or for a message that the login
318 failed.
320 If @value{tramp} sees neither of them after a certain period of time
321 (a minute, say), then it issues an error message saying that it
322 couldn't find the remote shell prompt and shows you what the remote
323 host has sent.
325 If @value{tramp} sees a @samp{login failed} message, it tells you so,
326 aborts the login attempt and allows you to try again.
328 @item
329 Suppose that the login was successful and @value{tramp} sees the shell prompt
330 from the remote host.  Now @value{tramp} invokes @command{/bin/sh} because
331 Bourne shells and C shells have different command
332 syntaxes.@footnote{Invoking @command{/bin/sh} will fail if your login
333 shell doesn't recognize @samp{exec /bin/sh} as a valid command.
334 Maybe you use the Scheme shell @command{scsh}@dots{}}
336 After the Bourne shell has come up, @value{tramp} sends a few commands to
337 ensure a good working environment.  It turns off echoing, it sets the
338 shell prompt, and a few other things.
340 @item
341 Now the remote shell is up and it good working order.  Remember, what
342 was supposed to happen is that @value{tramp} tries to find out what files exist
343 on the remote host so that it can do filename completion.
345 So, @value{tramp} basically issues @command{cd} and @command{ls} commands and
346 also sometimes @command{echo} with globbing.  Another command that is
347 often used is @command{test} to find out whether a file is writable or a
348 directory or the like.  The output of each command is parsed for the
349 necessary operation.
351 @item
352 Suppose you are finished with filename completion, have entered @kbd{C-x
353 C-f}, a full file name and hit @kbd{@key{RET}}.  Now comes the time to
354 transfer the file contents from the remote host to the local host so
355 that you can edit them.
357 See above for an explanation of how @value{tramp} transfers the file contents.
359 For inline transfers, @value{tramp} issues a command like @samp{mimencode -b
360 /path/to/remote/file}, waits until the output has accumulated in the
361 buffer that's used for communication, then decodes that output to
362 produce the file contents.
364 For external transfers, @value{tramp} issues a command like the
365 following:
366 @example
367 rcp user@@host:/path/to/remote/file /tmp/tramp.4711
368 @end example
369 It then reads the local temporary file @file{/tmp/tramp.4711} into a
370 buffer and deletes the temporary file.
372 @item
373 You now edit the buffer contents, blithely unaware of what has happened
374 behind the scenes.  (Unless you have read this section, that is.)  When
375 you are finished, you type @kbd{C-x C-s} to save the buffer.
377 @item
378 Again, @value{tramp} transfers the file contents to the remote host
379 either inline or external.  This is the reverse of what happens when
380 reading the file.
381 @end itemize
383 I hope this has provided you with a basic overview of what happens
384 behind the scenes when you open a file with @value{tramp}.
387 @c For the end user
388 @node Obtaining Tramp
389 @chapter Obtaining Tramp.
390 @cindex obtaining Tramp
392 @value{tramp} is freely available on the Internet and the latest
393 release may be downloaded from
394 @uref{ftp://ftp.gnu.org/gnu/tramp/}.  This release includes the full
395 documentation and code for @value{tramp}, suitable for installation.
396 But GNU Emacs (22 or later) includes @value{tramp} already, and there
397 is a @value{tramp} package for XEmacs, as well.  So maybe it is easier
398 to just use those.  But if you want the bleeding edge, read
399 on@dots{...}
401 For the especially brave, @value{tramp} is available from CVS.  The CVS
402 version is the latest version of the code and may contain incomplete
403 features or new issues.  Use these versions at your own risk.
405 Instructions for obtaining the latest development version of @value{tramp}
406 from CVS can be found by going to the Savannah project page at the
407 following URL and then clicking on the CVS link in the navigation bar
408 at the top.
410 @noindent
411 @uref{http://savannah.gnu.org/projects/tramp/}
413 @noindent
414 Or follow the example session below:
416 @example
417 ] @strong{cd ~/@value{emacsdir}}
418 ] @strong{export CVS_RSH="ssh"}
419 ] @strong{cvs -z3 -d:ext:anoncvs@@savannah.gnu.org:/cvsroot/tramp co tramp}
420 @end example
422 @noindent
423 You should now have a directory @file{~/@value{emacsdir}/tramp}
424 containing the latest version of @value{tramp}.  You can fetch the latest
425 updates from the repository by issuing the command:
427 @example
428 ] @strong{cd ~/@value{emacsdir}/tramp}
429 ] @strong{export CVS_RSH="ssh"}
430 ] @strong{cvs update -d}
431 @end example
433 @noindent
434 Once you've got updated files from the CVS repository, you need to run
435 @command{autoconf} in order to get an up-to-date @file{configure}
436 script:
438 @example
439 ] @strong{cd ~/@value{emacsdir}/tramp}
440 ] @strong{autoconf}
441 @end example
443 People who have no direct CVS access (maybe because sitting behind a
444 blocking firewall), can try the
445 @uref{http://savannah.gnu.org/cvs-backup/tramp-sources.tar.gz, Nightly
446 CVS Tree Tarball} instead of.
449 @node History
450 @chapter History of @value{tramp}
451 @cindex history
452 @cindex development history
454 Development was started end of November 1998.  The package was called
455 @file{rssh.el}, back then.  It only provided one method to access a
456 file, using @command{ssh} to log in to a remote host and using
457 @command{scp} to transfer the file contents.  After a while, the name
458 was changed to @file{rcp.el}, and now it's @value{tramp}.  Along the way,
459 many more methods for getting a remote shell and for transferring the
460 file contents were added.  Support for VC was added.
462 The most recent addition of major features were the multi-hop methods
463 added in April 2000 and the unification of @value{tramp} and Ange-FTP
464 filenames in July 2002.  In July 2004, multi-hop methods have been
465 replaced by proxy hosts.  Running commands on remote hosts was
466 introduced in December 2005.
467 @ifset emacsgw
468 Support of gateways exists since April 2007.
469 @end ifset
470 @ifset emacsgvfs
471 GVFS integration started in February 2009.
472 @end ifset
474 In December 2001, @value{tramp} has been added to the XEmacs package
475 repository.  Being part of the GNU Emacs repository happened in June
476 2002, the first release including @value{tramp} was GNU Emacs 22.1.
478 @value{tramp} is also a GNU/Linux Debian package since February 2001.
481 @c Installation chapter is necessary only in case of standalone
482 @c installation.  Text taken from trampinst.texi.
483 @ifset installchapter
484 @include trampinst.texi
485 @end ifset
487 @node Configuration
488 @chapter Configuring @value{tramp} for use
489 @cindex configuration
491 @cindex default configuration
492 @value{tramp} is (normally) fully functional when it is initially
493 installed.  It is initially configured to use the @command{scp}
494 program to connect to the remote host.  So in the easiest case, you
495 just type @kbd{C-x C-f} and then enter the filename
496 @file{@trampfn{, user, machine, /path/to.file}}.
498 On some hosts, there are problems with opening a connection.  These are
499 related to the behavior of the remote shell.  See @xref{Remote shell
500 setup}, for details on this.
502 If you do not wish to use these commands to connect to the remote
503 host, you should change the default connection and transfer method
504 that @value{tramp} uses.  There are several different methods that @value{tramp}
505 can use to connect to remote machines and transfer files
506 (@pxref{Connection types}).
508 If you don't know which method is right for you, see @xref{Default
509 Method}.
512 @menu
513 * Connection types::            Types of connections made to remote machines.
514 * Inline methods::              Inline methods.
515 * External methods::            External methods.
516 @ifset emacsgvfs
517 * GVFS based methods::          GVFS based external methods.
518 @end ifset
519 @ifset emacsgw
520 * Gateway methods::             Gateway methods.
521 @end ifset
522 * Default Method::              Selecting a default method.
523                                   Here we also try to help those who
524                                   don't have the foggiest which method
525                                   is right for them.
526 * Default User::                Selecting a default user.
527 * Default Host::                Selecting a default host.
528 * Multi-hops::                  Connecting to a remote host using multiple hops.
529 * Customizing Methods::         Using Non-Standard Methods.
530 * Customizing Completion::      Selecting config files for user/host name completion.
531 * Password handling::           Reusing passwords for several connections.
532 * Connection caching::          Reusing connection related information.
533 * Remote Programs::             How @value{tramp} finds and uses programs on the remote machine.
534 * Remote shell setup::          Remote shell setup hints.
535 * Windows setup hints::         Issues with Cygwin ssh.
536 * Auto-save and Backup::        Auto-save and Backup.
537 @end menu
540 @node Connection types
541 @section Types of connections made to remote machines.
542 @cindex connection types, overview
544 There are two basic types of transfer methods, each with its own
545 advantages and limitations.  Both types of connection make use of a
546 remote shell access program such as @command{rsh}, @command{ssh} or
547 @command{telnet} to connect to the remote machine.
549 This connection is used to perform many of the operations that @value{tramp}
550 requires to make the remote file system transparently accessible from
551 the local machine.  It is only when visiting files that the methods
552 differ.
554 @cindex inline methods
555 @cindex external methods
556 @cindex methods, inline
557 @cindex methods, external
558 Loading or saving a remote file requires that the content of the file
559 be transfered between the two machines.  The content of the file can
560 be transfered using one of two methods: the @dfn{inline method} over
561 the same connection used to log in to the remote machine, or the
562 @dfn{external method} through another connection using a remote copy
563 program such as @command{rcp}, @command{scp} or @command{rsync}.
565 The performance of the external methods is generally better than that
566 of the inline methods, at least for large files.  This is caused by
567 the need to encode and decode the data when transferring inline.
569 The one exception to this rule are the @command{scp} based transfer
570 methods.  While these methods do see better performance when actually
571 transferring files, the overhead of the cryptographic negotiation at
572 startup may drown out the improvement in file transfer times.
574 External methods should be configured such a way that they don't
575 require a password (with @command{ssh-agent}, or such alike).  Modern
576 @command{scp} implementations offer options to reuse existing
577 @command{ssh} connections, see method @command{scpc}.  If it isn't
578 possible, you should consider @ref{Password handling}, otherwise you
579 will be prompted for a password every copy action.
582 @node Inline methods
583 @section Inline methods
584 @cindex inline methods
585 @cindex methods, inline
587 The inline methods in @value{tramp} are quite powerful and can work in
588 situations where you cannot use an external transfer program to connect.
589 Inline methods are the only methods that work when connecting to the
590 remote machine via telnet.  (There are also strange inline methods which
591 allow you to transfer files between @emph{user identities} rather than
592 hosts, see below.)
594 These methods depend on the existence of a suitable encoding and
595 decoding command on remote machine.  Locally, @value{tramp} may be able to
596 use features of @value{emacsname} to decode and encode the files or
597 it may require access to external commands to perform that task.
599 @cindex uuencode
600 @cindex mimencode
601 @cindex base-64 encoding
602 @value{tramp} checks the availability and usability of commands like
603 @command{mimencode} (part of the @command{metamail} package) or
604 @command{uuencode} on the remote host.  The first reliable command
605 will be used.  The search path can be customized, see @ref{Remote
606 Programs}.
608 If both commands aren't available on the remote host, @value{tramp}
609 transfers a small piece of Perl code to the remote host, and tries to
610 apply it for encoding and decoding.
613 @table @asis
614 @item @option{rsh}
615 @cindex method rsh
616 @cindex rsh method
618 Connect to the remote host with @command{rsh}.  Due to the unsecure
619 connection it is recommended for very local host topology only.
621 On operating systems which provide the command @command{remsh} instead
622 of @command{rsh}, you can use the method @option{remsh}.  This is true
623 for HP-UX or Cray UNICOS, for example.
626 @item @option{ssh}
627 @cindex method ssh
628 @cindex ssh method
630 Connect to the remote host with @command{ssh}.  This is identical to
631 the previous option except that the @command{ssh} package is used,
632 making the connection more secure.
634 There are also two variants, @option{ssh1} and @option{ssh2}, that
635 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
636 explicitly select whether you want to use the SSH protocol version 1
637 or 2 to connect to the remote host.  (You can also specify in
638 @file{~/.ssh/config}, the SSH configuration file, which protocol
639 should be used, and use the regular @option{ssh} method.)
641 Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the
642 @command{ssh1} and @command{ssh2} commands explicitly.  If you don't
643 know what these are, you do not need these options.
645 All the methods based on @command{ssh} have an additional kludgy
646 feature: you can specify a host name which looks like @file{host#42}
647 (the real host name, then a hash sign, then a port number).  This
648 means to connect to the given host but to also pass @code{-p 42} as
649 arguments to the @command{ssh} command.
652 @item @option{telnet}
653 @cindex method telnet
654 @cindex telnet method
656 Connect to the remote host with @command{telnet}.  This is as unsecure
657 as the @option{rsh} method.
660 @item @option{su}
661 @cindex method su
662 @cindex su method
664 This method does not connect to a remote host at all, rather it uses
665 the @command{su} program to allow you to edit files as another user.
666 That means, the specified host name in the file name must be either
667 @samp{localhost} or the host name as returned by the function
668 @command{(system-name)}.  For an exception of this rule see
669 @ref{Multi-hops}.
672 @item @option{sudo}
673 @cindex method sudo
674 @cindex sudo method
676 This is similar to the @option{su} method, but it uses @command{sudo}
677 rather than @command{su} to become a different user.
679 Note that @command{sudo} must be configured to allow you to start a
680 shell as the user.  It would be nice if it was sufficient if
681 @command{ls} and @command{mimencode} were allowed, but that is not
682 easy to implement, so I haven't got around to it, yet.
685 @item @option{sshx}
686 @cindex method sshx
687 @cindex sshx method
689 As you would expect, this is similar to @option{ssh}, only a little
690 different.  Whereas @option{ssh} opens a normal interactive shell on
691 the remote host, this option uses @samp{ssh -t -t @var{host} -l
692 @var{user} /bin/sh} to open a connection.  This is useful for users
693 where the normal login shell is set up to ask them a number of
694 questions when logging in.  This procedure avoids these questions, and
695 just gives @value{tramp} a more-or-less `standard' login shell to work
696 with.
698 Note that this procedure does not eliminate questions asked by
699 @command{ssh} itself.  For example, @command{ssh} might ask ``Are you
700 sure you want to continue connecting?'' if the host key of the remote
701 host is not known.  @value{tramp} does not know how to deal with such a
702 question (yet), therefore you will need to make sure that you can log
703 in without such questions.
705 This is also useful for Windows users where @command{ssh}, when
706 invoked from an @value{emacsname} buffer, tells them that it is not
707 allocating a pseudo tty.  When this happens, the login shell is wont
708 to not print any shell prompt, which confuses @value{tramp} mightily.
709 For reasons unknown, some Windows ports for @command{ssh} require the
710 doubled @samp{-t} option.
712 This supports the @samp{-p} argument.
715 @item @option{krlogin}
716 @cindex method krlogin
717 @cindex krlogin method
718 @cindex Kerberos (with krlogin method)
720 This method is also similar to @option{ssh}.  It only uses the
721 @command{krlogin -x} command to log in to the remote host.
724 @item @option{plink}
725 @cindex method plink
726 @cindex plink method
728 This method is mostly interesting for Windows users using the PuTTY
729 implementation of SSH.  It uses @samp{plink -ssh} to log in to the
730 remote host.
732 This supports the @samp{-P} argument.
734 Additionally, the methods @option{plink1} and @option{plink2} are
735 provided, which call @samp{plink -1 -ssh} or @samp{plink -2 -ssh} in
736 order to use SSH protocol version 1 or 2 explicitly.
738 CCC: Do we have to connect to the remote host once from the command
739 line to accept the SSH key?  Maybe this can be made automatic?
741 CCC: Say something about the first shell command failing.  This might
742 be due to a wrong setting of @code{tramp-rsh-end-of-line}.
745 @item @option{plinkx}
746 @cindex method plinkx
747 @cindex plinkx method
749 Another method using PuTTY on Windows.  Instead of host names, it
750 expects PuTTY session names, calling @samp{plink -load @var{session}
751 -t"}.  User names are relevant only in case the corresponding session
752 hasn't defined a user name.  Different port numbers must be defined in
753 the session.
756 @item @option{fish}
757 @cindex method fish
758 @cindex fish method
760 This is an experimental implementation of the fish protocol, known from
761 the GNU Midnight Commander or the KDE Konqueror.  @value{tramp} expects
762 the fish server implementation from the KDE kioslave.  That means, the
763 file @file{~/.fishsrv.pl} is expected to reside on the remote host.
765 The implementation lacks good performance.  The code is offered anyway,
766 maybe somebody can improve the performance.
768 @end table
771 @node External methods
772 @section External methods
773 @cindex methods, external
774 @cindex external methods
776 The external methods operate through multiple channels, using the
777 remote shell connection for many actions while delegating file
778 transfers to an external transfer utility.
780 This saves the overhead of encoding and decoding that multiplexing the
781 transfer through the one connection has with the inline methods.
783 Since external methods need their own overhead opening a new channel,
784 all files which are smaller than @var{tramp-copy-size-limit} are still
785 transferred with the corresponding inline method.  It should provide a
786 fair trade-off between both approaches.
788 @table @asis
789 @item @option{rcp}  ---  @command{rsh} and @command{rcp}
790 @cindex method rcp
791 @cindex rcp method
792 @cindex rcp (with rcp method)
793 @cindex rsh (with rcp method)
795 This method uses the @command{rsh} and @command{rcp} commands to connect
796 to the remote machine and transfer files.  This is probably the fastest
797 connection method available.
799 The alternative method @option{remcp} uses the @command{remsh} and
800 @command{rcp} commands.  It should be applied on machines where
801 @command{remsh} is used instead of @command{rsh}.
804 @item @option{scp}  ---  @command{ssh} and @command{scp}
805 @cindex method scp
806 @cindex scp method
807 @cindex scp (with scp method)
808 @cindex ssh (with scp method)
810 Using @command{ssh} to connect to the remote host and @command{scp} to
811 transfer files between the machines is the best method for securely
812 connecting to a remote machine and accessing files.
814 The performance of this option is also quite good.  It may be slower than
815 the inline methods when you often open and close small files however.
816 The cost of the cryptographic handshake at the start of an @command{scp}
817 session can begin to absorb the advantage that the lack of encoding and
818 decoding presents.
820 There are also two variants, @option{scp1} and @option{scp2}, that
821 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
822 explicitly select whether you want to use the SSH protocol version 1
823 or 2 to connect to the remote host.  (You can also specify in
824 @file{~/.ssh/config}, the SSH configuration file, which protocol
825 should be used, and use the regular @option{scp} method.)
827 Two other variants, @option{scp1_old} and @option{scp2_old}, use the
828 @command{ssh1} and @command{ssh2} commands explicitly.  If you don't
829 know what these are, you do not need these options.
831 All the @command{ssh} based methods support the @samp{-p} feature
832 where you can specify a port number to connect to in the host name.
833 For example, the host name @file{host#42} tells @value{tramp} to
834 specify @samp{-p 42} in the argument list for @command{ssh}, and to
835 specify @samp{-P 42} in the argument list for @command{scp}.
838 @item @option{sftp}  ---  @command{ssh} and @command{sftp}
839 @cindex method sftp
840 @cindex sftp method
841 @cindex sftp (with sftp method)
842 @cindex ssh (with sftp method)
844 That is mostly the same method as @option{scp}, but using
845 @command{sftp} as transfer command.  So the same remarks are valid.
847 This command does not work like @value{ftppackagename}, where
848 @command{ftp} is called interactively, and all commands are send from
849 within this session.  Instead of, @command{ssh} is used for login.
851 This method supports the @samp{-p} argument.
854 @item @option{rsync}  ---  @command{ssh} and @command{rsync}
855 @cindex method rsync
856 @cindex rsync method
857 @cindex rsync (with rsync method)
858 @cindex ssh (with rsync method)
860 Using the @command{ssh} command to connect securely to the remote
861 machine and the @command{rsync} command to transfer files is almost
862 identical to the @option{scp} method.
864 While @command{rsync} performs much better than @command{scp} when
865 transferring files that exist on both hosts, this advantage is lost if
866 the file exists only on one side of the connection.  A file can exists
867 on both the remote and local host, when you copy a file from/to a
868 remote host.  When you just open a file from the remote host (or write
869 a file there), this is not the case, because on the local side
870 temporary files are used.
872 This method supports the @samp{-p} argument.
875 @item @option{scpx} --- @command{ssh} and @command{scp}
876 @cindex method scpx
877 @cindex scpx method
878 @cindex scp (with scpx method)
879 @cindex ssh (with scpx method)
881 As you would expect, this is similar to @option{scp}, only a little
882 different.  Whereas @option{scp} opens a normal interactive shell on
883 the remote host, this option uses @samp{ssh -t -t @var{host} -l
884 @var{user} /bin/sh} to open a connection.  This is useful for users
885 where the normal login shell is set up to ask them a number of
886 questions when logging in.  This procedure avoids these questions, and
887 just gives @value{tramp} a more-or-less `standard' login shell to work
888 with.
890 This is also useful for Windows users where @command{ssh}, when
891 invoked from an @value{emacsname} buffer, tells them that it is not
892 allocating a pseudo tty.  When this happens, the login shell is wont
893 to not print any shell prompt, which confuses @value{tramp} mightily.
895 This method supports the @samp{-p} argument.
898 @item @option{scpc} --- @command{ssh} and @command{scp}
899 @cindex method scpx
900 @cindex scpx method
901 @cindex scp (with scpx method)
902 @cindex ssh (with scpx method)
904 Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
905 @option{ControlMaster}.  This allows @option{scp} to reuse an existing
906 @option{ssh} channel, which increases performance.
908 Before you use this method, you shall check whether your @option{ssh}
909 implementation does support this option.  Try from the command line
911 @example
912 ssh localhost -o ControlMaster=yes
913 @end example
915 This method supports the @samp{-p} argument.
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 This method supports the @samp{-P} argument.
933 @item @option{psftp} --- @command{plink} and @command{psftp}
934 @cindex method psftp
935 @cindex psftp method
936 @cindex psftp (with psftp method)
937 @cindex plink (with psftp method)
938 @cindex PuTTY (with psftp method)
940 As you would expect, this method is similar to @option{sftp}, but it
941 uses the @command{plink} command to connect to the remote host, and it
942 uses @command{psftp} for transferring the files.  These programs are
943 part of PuTTY, an SSH implementation for Windows.
945 This method supports the @samp{-P} argument.
948 @item @option{fcp} --- @command{fsh} and @command{fcp}
949 @cindex method fcp
950 @cindex fcp method
951 @cindex fsh (with fcp method)
952 @cindex fcp (with fcp method)
954 This method is similar to @option{scp}, but it uses the @command{fsh}
955 command to connect to the remote host, and it uses @command{fcp} for
956 transferring the files.  @command{fsh/fcp} are a front-end for
957 @command{ssh} which allow for reusing the same @command{ssh} session
958 for submitting several commands.  This avoids the startup overhead of
959 @command{scp} (which has to establish a secure connection whenever it
960 is called).  Note, however, that you can also use one of the inline
961 methods to achieve a similar effect.
963 This method uses the command @samp{fsh @var{host} -l @var{user}
964 /bin/sh -i} to establish the connection, it does not work to just say
965 @command{fsh @var{host} -l @var{user}}.
967 @cindex method fsh
968 @cindex fsh method
970 There is no inline method using @command{fsh} as the multiplexing
971 provided by the program is not very useful in our context.  @value{tramp}
972 opens just one connection to the remote host and then keeps it open,
973 anyway.
976 @item @option{ftp}
977 @cindex method ftp
978 @cindex ftp method
980 This is not a native @value{tramp} method.  Instead of, it forwards all
981 requests to @value{ftppackagename}.
982 @ifset xemacs
983 This works only for unified filenames, see @ref{Issues}.
984 @end ifset
987 @item @option{smb} --- @command{smbclient}
988 @cindex method smb
989 @cindex smb method
991 This is another not natural @value{tramp} method.  It uses the
992 @command{smbclient} command on different Unices in order to connect to
993 an SMB server.  An SMB server might be a Samba (or CIFS) server on
994 another UNIX host or, more interesting, a host running MS Windows.  So
995 far, it is tested towards MS Windows NT, MS Windows 2000, and MS
996 Windows XP.
998 The first directory in the localname must be a share name on the remote
999 host.  Remember, that the @code{$} character in which default shares
1000 usually end, must be written @code{$$} due to environment variable
1001 substitution in file names.  If no share name is given (i.e. remote
1002 directory @code{/}), all available shares are listed.
1004 Since authorization is done on share level, you will be prompted
1005 always for a password if you access another share on the same host.
1006 This can be suppressed by @ref{Password handling}.
1008 MS Windows uses for authorization both a user name and a domain name.
1009 Because of this, the @value{tramp} syntax has been extended: you can
1010 specify a user name which looks like @code{user%domain} (the real user
1011 name, then a percent sign, then the domain name).  So, to connect to
1012 the machine @code{melancholia} as user @code{daniel} of the domain
1013 @code{BIZARRE}, and edit @file{.emacs} in the home directory (share
1014 @code{daniel$}) I would specify the filename @file{@trampfn{smb,
1015 daniel%BIZARRE, melancholia, /daniel$$/.emacs}}.
1017 Depending on the Windows domain configuration, a Windows user might be
1018 considered as domain user per default.  In order to connect as local
1019 user, the WINS name of that machine must be given as domain name.
1020 Usually, it is the machine name in capital letters.  In the example
1021 above, the local user @code{daniel} would be specified as
1022 @file{@trampfn{smb, daniel%MELANCHOLIA, melancholia, /daniel$$/.emacs}}.
1024 The domain name as well as the user name are optional.  If no user
1025 name is specified at all, the anonymous user (without password
1026 prompting) is assumed.  This is different from all other @value{tramp}
1027 methods, where in such a case the local user name is taken.
1029 The @option{smb} method supports the @samp{-p} argument.
1031 @strong{Please note:} If @value{emacsname} runs locally under MS
1032 Windows, this method isn't available.  Instead of, you can use UNC
1033 file names like @file{//melancholia/daniel$$/.emacs}.  The only
1034 disadvantage is that there's no possibility to specify another user
1035 name.
1036 @end table
1039 @ifset emacsgvfs
1040 @node GVFS based methods
1041 @section GVFS based external methods
1042 @cindex methods, gvfs
1043 @cindex gvfs based methods
1044 @cindex dbus
1046 The connection methods described in this section are based on GVFS
1047 @uref{http://en.wikipedia.org/wiki/GVFS}.  Via GVFS, the remote
1048 filesystem is mounted locally through FUSE.  @value{tramp} uses
1049 internally this local mounted directory.
1051 The communication with GVFS is implemented via D-Bus messages.
1052 Therefore, your @value{emacsname} must have D-Bus integration,
1053 @pxref{Top, , D-Bus, dbus}.
1055 @table @asis
1056 @item @option{dav}
1057 @cindex method dav
1058 @cindex dav method
1060 This method provides access to WebDAV files and directories.  There
1061 exists also the external method @option{davs}, which uses SSL
1062 encryption for the access.
1064 Both methods support the port number specification as discussed above.
1066 @item @option{obex}
1067 @cindex method obex
1068 @cindex obex method
1070 OBEX is an FTP-like access protocol for simple devices, like cell
1071 phones.  Until now @value{tramp} supports only OBEX over Bluetooth.
1073 @item @option{synce}
1074 @cindex method synce
1075 @cindex synce method
1077 The @option{synce} method allows communication with Windows Mobile
1078 devices.  Beside GVFS for mounting remote files and directories via
1079 FUSE, it needs also the SYNCE-GVFS plugin.
1080 @end table
1082 @defopt tramp-gvfs-methods
1083 This customer option, a list, defines the external methods, which
1084 shall be used with GVFS.  Per default, these are @option{dav},
1085 @option{davs}, @option{obex} and @option{synce}.  Other possible
1086 values are @option{ftp}, @option{sftp} and @option{smb}.
1087 @end defopt
1088 @end ifset
1091 @ifset emacsgw
1092 @node Gateway methods
1093 @section Gateway methods
1094 @cindex methods, gateway
1095 @cindex gateway methods
1097 Gateway methods are not methods to access a remote host directly.
1098 These methods are intended to pass firewalls or proxy servers.
1099 Therefore, they can be used for proxy host declarations
1100 (@pxref{Multi-hops}) only.
1102 A gateway method must come always along with a method who supports
1103 port setting.  This is because @value{tramp} targets the accompanied
1104 method to @file{localhost#random_port}, from where the firewall or
1105 proxy server is accessed to.
1107 Gateway methods support user name and password declarations.  These
1108 are used to authenticate towards the corresponding firewall or proxy
1109 server.  They can be passed only if your friendly administrator has
1110 granted your access.
1112 @table @asis
1113 @item @option{tunnel}
1114 @cindex method tunnel
1115 @cindex tunnel method
1117 This method implements an HTTP tunnel via the @command{CONNECT}
1118 command (see RFC 2616, 2817).  Any HTTP 1.1 compliant (proxy) server
1119 shall support this command.
1121 As authentication method, only @option{Basic Authentication} (see RFC
1122 2617) is implemented so far.  If no port number is given in the
1123 declaration, port @option{8080} is used for the proxy server.
1126 @item @option{socks}
1127 @cindex method socks
1128 @cindex socks method
1130 The @command{socks} method provides access to SOCKSv5 servers (see
1131 RFC 1928).  @option{Username/Password Authentication} according to RFC
1132 1929 is supported.
1134 The default port number of the socks server is @option{1080}, if not
1135 specified otherwise.
1137 @end table
1138 @end ifset
1141 @node Default Method
1142 @section Selecting a default method
1143 @cindex default method
1145 @vindex tramp-default-method
1146 When you select an appropriate transfer method for your typical usage
1147 you should set the variable @code{tramp-default-method} to reflect that
1148 choice.  This variable controls which method will be used when a method
1149 is not specified in the @value{tramp} file name.  For example:
1151 @lisp
1152 (setq tramp-default-method "ssh")
1153 @end lisp
1155 @vindex tramp-default-method-alist
1156 You can also specify different methods for certain user/host
1157 combinations, via the variable @code{tramp-default-method-alist}.  For
1158 example, the following two lines specify to use the @option{ssh}
1159 method for all user names matching @samp{john} and the @option{rsync}
1160 method for all host names matching @samp{lily}.  The third line
1161 specifies to use the @option{su} method for the user @samp{root} on
1162 the machine @samp{localhost}.
1164 @lisp
1165 (add-to-list 'tramp-default-method-alist '("" "john" "ssh"))
1166 (add-to-list 'tramp-default-method-alist '("lily" "" "rsync"))
1167 (add-to-list 'tramp-default-method-alist
1168              '("\\`localhost\\'" "\\`root\\'" "su"))
1169 @end lisp
1171 @noindent
1172 See the documentation for the variable
1173 @code{tramp-default-method-alist} for more details.
1175 External methods are normally preferable to inline methods, giving
1176 better performance.
1178 @xref{Inline methods}.
1179 @xref{External methods}.
1181 Another consideration with the selection of transfer methods is the
1182 environment you will use them in and, especially when used over the
1183 Internet, the security implications of your preferred method.
1185 The @option{rsh} and @option{telnet} methods send your password as
1186 plain text as you log in to the remote machine, as well as
1187 transferring the files in such a way that the content can easily be
1188 read from other machines.
1190 If you need to connect to remote systems that are accessible from the
1191 Internet, you should give serious thought to using @option{ssh} based
1192 methods to connect.  These provide a much higher level of security,
1193 making it a non-trivial exercise for someone to obtain your password
1194 or read the content of the files you are editing.
1197 @subsection Which method is the right one for me?
1198 @cindex choosing the right method
1200 Given all of the above, you are probably thinking that this is all fine
1201 and good, but it's not helping you to choose a method!  Right you are.
1202 As a developer, we don't want to boss our users around but give them
1203 maximum freedom instead.  However, the reality is that some users would
1204 like to have some guidance, so here I'll try to give you this guidance
1205 without bossing you around.  You tell me whether it works @dots{}
1207 My suggestion is to use an inline method.  For large files, external
1208 methods might be more efficient, but I guess that most people will
1209 want to edit mostly small files.
1211 I guess that these days, most people can access a remote machine by
1212 using @command{ssh}.  So I suggest that you use the @option{ssh}
1213 method.  So, type @kbd{C-x C-f @trampfn{ssh, root, otherhost,
1214 /etc/motd} @key{RET}} to edit the @file{/etc/motd} file on the other
1215 host.
1217 If you can't use @option{ssh} to log in to the remote host, then
1218 select a method that uses a program that works.  For instance, Windows
1219 users might like the @option{plink} method which uses the PuTTY
1220 implementation of @command{ssh}.  Or you use Kerberos and thus like
1221 @option{krlogin}.
1223 For the special case of editing files on the local host as another
1224 user, see the @option{su} or @option{sudo} methods.  They offer
1225 shortened syntax for the @samp{root} account, like
1226 @file{@trampfn{su, , , /etc/motd}}.
1228 People who edit large files may want to consider @option{scpc} instead
1229 of @option{ssh}, or @option{pscp} instead of @option{plink}.  These
1230 external methods are faster than inline methods for large files.
1231 Note, however, that external methods suffer from some limitations.
1232 Please try first whether you really get a noticeable speed advantage
1233 from using an external method!  Maybe even for large files, inline
1234 methods are fast enough.
1237 @node Default User
1238 @section Selecting a default user
1239 @cindex default user
1241 The user part of a @value{tramp} file name can be omitted.  Usually,
1242 it is replaced by the user name you are logged in.  Often, this is not
1243 what you want.  A typical use of @value{tramp} might be to edit some
1244 files with root permissions on the local host.  This case, you should
1245 set the variable @code{tramp-default-user} to reflect that choice.
1246 For example:
1248 @lisp
1249 (setq tramp-default-user "root")
1250 @end lisp
1252 @code{tramp-default-user} is regarded as obsolete, and will be removed
1253 soon.
1255 @vindex tramp-default-user-alist
1256 You can also specify different users for certain method/host
1257 combinations, via the variable @code{tramp-default-user-alist}.  For
1258 example, if you always have to use the user @samp{john} in the domain
1259 @samp{somewhere.else}, you can specify the following:
1261 @lisp
1262 (add-to-list 'tramp-default-user-alist
1263              '("ssh" ".*\\.somewhere\\.else\\'" "john"))
1264 @end lisp
1266 @noindent
1267 See the documentation for the variable
1268 @code{tramp-default-user-alist} for more details.
1270 One trap to fall in must be known.  If @value{tramp} finds a default
1271 user, this user will be passed always to the connection command as
1272 parameter (for example @samp{ssh here.somewhere.else -l john}.  If you
1273 have specified another user for your command in its configuration
1274 files, @value{tramp} cannot know it, and the remote access will fail.
1275 If you have specified in the given example in @file{~/.ssh/config} the
1276 lines
1278 @example
1279 Host here.somewhere.else
1280      User lily
1281 @end example
1283 @noindent
1284 than you must discard selecting a default user by @value{tramp}.  This
1285 will be done by setting it to @code{nil} (or @samp{lily}, likewise):
1287 @lisp
1288 (add-to-list 'tramp-default-user-alist
1289              '("ssh" "\\`here\\.somewhere\\.else\\'" nil))
1290 @end lisp
1292 The last entry in @code{tramp-default-user-alist} could be your
1293 default user you'll apply predominantly.  You shall @emph{append} it
1294 to that list at the end:
1296 @lisp
1297 (add-to-list 'tramp-default-user-alist '(nil nil "jonas") t)
1298 @end lisp
1301 @node Default Host
1302 @section Selecting a default host
1303 @cindex default host
1305 @vindex tramp-default-host
1306 Finally, it is even possible to omit the host name part of a
1307 @value{tramp} file name.  This case, the value of the variable
1308 @code{tramp-default-host} is used.  Per default, it is initialized
1309 with the host name your local @value{emacsname} is running.
1311 If you, for example, use @value{tramp} mainly to contact the host
1312 @samp{target} as user @samp{john}, you can specify:
1314 @lisp
1315 (setq tramp-default-user "john"
1316       tramp-default-host "target")
1317 @end lisp
1319 Then the simple file name @samp{@trampfn{ssh, , ,}} will connect you
1320 to John's home directory on target.
1321 @ifset emacs
1322 Note, however, that the most simplification @samp{/::} won't work,
1323 because @samp{/:} is the prefix for quoted file names.
1324 @end ifset
1327 @node Multi-hops
1328 @section Connecting to a remote host using multiple hops
1329 @cindex multi-hop
1330 @cindex proxy hosts
1332 Sometimes, the methods described before are not sufficient.  Sometimes,
1333 it is not possible to connect to a remote host using a simple command.
1334 For example, if you are in a secured network, you might have to log in
1335 to a `bastion host' first before you can connect to the outside world.
1336 Of course, the target host may also require a bastion host.
1338 @vindex tramp-default-proxies-alist
1339 In order to specify such multiple hops, it is possible to define a proxy
1340 host to pass through, via the variable
1341 @code{tramp-default-proxies-alist}.  This variable keeps a list of
1342 triples (@var{host} @var{user} @var{proxy}).
1344  The first matching item specifies the proxy host to be passed for a
1345 file name located on a remote target matching @var{user}@@@var{host}.
1346 @var{host} and @var{user} are regular expressions or @code{nil}, which
1347 is interpreted as a regular expression which always matches.
1349 @var{proxy} must be a Tramp filename which localname part is ignored.
1350 Method and user name on @var{proxy} are optional, which is interpreted
1351 with the default values.
1352 @ifset emacsgw
1353 The method must be an inline or gateway method (@pxref{Inline
1354 methods}, @pxref{Gateway methods}).
1355 @end ifset
1356 @ifclear emacsgw
1357 The method must be an inline method (@pxref{Inline methods}).
1358 @end ifclear
1359 If @var{proxy} is @code{nil}, no additional hop is required reaching
1360 @var{user}@@@var{host}.
1362 If you, for example, must pass the host @samp{bastion.your.domain} as
1363 user @samp{bird} for any remote host which is not located in your local
1364 domain, you can set
1366 @lisp
1367 (add-to-list 'tramp-default-proxies-alist
1368              '("\\." nil "@trampfn{ssh, bird, bastion.your.domain,}"))
1369 (add-to-list 'tramp-default-proxies-alist
1370              '("\\.your\\.domain\\'" nil nil))
1371 @end lisp
1373 Please note the order of the code.  @code{add-to-list} adds elements at the
1374 beginning of a list.  Therefore, most relevant rules must be added last.
1376 Proxy hosts can be cascaded.  If there is another host called
1377 @samp{jump.your.domain}, which is the only one in your local domain who
1378 is allowed connecting @samp{bastion.your.domain}, you can add another
1379 rule:
1381 @lisp
1382 (add-to-list 'tramp-default-proxies-alist
1383              '("\\`bastion\\.your\\.domain\\'"
1384                "\\`bird\\'"
1385                "@trampfn{ssh, , jump.your.domain,}"))
1386 @end lisp
1388 @var{proxy} can contain the patterns @code{%h} or @code{%u}.  These
1389 patterns are replaced by the strings matching @var{host} or
1390 @var{user}, respectively.
1392 If you, for example, wants to work as @samp{root} on hosts in the
1393 domain @samp{your.domain}, but login as @samp{root} is disabled for
1394 non-local access, you might add the following rule:
1396 @lisp
1397 (add-to-list 'tramp-default-proxies-alist
1398              '("\\.your\\.domain\\'" "\\`root\\'" "@trampfn{ssh, , %h,}"))
1399 @end lisp
1401 Opening @file{@trampfn{sudo, , randomhost.your.domain,}} would connect
1402 first @samp{randomhost.your.domain} via @code{ssh} under your account
1403 name, and perform @code{sudo -u root} on that host afterwards.  It is
1404 important to know that the given method is applied on the host which
1405 has been reached so far.  @code{sudo -u root}, applied on your local
1406 host, wouldn't be useful here.
1408 @var{host}, @var{user} and @var{proxy} can also be Lisp forms.  These
1409 forms are evaluated, and must return a string, or @code{nil}.  The
1410 previous example could be generalized then: For all hosts except my
1411 local one connect via @code{ssh} first, and apply @code{sudo -u root}
1412 afterwards:
1414 @lisp
1415 (add-to-list 'tramp-default-proxies-alist
1416              '(nil "\\`root\\'" "@trampfn{ssh, , %h,}"))
1417 (add-to-list 'tramp-default-proxies-alist
1418              '((regexp-quote (system-name)) nil nil))
1419 @end lisp
1421 This is the recommended configuration to work as @samp{root} on remote
1422 Ubuntu hosts.
1424 @ifset emacsgw
1425 Finally, @code{tramp-default-proxies-alist} can be used to pass
1426 firewalls or proxy servers.  Imagine your local network has a host
1427 @samp{proxy.your.domain} which is used on port 3128 as HTTP proxy to
1428 the outer world.  Your friendly administrator has granted you access
1429 under your user name to @samp{host.other.domain} on that proxy
1430 server.@footnote{HTTP tunnels are intended for secure SSL/TLS
1431 communication.  Therefore, many proxy server restrict the tunnels to
1432 related target ports.  You might need to run your ssh server on your
1433 target host @samp{host.other.domain} on such a port, like 443 (https).
1434 See @uref{http://savannah.gnu.org/maintenance/CvsFromBehindFirewall}
1435 for discussion of ethical issues.}  You would need to add the
1436 following rule:
1438 @lisp
1439 (add-to-list 'tramp-default-proxies-alist
1440              '("\\`host\\.other\\.domain\\'" nil
1441                "@trampfn{tunnel, , proxy.your.domain#3128,}"))
1442 @end lisp
1444 Gateway methods can be declared as first hop only in a multiple hop
1445 chain.
1446 @end ifset
1449 @node Customizing Methods
1450 @section Using Non-Standard Methods
1451 @cindex customizing methods
1452 @cindex using non-standard methods
1453 @cindex create your own methods
1455 There is a variable @code{tramp-methods} which you can change if the
1456 predefined methods don't seem right.
1458 For the time being, I'll refer you to the Lisp documentation of that
1459 variable, accessible with @kbd{C-h v tramp-methods @key{RET}}.
1462 @node Customizing Completion
1463 @section Selecting config files for user/host name completion
1464 @cindex customizing completion
1465 @cindex selecting config files
1466 @vindex tramp-completion-function-alist
1468 The variable @code{tramp-completion-function-alist} is intended to
1469 customize which files are taken into account for user and host name
1470 completion (@pxref{Filename completion}).  For every method, it keeps
1471 a set of configuration files, accompanied by a Lisp function able to
1472 parse that file.  Entries in @code{tramp-completion-function-alist}
1473 have the form (@var{method} @var{pair1} @var{pair2} ...).
1475 Each @var{pair} is composed of (@var{function} @var{file}).
1476 @var{function} is responsible to extract user names and host names
1477 from @var{file} for completion.  There are two functions which access
1478 this variable:
1480 @defun tramp-get-completion-function method
1481 This function returns the list of completion functions for @var{method}.
1483 Example:
1484 @example
1485 (tramp-get-completion-function "rsh")
1487      @result{} ((tramp-parse-rhosts "/etc/hosts.equiv")
1488          (tramp-parse-rhosts "~/.rhosts"))
1489 @end example
1490 @end defun
1492 @defun tramp-set-completion-function method function-list
1493 This function sets @var{function-list} as list of completion functions
1494 for @var{method}.
1496 Example:
1497 @example
1498 (tramp-set-completion-function "ssh"
1499  '((tramp-parse-sconfig "/etc/ssh_config")
1500    (tramp-parse-sconfig "~/.ssh/config")))
1502      @result{} ((tramp-parse-sconfig "/etc/ssh_config")
1503          (tramp-parse-sconfig "~/.ssh/config"))
1504 @end example
1505 @end defun
1507 The following predefined functions parsing configuration files exist:
1509 @table @asis
1510 @item @code{tramp-parse-rhosts}
1511 @findex tramp-parse-rhosts
1513 This function parses files which are syntactical equivalent to
1514 @file{~/.rhosts}.  It returns both host names and user names, if
1515 specified.
1517 @item @code{tramp-parse-shosts}
1518 @findex tramp-parse-shosts
1520 This function parses files which are syntactical equivalent to
1521 @file{~/.ssh/known_hosts}.  Since there are no user names specified
1522 in such files, it can return host names only.
1524 @item @code{tramp-parse-sconfig}
1525 @findex tramp-parse-shosts
1527 This function returns the host nicknames defined by @code{Host} entries
1528 in @file{~/.ssh/config} style files.
1530 @item @code{tramp-parse-shostkeys}
1531 @findex tramp-parse-shostkeys
1533 SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1534 @file{~/ssh2/hostkeys/*}.  Hosts are coded in file names
1535 @file{hostkey_@var{portnumber}_@var{host-name}.pub}.  User names
1536 are always @code{nil}.
1538 @item @code{tramp-parse-sknownhosts}
1539 @findex tramp-parse-shostkeys
1541 Another SSH2 style parsing of directories like
1542 @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}.  This
1543 case, hosts names are coded in file names
1544 @file{@var{host-name}.@var{algorithm}.pub}.  User names are always @code{nil}.
1546 @item @code{tramp-parse-hosts}
1547 @findex tramp-parse-hosts
1549 A function dedicated to @file{/etc/hosts} style files.  It returns
1550 host names only.
1552 @item @code{tramp-parse-passwd}
1553 @findex tramp-parse-passwd
1555 A function which parses @file{/etc/passwd} like files.  Obviously, it
1556 can return user names only.
1558 @item @code{tramp-parse-netrc}
1559 @findex tramp-parse-netrc
1561 Finally, a function which parses @file{~/.netrc} like files.
1562 @end table
1564 If you want to keep your own data in a file, with your own structure,
1565 you might provide such a function as well.  This function must meet
1566 the following conventions:
1568 @defun my-tramp-parse file
1569 @var{file} must be either a file name on your host, or @code{nil}.
1570 The function must return a list of (@var{user} @var{host}), which are
1571 taken as candidates for user and host name completion.
1573 Example:
1574 @example
1575 (my-tramp-parse "~/.my-tramp-hosts")
1577      @result{} ((nil "toto") ("daniel" "melancholia"))
1578 @end example
1579 @end defun
1582 @node Password handling
1583 @section Reusing passwords for several connections.
1584 @cindex passwords
1586 Sometimes it is necessary to connect to the same remote host several
1587 times.  Reentering passwords again and again would be annoying, when
1588 the chosen method does not support access without password prompt
1589 through own configuration.
1591 The best recommendation is to use the method's own mechanism for
1592 password handling. Consider @command{ssh-agent} for @option{ssh}-like
1593 methods, or @command{pageant} for @option{plink}-like methods.
1595 However, if you cannot apply such native password handling,
1596 @value{tramp} offers altenatives.
1599 @anchor{auth-sources}
1600 @subsection Using an authentication file
1602 @vindex auth-sources
1603 The package @file{auth-source.el}, originally developed in No Gnus,
1604 offers the possibility to read passwords from a file, like FTP does it
1605 from @file{~/.netrc}.  The default authentication file is
1606 @file{~/.authinfo.gpg}, this can be changed via the variable
1607 @code{auth-sources}.
1609 @noindent
1610 A typical entry in the authentication file would be
1612 @example
1613 machine melancholia port scp login daniel password geheim
1614 @end example
1616 The port can be any @value{tramp} method (@pxref{Inline methods},
1617 @pxref{External methods}), to match only this method.  When you omit
1618 the port, you match all @value{tramp} methods.
1621 @anchor{password-cache}
1622 @subsection Caching passwords
1624 If there is no authentication file, @value{tramp} caches the passwords
1625 entered by you.  They will be reused next time if a connection needs
1626 them for the same user name and host name, independently of the
1627 connection method.
1629 @vindex password-cache-expiry
1630 Passwords are not saved permanently, that means the password caching
1631 is limited to the lifetime of your @value{emacsname} session.  You
1632 can influence the lifetime of password caching by customizing the
1633 variable @code{password-cache-expiry}.  The value is the number of
1634 seconds how long passwords are cached.  Setting it to @code{nil}
1635 disables the expiration.
1637 @vindex password-cache
1638 If you don't like this feature for security reasons, password caching
1639 can be disabled totally by customizing the variable
1640 @code{password-cache} (setting it to @code{nil}).
1642 Implementation Note: password caching is based on the package
1643 @file{password-cache.el}.  For the time being, it is activated only
1644 when this package is seen in the @code{load-path} while loading
1645 @value{tramp}.
1646 @ifset installchapter
1647 If you don't use No Gnus, you can take @file{password.el} from the
1648 @value{tramp} @file{contrib} directory, see @ref{Installation
1649 parameters}.
1650 @end ifset
1653 @node Connection caching
1654 @section Reusing connection related information.
1655 @cindex caching
1657 @vindex tramp-persistency-file-name
1658 In order to reduce initial connection time, @value{tramp} stores
1659 connection related information persistently.  The variable
1660 @code{tramp-persistency-file-name} keeps the file name where these
1661 information are written.  Its default value is
1662 @ifset emacs
1663 @file{~/.emacs.d/tramp}.
1664 @end ifset
1665 @ifset xemacs
1666 @file{~/.xemacs/tramp}.
1667 @end ifset
1668 It is recommended to choose a local file name.
1670 @value{tramp} reads this file during startup, and writes it when
1671 exiting @value{emacsname}.  You can simply remove this file if
1672 @value{tramp} shall be urged to recompute these information next
1673 @value{emacsname} startup time.
1675 Using such persistent information can be disabled by setting
1676 @code{tramp-persistency-file-name} to @code{nil}.
1678 Once consequence of reusing connection related information is that
1679 @var{tramp} needs to distinguish hosts.  If you, for example, run a
1680 local @code{sshd} on port 3001, which tunnels @command{ssh} to another
1681 host, you could access both @file{@trampfn{ssh, , localhost,}} and
1682 @file{@trampfn{ssh, , localhost#3001,}}.  @var{tramp} would use the
1683 same host related information (like paths, Perl variants, etc) for
1684 both connections, although the information is valid only for one of
1685 them.
1687 In order to avoid trouble, you must use another host name for one of
1688 the connections, like introducing a @option{Host} section in
1689 @file{~/.ssh/config} (@pxref{Frequently Asked Questions}) or applying
1690 multiple hops (@pxref{Multi-hops}).
1692 When @value{tramp} detects a changed operating system version on a
1693 remote host (via the command @command{uname -sr}), it flushes all
1694 connection related information for this host, and opens the
1695 connection, again.
1698 @node Remote Programs
1699 @section How @value{tramp} finds and uses programs on the remote machine.
1701 @value{tramp} depends on a number of programs on the remote host in order to
1702 function, including @command{ls}, @command{test}, @command{find} and
1703 @command{cat}.
1705 In addition to these required tools, there are various tools that may be
1706 required based on the connection method.  See @ref{Inline methods} and
1707 @ref{External methods} for details on these.
1709 Certain other tools, such as @command{perl} (or @command{perl5}) and
1710 @command{grep} will be used if they can be found.  When they are
1711 available, they are used to improve the performance and accuracy of
1712 remote file access.
1714 @vindex tramp-remote-path
1715 @vindex tramp-default-remote-path
1716 @vindex tramp-own-remote-path
1717 @defopt tramp-remote-path
1718 When @value{tramp} connects to the remote machine, it searches for the
1719 programs that it can use.  The variable @code{tramp-remote-path}
1720 controls the directories searched on the remote machine.
1722 By default, this is set to a reasonable set of defaults for most
1723 machines.  The symbol @code{tramp-default-remote-path} is a place
1724 holder, it is replaced by the list of directories received via the
1725 command @command{getconf PATH} on your remote machine.  For example,
1726 on GNU Debian this is @file{/bin:/usr/bin}, whereas on Solaris this is
1727 @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}.  It is
1728 recommended to apply this symbol on top of @code{tramp-remote-path}.
1730 It is possible, however, that your local (or remote ;) system
1731 administrator has put the tools you want in some obscure local
1732 directory.
1734 In this case, you can still use them with @value{tramp}.  You simply
1735 need to add code to your @file{.emacs} to add the directory to the
1736 remote path.  This will then be searched by @value{tramp} when you
1737 connect and the software found.
1739 To add a directory to the remote search path, you could use code such
1742 @lisp
1743 @i{;; We load @value{tramp} to define the variable.}
1744 (require 'tramp)
1745 @i{;; We have @command{perl} in "/usr/local/perl/bin"}
1746 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
1747 @end lisp
1749 Another possibility is to reuse the path settings of your remote
1750 account, when you log in.  Usually, these settings are overwritten,
1751 because they might not be useful for @value{tramp}.  The place holder
1752 @code{tramp-own-remote-path} preserves these settings.  You can
1753 activate it via
1755 @lisp
1756 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
1757 @end lisp
1758 @end defopt
1760 @value{tramp} caches several information, like the Perl binary
1761 location.  The changed remote search path wouldn't affect these
1762 settings.  In order to force @value{tramp} to recompute these values,
1763 you must exit @value{emacsname}, remove your persistency file
1764 (@pxref{Connection caching}), and restart @value{emacsname}.
1767 @node Remote shell setup
1768 @section Remote shell setup hints
1769 @cindex remote shell setup
1770 @cindex @file{.profile} file
1771 @cindex @file{.login} file
1772 @cindex shell init files
1774 As explained in the @ref{Overview} section, @value{tramp} connects to the
1775 remote host and talks to the shell it finds there.  Of course, when you
1776 log in, the shell executes its init files.  Suppose your init file
1777 requires you to enter the birth date of your mother; clearly @value{tramp}
1778 does not know this and hence fails to log you in to that host.
1780 There are different possible strategies for pursuing this problem.  One
1781 strategy is to enable @value{tramp} to deal with all possible situations.
1782 This is a losing battle, since it is not possible to deal with
1783 @emph{all} situations.  The other strategy is to require you to set up
1784 the remote host such that it behaves like @value{tramp} expects.  This might
1785 be inconvenient because you have to invest a lot of effort into shell
1786 setup before you can begin to use @value{tramp}.
1788 The package, therefore, pursues a combined approach.  It tries to
1789 figure out some of the more common setups, and only requires you to
1790 avoid really exotic stuff.  For example, it looks through a list of
1791 directories to find some programs on the remote host.  And also, it
1792 knows that it is not obvious how to check whether a file exists, and
1793 therefore it tries different possibilities.  (On some hosts and
1794 shells, the command @command{test -e} does the trick, on some hosts
1795 the shell builtin doesn't work but the program @command{/usr/bin/test
1796 -e} or @command{/bin/test -e} works.  And on still other hosts,
1797 @command{ls -d} is the right way to do this.)
1799 Below you find a discussion of a few things that @value{tramp} does not deal
1800 with, and that you therefore have to set up correctly.
1802 @table @asis
1803 @item @var{shell-prompt-pattern}
1804 @vindex shell-prompt-pattern
1806 After logging in to the remote host, @value{tramp} has to wait for the remote
1807 shell startup to finish before it can send commands to the remote
1808 shell.  The strategy here is to wait for the shell prompt.  In order to
1809 recognize the shell prompt, the variable @code{shell-prompt-pattern} has
1810 to be set correctly to recognize the shell prompt on the remote host.
1812 Note that @value{tramp} requires the match for @code{shell-prompt-pattern}
1813 to be at the end of the buffer.  Many people have something like the
1814 following as the value for the variable: @code{"^[^>$][>$] *"}.  Now
1815 suppose your shell prompt is @code{a <b> c $ }.  In this case,
1816 @value{tramp} recognizes the @code{>} character as the end of the prompt,
1817 but it is not at the end of the buffer.
1819 @item @var{tramp-shell-prompt-pattern}
1820 @vindex tramp-shell-prompt-pattern
1822 This regular expression is used by @value{tramp} in the same way as
1823 @code{shell-prompt-pattern}, to match prompts from the remote shell.
1824 This second variable exists because the prompt from the remote shell
1825 might be different from the prompt from a local shell --- after all,
1826 the whole point of @value{tramp} is to log in to remote hosts as a
1827 different user.  The default value of
1828 @code{tramp-shell-prompt-pattern} is the same as the default value of
1829 @code{shell-prompt-pattern}, which is reported to work well in many
1830 circumstances.
1832 @item @var{tramp-password-prompt-regexp}
1833 @vindex tramp-password-prompt-regexp
1834 @vindex tramp-wrong-passwd-regexp
1836 During login, @value{tramp} might be forced to enter a password or a
1837 passphrase.  The difference between both is that a password is
1838 requested from the shell on the remote host, while a passphrase is
1839 needed for accessing local authentication information, like your ssh
1840 key.
1842 @var{tramp-password-prompt-regexp} handles the detection of such
1843 requests for English environments.  When you use another localization
1844 of your (local or remote) host, you might need to adapt this. Example:
1846 @lisp
1847 (setq
1848   tramp-password-prompt-regexp
1849     (concat
1850       "^.*"
1851       (regexp-opt
1852         '("passphrase" "Passphrase"
1853           ;; English
1854           "password" "Password"
1855           ;; Deutsch
1856           "passwort" "Passwort"
1857           ;; Fran@,{c}ais
1858           "mot de passe" "Mot de passe") t)
1859       ".*:\0? *"))
1860 @end lisp
1862 In parallel, it might also be necessary to adapt
1863 @var{tramp-wrong-passwd-regexp}.
1865 @item @command{tset} and other questions
1866 @cindex Unix command tset
1867 @cindex tset Unix command
1869 Some people invoke the @command{tset} program from their shell startup
1870 scripts which asks the user about the terminal type of the shell.
1871 Maybe some shells ask other questions when they are started.
1872 @value{tramp} does not know how to answer these questions.  There are
1873 two approaches for dealing with this problem.  One approach is to take
1874 care that the shell does not ask any questions when invoked from
1875 @value{tramp}.  You can do this by checking the @code{TERM}
1876 environment variable, it will be set to @code{dumb} when connecting.
1878 @vindex tramp-terminal-type
1879 The variable @code{tramp-terminal-type} can be used to change this value
1880 to @code{dumb}.
1882 @vindex tramp-actions-before-shell
1883 The other approach is to teach @value{tramp} about these questions.  See
1884 the variable @code{tramp-actions-before-shell}.  Example:
1886 @lisp
1887 (defconst my-tramp-prompt-regexp
1888   (concat (regexp-opt '("Enter the birth date of your mother:") t)
1889           "\\s-*")
1890   "Regular expression matching my login prompt question.")
1892 (defun my-tramp-action (proc vec)
1893   "Enter \"19000101\" in order to give a correct answer."
1894   (save-window-excursion
1895     (with-current-buffer (tramp-get-connection-buffer vec)
1896       (tramp-message vec 6 "\n%s" (buffer-string))
1897       (tramp-send-string vec "19000101"))))
1899 (add-to-list 'tramp-actions-before-shell
1900              '(my-tramp-prompt-regexp my-tramp-action))
1901 @end lisp
1904 @item Environment variables named like users in @file{.profile}
1906 If you have a user named frumple and set the variable @code{FRUMPLE} in
1907 your shell environment, then this might cause trouble.  Maybe rename
1908 the variable to @code{FRUMPLE_DIR} or the like.
1910 This weird effect was actually reported by a @value{tramp} user!
1913 @item Non-Bourne commands in @file{.profile}
1915 After logging in to the remote host, @value{tramp} issues the command
1916 @command{exec /bin/sh}.  (Actually, the command is slightly
1917 different.)  When @command{/bin/sh} is executed, it reads some init
1918 files, such as @file{~/.shrc} or @file{~/.profile}.
1920 Now, some people have a login shell which is not @code{/bin/sh} but a
1921 Bourne-ish shell such as bash or ksh.  Some of these people might put
1922 their shell setup into the files @file{~/.shrc} or @file{~/.profile}.
1923 This way, it is possible for non-Bourne constructs to end up in those
1924 files.  Then, @command{exec /bin/sh} might cause the Bourne shell to
1925 barf on those constructs.
1927 As an example, imagine somebody putting @command{export FOO=bar} into
1928 the file @file{~/.profile}.  The standard Bourne shell does not
1929 understand this syntax and will emit a syntax error when it reaches
1930 this line.
1932 Another example is the tilde (@code{~}) character, say when adding
1933 @file{~/bin} to @code{$PATH}.  Many Bourne shells will not expand this
1934 character, and since there is usually no directory whose name consists
1935 of the single character tilde, strange things will happen.
1937 What can you do about this?
1939 Well, one possibility is to make sure that everything in
1940 @file{~/.shrc} and @file{~/.profile} on all remote hosts is
1941 Bourne-compatible.  In the above example, instead of @command{export
1942 FOO=bar}, you might use @command{FOO=bar; export FOO} instead.
1944 The other possibility is to put your non-Bourne shell setup into some
1945 other files.  For example, bash reads the file @file{~/.bash_profile}
1946 instead of @file{~/.profile}, if the former exists.  So bash
1947 aficionados just rename their @file{~/.profile} to
1948 @file{~/.bash_profile} on all remote hosts, and Bob's your uncle.
1950 The @value{tramp} developers would like to circumvent this problem, so
1951 if you have an idea about it, please tell us.  However, we are afraid
1952 it is not that simple: before saying @command{exec /bin/sh},
1953 @value{tramp} does not know which kind of shell it might be talking
1954 to.  It could be a Bourne-ish shell like ksh or bash, or it could be a
1955 csh derivative like tcsh, or it could be zsh, or even rc.  If the
1956 shell is Bourne-ish already, then it might be prudent to omit the
1957 @command{exec /bin/sh} step.  But how to find out if the shell is
1958 Bourne-ish?
1960 @end table
1963 @node Auto-save and Backup
1964 @section Auto-save and Backup configuration
1965 @cindex auto-save
1966 @cindex backup
1967 @ifset emacs
1968 @vindex backup-directory-alist
1969 @end ifset
1970 @ifset xemacs
1971 @vindex bkup-backup-directory-info
1972 @end ifset
1974 Normally, @value{emacsname} writes backup files to the same directory
1975 as the original files, but this behavior can be changed via the
1976 variable
1977 @ifset emacs
1978 @code{backup-directory-alist}.
1979 @end ifset
1980 @ifset xemacs
1981 @code{bkup-backup-directory-info}.
1982 @end ifset
1983 In connection with @value{tramp}, this can have unexpected side
1984 effects.  Suppose that you specify that all backups should go to the
1985 directory @file{~/.emacs.d/backups/}, and then you edit the file
1986 @file{@trampfn{su, root, localhost, /etc/secretfile}}.  The effect is
1987 that the backup file will be owned by you and not by root, thus
1988 possibly enabling others to see it even if they were not intended to
1989 see it.
1991 When
1992 @ifset emacs
1993 @code{backup-directory-alist}
1994 @end ifset
1995 @ifset xemacs
1996 @code{bkup-backup-directory-info}
1997 @end ifset
1998 is @code{nil} (the default), such problems do not occur.
2000 Therefore, it is useful to set special values for @value{tramp}
2001 files.  For example, the following statement effectively `turns off'
2002 the effect of
2003 @ifset emacs
2004 @code{backup-directory-alist}
2005 @end ifset
2006 @ifset xemacs
2007 @code{bkup-backup-directory-info}
2008 @end ifset
2009 for @value{tramp} files:
2011 @ifset emacs
2012 @lisp
2013 (add-to-list 'backup-directory-alist
2014              (cons tramp-file-name-regexp nil))
2015 @end lisp
2016 @end ifset
2017 @ifset xemacs
2018 @lisp
2019 (require 'backup-dir)
2020 (add-to-list 'bkup-backup-directory-info
2021              (list tramp-file-name-regexp ""))
2022 @end lisp
2023 @end ifset
2025 Another possibility is to use the @value{tramp} variable
2026 @ifset emacs
2027 @code{tramp-backup-directory-alist}.
2028 @end ifset
2029 @ifset xemacs
2030 @code{tramp-bkup-backup-directory-info}.
2031 @end ifset
2032 This variable has the same meaning like
2033 @ifset emacs
2034 @code{backup-directory-alist}.
2035 @end ifset
2036 @ifset xemacs
2037 @code{bkup-backup-directory-info}.
2038 @end ifset
2039 If a @value{tramp} file is backed up, and DIRECTORY is an absolute
2040 local file name, DIRECTORY is prepended with the @value{tramp} file
2041 name prefix of the file to be backed up.
2043 @noindent
2044 Example:
2046 @ifset emacs
2047 @lisp
2048 (add-to-list 'backup-directory-alist
2049              (cons "." "~/.emacs.d/backups/"))
2050 (setq tramp-backup-directory-alist backup-directory-alist)
2051 @end lisp
2052 @end ifset
2053 @ifset xemacs
2054 @lisp
2055 (require 'backup-dir)
2056 (add-to-list 'bkup-backup-directory-info
2057              (list "." "~/.emacs.d/backups/" 'full-path))
2058 (setq tramp-bkup-backup-directory-info bkup-backup-directory-info)
2059 @end lisp
2060 @end ifset
2062 @noindent
2063 The backup file name of @file{@trampfn{su, root, localhost,
2064 /etc/secretfile}} would be
2065 @ifset emacs
2066 @file{@trampfn{su, root, localhost,
2067 ~/.emacs.d/backups/!su:root@@localhost:!etc!secretfile~}}
2068 @end ifset
2069 @ifset xemacs
2070 @file{@trampfn{su, root, localhost,
2071 ~/.emacs.d/backups/![su!root@@localhost]!etc!secretfile~}}
2072 @end ifset
2074 The same problem can happen with auto-saving files.
2075 @ifset emacs
2076 Since @value{emacsname} 21, the variable
2077 @code{auto-save-file-name-transforms} keeps information, on which
2078 directory an auto-saved file should go.  By default, it is initialized
2079 for @value{tramp} files to the local temporary directory.
2081 On some versions of @value{emacsname}, namely the version built for
2082 Debian GNU/Linux, the variable @code{auto-save-file-name-transforms}
2083 contains the directory where @value{emacsname} was built.  A
2084 workaround is to manually set the variable to a sane value.
2086 If auto-saved files should go into the same directory as the original
2087 files, @code{auto-save-file-name-transforms} should be set to @code{nil}.
2089 Another possibility is to set the variable
2090 @code{tramp-auto-save-directory} to a proper value.
2091 @end ifset
2092 @ifset xemacs
2093 For this purpose you can set the variable @code{auto-save-directory}
2094 to a proper value.
2095 @end ifset
2098 @node Windows setup hints
2099 @section Issues with Cygwin ssh
2100 @cindex Cygwin, issues
2102 This section needs a lot of work!  Please help.
2104 @cindex method sshx with Cygwin
2105 @cindex sshx method with Cygwin
2106 The recent Cygwin installation of @command{ssh} works only with a
2107 Cygwinized @value{emacsname}.  You can check it by typing @kbd{M-x
2108 eshell}, and starting @kbd{ssh test.machine}.  The problem is evident
2109 if you see a message like this:
2111 @example
2112 Pseudo-terminal will not be allocated because stdin is not a terminal.
2113 @end example
2115 Older @command{ssh} versions of Cygwin are told to cooperate with
2116 @value{tramp} selecting @option{sshx} as the connection method.  You
2117 can find information about setting up Cygwin in their FAQ at
2118 @uref{http://cygwin.com/faq/}.
2120 @cindex method scpx with Cygwin
2121 @cindex scpx method with Cygwin
2122 If you wish to use the @option{scpx} connection method, then you might
2123 have the problem that @value{emacsname} calls @command{scp} with a
2124 Windows filename such as @code{c:/foo}.  The Cygwin version of
2125 @command{scp} does not know about Windows filenames and interprets
2126 this as a remote filename on the host @code{c}.
2128 One possible workaround is to write a wrapper script for @option{scp}
2129 which converts the Windows filename to a Cygwinized filename.
2131 @cindex Cygwin and ssh-agent
2132 @cindex SSH_AUTH_SOCK and @value{emacsname} on Windows
2133 If you want to use either @option{ssh} based method on Windows, then
2134 you might encounter problems with @command{ssh-agent}.  Using this
2135 program, you can avoid typing the pass-phrase every time you log in.
2136 However, if you start @value{emacsname} from a desktop shortcut, then
2137 the environment variable @code{SSH_AUTH_SOCK} is not set and so
2138 @value{emacsname} and thus @value{tramp} and thus @command{ssh} and
2139 @command{scp} started from @value{tramp} cannot communicate with
2140 @command{ssh-agent}.  It works better to start @value{emacsname} from
2141 the shell.
2143 If anyone knows how to start @command{ssh-agent} under Windows in such a
2144 way that desktop shortcuts can profit, please holler.  I don't really
2145 know anything at all about Windows@dots{}
2148 @node Usage
2149 @chapter Using @value{tramp}
2150 @cindex using @value{tramp}
2152 Once you have installed @value{tramp} it will operate fairly
2153 transparently.  You will be able to access files on any remote machine
2154 that you can log in to as though they were local.
2156 Files are specified to @value{tramp} using a formalized syntax specifying the
2157 details of the system to connect to.  This is similar to the syntax used
2158 by the @value{ftppackagename} package.
2160 @cindex type-ahead
2161 Something that might happen which surprises you is that
2162 @value{emacsname} remembers all your keystrokes, so if you see a
2163 password prompt from @value{emacsname}, say, and hit @kbd{@key{RET}}
2164 twice instead of once, then the second keystroke will be processed by
2165 @value{emacsname} after @value{tramp} has done its thing.  Why, this
2166 type-ahead is normal behavior, you say.  Right you are, but be aware
2167 that opening a remote file might take quite a while, maybe half a
2168 minute when a connection needs to be opened.  Maybe after half a
2169 minute you have already forgotten that you hit that key!
2171 @menu
2172 * Filename Syntax::             @value{tramp} filename conventions.
2173 * Alternative Syntax::          URL-like filename syntax.
2174 * Filename completion::         Filename completion.
2175 * Remote processes::            Integration with other @value{emacsname} packages.
2176 * Cleanup remote connections::  Cleanup remote connections.
2177 @end menu
2180 @node Filename Syntax
2181 @section @value{tramp} filename conventions
2182 @cindex filename syntax
2183 @cindex filename examples
2185 To access the file @var{localname} on the remote machine @var{machine}
2186 you would specify the filename @file{@trampfn{, , machine,
2187 localname}}.  This will connect to @var{machine} and transfer the file
2188 using the default method.  @xref{Default Method}.
2190 Some examples of @value{tramp} filenames are shown below.
2192 @table @file
2193 @item @trampfn{, , melancholia, .emacs}
2194 Edit the file @file{.emacs} in your home directory on the machine
2195 @code{melancholia}.
2197 @item @trampfn{, , melancholia.danann.net, .emacs}
2198 This edits the same file, using the fully qualified domain name of
2199 the machine.
2201 @item @trampfn{, , melancholia, ~/.emacs}
2202 This also edits the same file --- the @file{~} is expanded to your
2203 home directory on the remote machine, just like it is locally.
2205 @item @trampfn{, , melancholia, ~daniel/.emacs}
2206 This edits the file @file{.emacs} in the home directory of the user
2207 @code{daniel} on the machine @code{melancholia}.  The @file{~<user>}
2208 construct is expanded to the home directory of that user on the remote
2209 machine.
2211 @item @trampfn{, , melancholia, /etc/squid.conf}
2212 This edits the file @file{/etc/squid.conf} on the machine
2213 @code{melancholia}.
2215 @end table
2217 @var{machine} can also be an IPv4 or IPv6 address, like in
2218 @file{@trampfn{, , 127.0.0.1, .emacs}} or @file{@trampfn{, ,
2219 @value{ipv6prefix}::1@value{ipv6postfix}, .emacs}}.
2220 @ifset emacs
2221 For syntactical reasons, IPv6 addresses must be embedded in square
2222 brackets @file{@value{ipv6prefix}} and @file{@value{ipv6postfix}}.
2223 @end ifset
2225 Unless you specify a different name to use, @value{tramp} will use the
2226 current local user name as the remote user name to log in with.  If you
2227 need to log in as a different user, you can specify the user name as
2228 part of the filename.
2230 To log in to the remote machine as a specific user, you use the syntax
2231 @file{@trampfn{, user, machine, path/to.file}}.  That means that
2232 connecting to @code{melancholia} as @code{daniel} and editing
2233 @file{.emacs} in your home directory you would specify
2234 @file{@trampfn{, daniel, melancholia, .emacs}}.
2236 It is also possible to specify other file transfer methods
2237 (@pxref{Inline methods}, @pxref{External methods}) as part of the
2238 filename.
2239 @ifset emacs
2240 This is done by putting the method before the user and host name, as
2241 in @file{@value{prefix}@var{method}@value{postfixhop}} (Note the
2242 trailing colon).
2243 @end ifset
2244 @ifset xemacs
2245 This is done by replacing the initial @file{@value{prefix}} with
2246 @file{@value{prefix}<method>@value{postfixhop}}.  (Note the trailing
2247 slash!).
2248 @end ifset
2249 The user, machine and file specification remain the same.
2251 So, to connect to the machine @code{melancholia} as @code{daniel},
2252 using the @option{ssh} method to transfer files, and edit
2253 @file{.emacs} in my home directory I would specify the filename
2254 @file{@trampfn{ssh, daniel, melancholia, .emacs}}.
2257 @node Alternative Syntax
2258 @section URL-like filename syntax
2259 @cindex filename syntax
2260 @cindex filename examples
2262 Additionally to the syntax described in the previous chapter, it is
2263 possible to use a URL-like syntax for @value{tramp}.  This can be
2264 switched on by customizing the variable @code{tramp-syntax}.  Please
2265 note that this feature is experimental for the time being.
2267 The variable @code{tramp-syntax} must be set before requiring @value{tramp}:
2269 @lisp
2270 (setq tramp-syntax 'url)
2271 (require 'tramp)
2272 @end lisp
2274 Then, a @value{tramp} filename would look like this:
2275 @file{/@var{method}://@var{user}@@@var{machine}:@var{port}/@var{path/to.file}}.
2276 @file{/@var{method}://} is mandatory, all other parts are optional.
2277 @file{:@var{port}} is useful for methods only who support this.
2279 The last example from the previous section would look like this:
2280 @file{/ssh://daniel@@melancholia/.emacs}.
2282 For the time being, @code{tramp-syntax} can have the following values:
2284 @itemize @w{}
2285 @ifset emacs
2286 @item @code{ftp} -- That is the default syntax
2287 @item @code{url} -- URL-like syntax
2288 @end ifset
2289 @ifset xemacs
2290 @item @code{sep} -- That is the default syntax
2291 @item @code{url} -- URL-like syntax
2292 @item @code{ftp} -- EFS-like syntax
2293 @end ifset
2294 @end itemize
2297 @node Filename completion
2298 @section Filename completion
2299 @cindex filename completion
2301 Filename completion works with @value{tramp} for completion of method
2302 names, of user names and of machine names as well as for completion of
2303 file names on remote machines.
2304 @ifset emacs
2305 In order to enable this, Partial Completion mode must be set on.
2306 @ifinfo
2307 @xref{Completion Options, , , @value{emacsdir}}.
2308 @end ifinfo
2309 @end ifset
2311 If you, for example, type @kbd{C-x C-f @value{prefix}t
2312 @key{TAB}}, @value{tramp} might give you as result the choice for
2314 @example
2315 @multitable {@trampfn{telnet, , melancholia.danann.net,}} {@trampfn{telnet, , 192.168.0.1,}}
2316 @ifset emacs
2317 @item @value{prefixhop}telnet@value{postfixhop} @tab tmp/
2318 @item @value{prefixhop}toto@value{postfix} @tab
2319 @end ifset
2320 @ifset xemacs
2321 @item @value{prefixhop}telnet@value{postfixhop} @tab @value{prefixhop}toto@value{postfix}
2322 @end ifset
2323 @end multitable
2324 @end example
2326 @samp{@value{prefixhop}telnet@value{postfixhop}}
2327 is a possible completion for the respective method,
2328 @ifset emacs
2329 @samp{tmp/} stands for the directory @file{/tmp} on your local
2330 machine,
2331 @end ifset
2332 and @samp{@value{prefixhop}toto@value{postfix}}
2333 might be a host @value{tramp} has detected in your @file{~/.ssh/known_hosts}
2334 file (given you're using default method @option{ssh}).
2336 If you go on to type @kbd{e @key{TAB}}, the minibuffer is completed to
2337 @samp{@value{prefix}telnet@value{postfixhop}}.
2338 Next @kbd{@key{TAB}} brings you all machine names @value{tramp} detects in
2339 your @file{/etc/hosts} file, let's say
2341 @example
2342 @multitable {@trampfn{telnet, , melancholia.danann.net,}} {@trampfn{telnet, , 192.168.0.1,}}
2343 @item @trampfn{telnet, , 127.0.0.1,} @tab @trampfn{telnet, , 192.168.0.1,}
2344 @item @trampfn{telnet, , @value{ipv6prefix}::1@value{ipv6postfix},} @tab @trampfn{telnet, , localhost,}
2345 @item @trampfn{telnet, , melancholia.danann.net,} @tab @trampfn{telnet, , melancholia,}
2346 @end multitable
2347 @end example
2349 Now you can choose the desired machine, and you can continue to
2350 complete file names on that machine.
2352 If the configuration files (@pxref{Customizing Completion}), which
2353 @value{tramp} uses for analysis of completion, offer user names, those user
2354 names will be taken into account as well.
2356 Remote machines, which have been visited in the past and kept
2357 persistently (@pxref{Connection caching}), will be offered too.
2359 Once the remote machine identification is completed, it comes to
2360 filename completion on the remote host.  This works pretty much like
2361 for files on the local host, with the exception that minibuffer
2362 killing via a double-slash works only on the filename part, except
2363 that filename part starts with @file{//}.
2364 @ifset emacs
2365 A triple-slash stands for the default behavior.
2366 @end ifset
2367 @ifinfo
2368 @xref{Minibuffer File, , , @value{emacsdir}}.
2369 @end ifinfo
2371 @noindent
2372 Example:
2374 @example
2375 @ifset emacs
2376 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin//etc} @key{TAB}}
2377      @print{} @trampfn{telnet, , melancholia, /etc}
2379 @kbd{C-x C-f @trampfn{telnet, , melancholia, //etc} @key{TAB}}
2380      @print{} /etc
2382 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin///etc} @key{TAB}}
2383      @print{} /etc
2384 @end ifset
2386 @ifset xemacs
2387 @kbd{C-x C-f @trampfn{telnet, , melancholia, /usr/local/bin//}}
2388      @print{} @trampfn{telnet, , melancholia, /}
2390 @kbd{C-x C-f @trampfn{telnet, , melancholia, //}}
2391      @print{} /
2392 @end ifset
2393 @end example
2395 A remote directory might have changed its contents out of
2396 @value{emacsname} control, for example by creation or deletion of
2397 files by other processes.  Therefore, during filename completion the
2398 remote directory contents is reread regularly in order to detect such
2399 changes, which would be invisible otherwise (@pxref{Connection caching}).
2401 @defopt tramp-completion-reread-directory-timeout
2402 This variable defines the number of seconds since last remote command
2403 before rereading a directory contents.  A value of 0 would require an
2404 immediate reread during filename completion, @code{nil} means to use
2405 always cached values for the directory contents.
2406 @end defopt
2409 @node Remote processes
2410 @section Integration with other @value{emacsname} packages.
2411 @cindex compile
2412 @cindex recompile
2414 @value{tramp} supports running processes on a remote host.  This
2415 allows to exploit @value{emacsname} packages without modification for
2416 remote file names.  It does not work for the @option{ftp} and
2417 @option{smb} methods.
2419 @ifset emacsgvfs
2420 If the remote host is mounted via GVFS (see @ref{GVFS based methods}),
2421 the remote filesystem is mounted locally.  Therefore, there are no
2422 remote processes; all processes run still locally on your machine with
2423 an adapted @code{default-directory}.  This section does not apply for
2424 such connection methods.
2425 @end ifset
2427 Remote processes are started when a corresponding command is executed
2428 from a buffer belonging to a remote file or directory.  Up to now, the
2429 packages @file{compile.el} (commands like @code{compile} and
2430 @code{grep}) and @file{gud.el} (@code{gdb} or @code{perldb}) have been
2431 integrated.  Integration of further packages is planned, any help for
2432 this is welcome!
2434 When your program is not found in the default search path
2435 @value{tramp} sets on the remote machine, you should either use an
2436 absolute path, or extend @code{tramp-remote-path} (see @ref{Remote
2437 Programs}):
2439 @lisp
2440 (add-to-list 'tramp-remote-path "~/bin")
2441 (add-to-list 'tramp-remote-path "/appli/pub/bin")
2442 @end lisp
2444 The environment for your program can be adapted by customizing
2445 @code{tramp-remote-process-environment}.  This variable is a list of
2446 strings.  It is structured like @code{process-environment}.  Each
2447 element is a string of the form ENVVARNAME=VALUE.  An entry
2448 ENVVARNAME= disables the corresponding environment variable, which
2449 might have been set in your init file like @file{~/.profile}.
2451 @noindent
2452 Adding an entry can be performed via @code{add-to-list}:
2454 @lisp
2455 (add-to-list 'tramp-remote-process-environment "JAVA_HOME=/opt/java")
2456 @end lisp
2458 Changing or removing an existing entry is not encouraged.  The default
2459 values are chosen for proper @value{tramp} work.  Nevertheless, if for
2460 example a paranoid system administrator disallows changing the
2461 @var{$HISTORY} environment variable, you can customize
2462 @code{tramp-remote-process-environment}, or you can apply the
2463 following code in your @file{.emacs}:
2465 @lisp
2466 (let ((process-environment tramp-remote-process-environment))
2467   (setenv "HISTORY" nil)
2468   (setq tramp-remote-process-environment process-environment))
2469 @end lisp
2471 If you use other @value{emacsname} packages which do not run
2472 out-of-the-box on a remote host, please let us know.  We will try to
2473 integrate them as well.  @xref{Bug Reports}.
2476 @subsection Running remote programs that create local X11 windows
2478 If you want to run a remote program, which shall connect the X11
2479 server you are using with your local host, you can set the
2480 @var{$DISPLAY} environment variable on the remote host:
2482 @lisp
2483 (add-to-list 'tramp-remote-process-environment
2484              (format "DISPLAY=%s" (getenv "DISPLAY")))
2485 @end lisp
2487 @noindent
2488 @code{(getenv "DISPLAY")} shall return a string containing a host
2489 name, which can be interpreted on the remote host; otherwise you might
2490 use a fixed host name.  Strings like @code{:0} cannot be used properly
2491 on the remote host.
2493 Another trick might be that you put @code{ForwardX11 yes} or
2494 @code{ForwardX11Trusted yes} to your @file{~/.ssh/config} file for
2495 that host.
2498 @subsection Running shell-command on a remote host
2499 @cindex shell-command
2501 @code{shell-command} allows to execute commands in a shell, either
2502 synchronously, either asynchronously.  This works also on remote
2503 hosts.  Example:
2505 @example
2506 @kbd{C-x C-f @trampfn{sudo, , , } @key{RET}}
2507 @kbd{M-! tail -f /var/log/syslog.log & @key{RET}}
2508 @end example
2510 You will see the buffer @file{*Async Shell Command*}, containing the
2511 continous output of the @command{tail} command.
2514 @subsection Running eshell on a remote host
2515 @cindex eshell
2517 @value{tramp} is integrated into @file{eshell.el}.  That is, you can
2518 open an interactive shell on your remote host, and run commands there.
2519 After you have started @code{eshell}, you could perform commands like
2520 this:
2522 @example
2523 @b{~ $} cd @trampfn{sudo, , , /etc} @key{RET}
2524 @b{@trampfn{sudo, root, host, /etc} $} hostname @key{RET}
2525 host
2526 @b{@trampfn{sudo, root, host, /etc} $} id @key{RET}
2527 uid=0(root) gid=0(root) groups=0(root)
2528 @b{@trampfn{sudo, root, host, /etc} $} find-file shadow @key{RET}
2529 #<buffer shadow>
2530 @b{@trampfn{sudo, root, host, /etc} $}
2531 @end example
2534 @anchor{Running a debugger on a remote host}
2535 @subsection Running a debugger on a remote host
2536 @cindex gud
2537 @cindex gdb
2538 @cindex perldb
2540 @file{gud.el} offers an unified interface to several symbolic
2541 debuggers
2542 @ifset emacs
2543 @ifinfo
2544 (@ref{Debuggers, , , @value{emacsdir}}).
2545 @end ifinfo
2546 @end ifset
2547 With @value{tramp}, it is possible to debug programs on
2548 remote hosts.  You can call @code{gdb} with a remote file name:
2550 @example
2551 @kbd{M-x gdb @key{RET}}
2552 @b{Run gdb (like this):} gdb --annotate=3 @trampfn{ssh, , host, ~/myprog} @key{RET}
2553 @end example
2555 The file name can also be relative to a remote default directory.
2556 Given you are in a buffer that belongs to the remote directory
2557 @trampfn{ssh, , host, /home/user}, you could call
2559 @example
2560 @kbd{M-x perldb @key{RET}}
2561 @b{Run perldb (like this):} perl -d myprog.pl @key{RET}
2562 @end example
2564 It is not possible to use just the absolute local part of a remote
2565 file name as program to debug, like @kbd{perl -d
2566 /home/user/myprog.pl}, though.
2568 Arguments of the program to be debugged are taken literally.  That
2569 means, file names as arguments must be given as ordinary relative or
2570 absolute file names, without any remote specification.
2573 @node Cleanup remote connections
2574 @section Cleanup remote connections.
2575 @cindex cleanup
2577 Sometimes it is useful to cleanup remote connections.  The following
2578 commands support this.
2580 @deffn Command tramp-cleanup-connection vec
2581 This command flushes all connection related objects.  @option{vec} is
2582 the internal representation of a remote connection.  Called
2583 interactively, the command offers all active remote connections in the
2584 minibuffer as remote file name prefix like @file{@trampfn{method,
2585 user, host, }}.  The cleanup includes password cache (@pxref{Password
2586 handling}), file cache, connection cache (@pxref{Connection caching}),
2587 connection buffers.
2588 @end deffn
2590 @deffn Command tramp-cleanup-all-connections
2591 This command flushes objects for all active remote connections.  The
2592 same objects are removed as in @code{tramp-cleanup-connection}.
2593 @end deffn
2595 @deffn Command tramp-cleanup-all-buffers
2596 Like in @code{tramp-cleanup-all-connections}, all remote connections
2597 are cleaned up.  Additionally all buffers, which are related to a
2598 remote connection, are killed.
2599 @end deffn
2602 @node Bug Reports
2603 @chapter Reporting Bugs and Problems
2604 @cindex bug reports
2606 Bugs and problems with @value{tramp} are actively worked on by the
2607 development team.  Feature requests and suggestions are also more than
2608 welcome.
2610 The @value{tramp} mailing list is a great place to get information on
2611 working with @value{tramp}, solving problems and general discussion
2612 and advice on topics relating to the package.  It is moderated so
2613 non-subscribers can post but messages will be delayed, possibly up to
2614 48 hours (or longer in case of holidays), until the moderator approves
2615 your message.
2617 The mailing list is at @email{tramp-devel@@gnu.org}.  Messages sent to
2618 this address go to all the subscribers.  This is @emph{not} the address
2619 to send subscription requests to.
2621 Subscribing to the list is performed via
2622 @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/,
2623 the @value{tramp} Mail Subscription Page}.
2625 @findex tramp-bug
2626 To report a bug in @value{tramp}, you should execute @kbd{M-x
2627 tramp-bug}.  This will automatically generate a buffer with the details
2628 of your system and @value{tramp} version.
2630 When submitting a bug report, please try to describe in excruciating
2631 detail the steps required to reproduce the problem, the setup of the
2632 remote machine and any special conditions that exist.  You should also
2633 check that your problem is not described already in @xref{Frequently
2634 Asked Questions}.
2636 If you can identify a minimal test case that reproduces the problem,
2637 include that with your bug report.  This will make it much easier for
2638 the development team to analyze and correct the problem.
2640 Before reporting the bug, you should set the verbosity level to 6
2641 (@pxref{Traces and Profiles, Traces}) in the @file{~/.emacs} file and
2642 repeat the bug.  Then, include the contents of the @file{*tramp/foo*}
2643 and @file{*debug tramp/foo*} buffers in your bug report.  A verbosity
2644 level greater than 6 will produce a very huge debug buffer, which is
2645 mostly not necessary for the analysis.
2647 Please be aware that, with a verbosity level of 6 or greater, the
2648 contents of files and directories will be included in the debug
2649 buffer.  Passwords you've typed will never be included there.
2652 @node Frequently Asked Questions
2653 @chapter Frequently Asked Questions
2654 @cindex frequently asked questions
2655 @cindex FAQ
2657 @itemize @bullet
2658 @item
2659 Where can I get the latest @value{tramp}?
2661 @value{tramp} is available under the URL below.
2663 @noindent
2664 @uref{ftp://ftp.gnu.org/gnu/tramp/}
2666 @noindent
2667 There is also a Savannah project page.
2669 @noindent
2670 @uref{http://savannah.gnu.org/projects/tramp/}
2673 @item
2674 Which systems does it work on?
2676 The package has been used successfully on GNU Emacs 21, GNU Emacs 22
2677 and XEmacs 21 (starting with 21.4).  Gateway methods are supported for
2678 GNU Emacs 22 only.
2680 The package was intended to work on Unix, and it really expects a
2681 Unix-like system on the remote end (except the @option{smb} method),
2682 but some people seemed to have some success getting it to work on MS
2683 Windows NT/2000/XP @value{emacsname}.
2685 There is some informations on @value{tramp} on NT at the following URL;
2686 many thanks to Joe Stoy for providing the information:
2687 @uref{ftp://ftp.comlab.ox.ac.uk/tmp/Joe.Stoy/}
2689 @c The link is broken.  I've contacted Tom for clarification.  Michael.
2690 @ignore
2691 The above mostly contains patches to old ssh versions; Tom Roche has a
2692 Web page with instructions:
2693 @uref{http://www4.ncsu.edu/~tlroche/plinkTramp.html}
2694 @end ignore
2696 @item
2697 How could I speed up @value{tramp}?
2699 In the backstage, @value{tramp} needs a lot of operations on the
2700 remote host.  The time for transferring data from and to the remote
2701 host as well as the time needed to perform the operations there count.
2702 In order to speed up @value{tramp}, one could either try to avoid some
2703 of the operations, or one could try to improve their performance.
2705 Use an external method, like @option{scpc}.
2707 Use caching.  This is already enabled by default.  Information about
2708 the remote host as well as the remote files are cached for reuse.  The
2709 information about remote hosts is kept in the file specified in
2710 @code{tramp-persistency-file-name}.  Keep this file.
2712 Disable version control.  If you access remote files which are not
2713 under version control, a lot of check operations can be avoided by
2714 disabling VC.  This can be achieved by
2716 @lisp
2717 (setq vc-ignore-dir-regexp
2718       (format "\\(%s\\)\\|\\(%s\\)"
2719               vc-ignore-dir-regexp
2720               tramp-file-name-regexp))
2721 @end lisp
2723 Disable excessive traces.  The default trace level of @value{tramp},
2724 defined in the variable @code{tramp-verbose}, is 3.  You should
2725 increase this level only temporarily, hunting bugs.
2728 @item
2729 @value{tramp} does not connect to the remote host
2731 When @value{tramp} does not connect to the remote host, there are two
2732 reasons heading the bug mailing list:
2734 @itemize @minus
2736 @item
2737 Unknown characters in the prompt
2739 @value{tramp} needs to recognize the prompt on the remote machine
2740 after execution any command.  This is not possible, when the prompt
2741 contains unknown characters like escape sequences for coloring.  This
2742 should be avoided on the remote side.  @xref{Remote shell setup}. for
2743 setting the regular expression detecting the prompt.
2745 You can check your settings after an unsuccessful connection by
2746 switching to the @value{tramp} connection buffer @file{*tramp/foo*},
2747 setting the cursor at the top of the buffer, and applying the expression
2749 @example
2750 @kbd{M-: (re-search-forward (concat tramp-shell-prompt-pattern "$"))}
2751 @end example
2753 If it fails, or the cursor is not moved at the end of the buffer, your
2754 prompt is not recognized correctly.
2756 A special problem is the zsh, which uses left-hand side and right-hand
2757 side prompts in parallel.  Therefore, it is necessary to disable the
2758 zsh line editor on the remote host.  You shall add to @file{~/.zshrc}
2759 the following command:
2761 @example
2762 [ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
2763 @end example
2766 @item
2767 @value{tramp} doesn't transfer strings with more than 500 characters
2768 correctly
2770 On some few systems, the implementation of @code{process-send-string}
2771 seems to be broken for longer strings.  It is reported for HP-UX,
2772 FreeBSD and Tru64 Unix, for example.  This case, you should customize
2773 the variable @code{tramp-chunksize} to 500.  For a description how to
2774 determine whether this is necessary see the documentation of
2775 @code{tramp-chunksize}.
2777 Additionally, it will be useful to set @code{file-precious-flag} to
2778 @code{t} for @value{tramp} files.  Then the file contents will be
2779 written into a temporary file first, which is checked for correct
2780 checksum.
2781 @ifinfo
2782 @pxref{Saving Buffers, , , elisp}
2783 @end ifinfo
2785 @lisp
2786 (add-hook
2787  'find-file-hooks
2788  '(lambda ()
2789     (when (file-remote-p default-directory)
2790       (set (make-local-variable 'file-precious-flag) t))))
2791 @end lisp
2793 @end itemize
2796 @item
2797 File name completion does not work with @value{tramp}
2799 When you log in to the remote machine, do you see the output of
2800 @command{ls} in color? If so, this may be the cause of your problems.
2802 @command{ls} outputs @acronym{ANSI} escape sequences that your terminal
2803 emulator interprets to set the colors.  These escape sequences will
2804 confuse @value{tramp} however.
2806 In your @file{.bashrc}, @file{.profile} or equivalent on the remote
2807 machine you probably have an alias configured that adds the option
2808 @option{--color=yes} or @option{--color=auto}.
2810 You should remove that alias and ensure that a new login @emph{does not}
2811 display the output of @command{ls} in color.  If you still cannot use
2812 filename completion, report a bug to the @value{tramp} developers.
2815 @item
2816 File name completion does not work in large directories
2818 @value{tramp} uses globbing for some operations.  (Globbing means to use the
2819 shell to expand wildcards such as `*.c'.)  This might create long
2820 command lines, especially in directories with many files.  Some shells
2821 choke on long command lines, or don't cope well with the globbing
2822 itself.
2824 If you have a large directory on the remote end, you may wish to execute
2825 a command like @samp{ls -d * ..?* > /dev/null} and see if it hangs.
2826 Note that you must first start the right shell, which might be
2827 @command{/bin/sh}, @command{ksh} or @command{bash}, depending on which
2828 of those supports tilde expansion.
2831 @item
2832 How can I get notified when @value{tramp} file transfers are complete?
2834 The following snippet can be put in your @file{~/.emacs} file.  It
2835 makes @value{emacsname} beep after reading from or writing to the
2836 remote host.
2838 @lisp
2839 (defadvice tramp-handle-write-region
2840   (after tramp-write-beep-advice activate)
2841   "Make tramp beep after writing a file."
2842   (interactive)
2843   (beep))
2845 (defadvice tramp-handle-do-copy-or-rename-file
2846   (after tramp-copy-beep-advice activate)
2847   "Make tramp beep after copying a file."
2848   (interactive)
2849   (beep))
2851 (defadvice tramp-handle-insert-file-contents
2852   (after tramp-insert-beep-advice activate)
2853   "Make tramp beep after inserting a file."
2854   (interactive)
2855   (beep))
2856 @end lisp
2859 @ifset emacs
2860 @item
2861 I'ld like to get a Visual Warning when working in a sudo:ed context
2863 When you are working with @samp{root} privileges, it might be useful
2864 to get an indication in the buffer's modeline.  The following code,
2865 tested with @value{emacsname} 22.1, does the job.  You should put it
2866 into your @file{~/.emacs}:
2868 @lisp
2869 (defun my-mode-line-function ()
2870   (when (string-match "^/su\\(do\\)?:" default-directory)
2871     (setq mode-line-format
2872           (format-mode-line mode-line-format 'font-lock-warning-face))))
2874 (add-hook 'find-file-hooks 'my-mode-line-function)
2875 (add-hook 'dired-mode-hook 'my-mode-line-function)
2876 @end lisp
2877 @end ifset
2880 @ifset emacs
2881 @item
2882 I'ld like to see a host indication in the mode line when I'm remote
2884 The following code has been tested with @value{emacsname} 22.1.  You
2885 should put it into your @file{~/.emacs}:
2887 @lisp
2888 (defconst my-mode-line-buffer-identification
2889   (list
2890    '(:eval
2891      (let ((host-name
2892             (if (file-remote-p default-directory)
2893                 (tramp-file-name-host
2894                  (tramp-dissect-file-name default-directory))
2895               (system-name))))
2896        (if (string-match "^[^0-9][^.]*\\(\\..*\\)" host-name)
2897            (substring host-name 0 (match-beginning 1))
2898          host-name)))
2899    ": %12b"))
2901 (setq-default
2902  mode-line-buffer-identification
2903  my-mode-line-buffer-identification)
2905 (add-hook
2906  'dired-mode-hook
2907  '(lambda ()
2908     (setq
2909      mode-line-buffer-identification
2910      my-mode-line-buffer-identification)))
2911 @end lisp
2913 Since @value{emacsname} 23.1, the mode line contains an indication if
2914 @code{default-directory} for the current buffer is on a remote host.
2915 The corresponding tooltip includes the name of that host.  If you
2916 still want the host name as part of the mode line, you can use the
2917 example above, but the @code{:eval} clause can be simplified:
2919 @lisp
2920    '(:eval
2921      (let ((host-name
2922             (or (file-remote-p default-directory 'host)
2923                 (system-name))))
2924        (if (string-match "^[^0-9][^.]*\\(\\..*\\)" host-name)
2925            (substring host-name 0 (match-beginning 1))
2926          host-name)))
2927 @end lisp
2928 @end ifset
2931 @ifset emacs
2932 @item
2933 My remote host does not understand default directory listing options
2935 @value{emacsname} computes the @command{dired} options depending on
2936 the local host you are working.  If your @command{ls} command on the
2937 remote host does not understand those options, you can change them
2938 like this:
2940 @lisp
2941 (add-hook
2942  'dired-before-readin-hook
2943  '(lambda ()
2944     (when (file-remote-p default-directory)
2945       (setq dired-actual-switches "-al"))))
2946 @end lisp
2947 @end ifset
2950 @item
2951 There's this @file{~/.sh_history} file on the remote host which keeps
2952 growing and growing.  What's that?
2954 Sometimes, @value{tramp} starts @command{ksh} on the remote host for
2955 tilde expansion.  Maybe @command{ksh} saves the history by default.
2956 @value{tramp} tries to turn off saving the history, but maybe you have
2957 to help.  For example, you could put this in your @file{.kshrc}:
2959 @example
2960 if [ -f $HOME/.sh_history ] ; then
2961    /bin/rm $HOME/.sh_history
2963 if [ "$@{HISTFILE-unset@}" != "unset" ] ; then
2964    unset HISTFILE
2966 if [ "$@{HISTSIZE-unset@}" != "unset" ] ; then
2967    unset HISTSIZE
2969 @end example
2972 @item There are longish file names to type.  How to shorten this?
2974 Let's say you need regularly access to @file{@trampfn{ssh, news,
2975 news.my.domain, /opt/news/etc}}, which is boring to type again and
2976 again.  The following approaches can be mixed:
2978 @enumerate
2980 @item Use default values for method and user name:
2982 You can define default methods and user names for hosts,
2983 (@pxref{Default Method}, @pxref{Default User}):
2985 @lisp
2986 (setq tramp-default-method "ssh"
2987       tramp-default-user "news")
2988 @end lisp
2990 The file name left to type would be
2991 @kbd{C-x C-f @trampfn{, , news.my.domain, /opt/news/etc}}.
2993 Note, that there are some useful settings already.  Accessing your
2994 local host as @samp{root} user, is possible just by @kbd{C-x C-f
2995 @trampfn{su, , ,}}.
2997 @item Use configuration possibilities of your method:
2999 Several connection methods (i.e. the programs used) offer powerful
3000 configuration possibilities (@pxref{Customizing Completion}).  In the
3001 given case, this could be @file{~/.ssh/config}:
3003 @example
3004 Host xy
3005      HostName news.my.domain
3006      User news
3007 @end example
3009 The file name left to type would be @kbd{C-x C-f @trampfn{ssh, , xy,
3010 /opt/news/etc}}.  Depending on files in your directories, it is even
3011 possible to complete the host name with @kbd{C-x C-f
3012 @value{prefix}ssh@value{postfixhop}x @key{TAB}}.
3014 @item Use environment variables:
3016 File names typed in the minibuffer can be expanded by environment
3017 variables.  You can set them outside @value{emacsname}, or even with
3018 Lisp:
3020 @lisp
3021 (setenv "xy" "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}")
3022 @end lisp
3024 Then you need simply to type @kbd{C-x C-f $xy @key{RET}}, and here you
3025 are.  The disadvantage is, that you cannot edit the file name, because
3026 environment variables are not expanded during editing in the
3027 minibuffer.
3029 @item Define own keys:
3031 You can define your own key sequences in @value{emacsname}, which can
3032 be used instead of @kbd{C-x C-f}:
3034 @lisp
3035 (global-set-key
3036  [(control x) (control y)]
3037  (lambda ()
3038    (interactive)
3039    (find-file
3040     (read-file-name
3041      "Find Tramp file: "
3042      "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))))
3043 @end lisp
3045 Simply typing @kbd{C-x C-y} would initialize the minibuffer for
3046 editing with your beloved file name.
3048 See also @uref{http://www.emacswiki.org/cgi-bin/wiki/TrampMode, the
3049 Emacs Wiki} for a more comprehensive example.
3051 @item Define own abbreviation (1):
3053 It is possible to define an own abbreviation list for expanding file
3054 names:
3056 @lisp
3057 (add-to-list
3058  'directory-abbrev-alist
3059  '("^/xy" . "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))
3060 @end lisp
3062 This shortens the file openening command to @kbd{C-x C-f /xy
3063 @key{RET}}.  The disadvantage is, again, that you cannot edit the file
3064 name, because the expansion happens after entering the file name only.
3066 @item Define own abbreviation (2):
3068 The @code{abbrev-mode} gives more flexibility for editing the
3069 minibuffer:
3071 @lisp
3072 (define-abbrev-table 'my-tramp-abbrev-table
3073   '(("xy" "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}")))
3075 (add-hook
3076  'minibuffer-setup-hook
3077  '(lambda ()
3078     (abbrev-mode 1)
3079     (setq local-abbrev-table my-tramp-abbrev-table)))
3081 (defadvice minibuffer-complete
3082   (before my-minibuffer-complete activate)
3083   (expand-abbrev))
3085 ;; If you use partial-completion-mode
3086 (defadvice PC-do-completion
3087   (before my-PC-do-completion activate)
3088   (expand-abbrev))
3089 @end lisp
3091 After entering @kbd{C-x C-f xy @key{TAB}}, the minibuffer is
3092 expanded, and you can continue editing.
3094 @item Use bookmarks:
3096 Bookmarks can be used to visit Tramp files or directories.
3097 @ifinfo
3098 @pxref{Bookmarks, , , @value{emacsdir}}
3099 @end ifinfo
3101 When you have opened @file{@trampfn{ssh, news, news.my.domain,
3102 /opt/news/etc/}}, you should save the bookmark via
3103 @ifset emacs
3104 @kbd{@key{menu-bar} @key{edit} @key{bookmarks} @key{set}}.
3105 @end ifset
3106 @ifset xemacs
3107 @kbd{@key{menu-bar} @key{view} @key{bookmarks} @key{set}}.
3108 @end ifset
3110 Later on, you can always navigate to that bookmark via
3111 @ifset emacs
3112 @kbd{@key{menu-bar} @key{edit} @key{bookmarks} @key{jump}}.
3113 @end ifset
3114 @ifset xemacs
3115 @kbd{@key{menu-bar} @key{view} @key{bookmarks} @key{jump}}.
3116 @end ifset
3118 @item Use recent files:
3120 @ifset emacs
3121 @file{recentf}
3122 @end ifset
3123 @ifset xemacs
3124 @file{recent-files}
3125 @end ifset
3126 remembers visited places.
3127 @ifinfo
3128 @ifset emacs
3129 @pxref{File Conveniences, , , @value{emacsdir}}
3130 @end ifset
3131 @ifset xemacs
3132 @pxref{recent-files, , , edit-utils}
3133 @end ifset
3134 @end ifinfo
3136 You could keep remote file names in the recent list without checking
3137 their readability through a remote access:
3139 @lisp
3140 @ifset emacs
3141 (recentf-mode 1)
3142 @end ifset
3143 @ifset xemacs
3144 (recent-files-initialize)
3145 (add-hook
3146  'find-file-hooks
3147  (lambda ()
3148    (when (file-remote-p (buffer-file-name))
3149      (recent-files-make-permanent)))
3150  'append)
3151 @end ifset
3152 @end lisp
3154 The list of files opened recently is reachable via
3155 @ifset emacs
3156 @kbd{@key{menu-bar} @key{file} @key{Open Recent}}.
3157 @end ifset
3158 @ifset xemacs
3159 @kbd{@key{menu-bar} @key{Recent Files}}.
3160 @end ifset
3162 @ifset emacs
3163 @item Use filecache:
3165 @file{filecache} remembers visited places.  Add the directory into
3166 the cache:
3168 @lisp
3169 (eval-after-load "filecache"
3170   '(file-cache-add-directory
3171     "@trampfn{ssh, news, news.my.domain, /opt/news/etc/}"))
3172 @end lisp
3174 Whenever you want to load a file, you can enter @kbd{C-x C-f
3175 C-@key{TAB}} in the minibuffer.  The completion is done for the given
3176 directory.
3177 @end ifset
3179 @ifset emacs
3180 @item Use bbdb:
3182 @file{bbdb} has a built-in feature for @value{ftppackagename} files,
3183 which works also for @value{tramp}.
3184 @ifinfo
3185 @pxref{bbdb-ftp, Storing FTP sites in the BBDB, , bbdb}
3186 @end ifinfo
3188 You need to load @file{bbdb}:
3190 @lisp
3191 (require 'bbdb)
3192 (bbdb-initialize)
3193 @end lisp
3195 Then you can create a BBDB entry via @kbd{M-x bbdb-create-ftp-site}.
3196 Because BBDB is not prepared for @value{tramp} syntax, you must
3197 specify a method together with the user name, when needed. Example:
3199 @example
3200 @kbd{M-x bbdb-create-ftp-site @key{RET}}
3201 @b{Ftp Site:} news.my.domain @key{RET}
3202 @b{Ftp Directory:} /opt/news/etc/ @key{RET}
3203 @b{Ftp Username:} ssh@value{postfixhop}news @key{RET}
3204 @b{Company:} @key{RET}
3205 @b{Additional Comments:} @key{RET}
3206 @end example
3208 When you have opened your BBDB buffer, you can access such an entry by
3209 pressing the key @key{F}.
3210 @end ifset
3212 @end enumerate
3214 I would like to thank all @value{tramp} users, who have contributed to
3215 the different recipes!
3218 @item
3219 How can I disable @value{tramp}?
3221 Shame on you, why did you read until now?
3223 @itemize @minus
3225 @item
3226 @ifset emacs
3227 If you just want to have @value{ftppackagename} as default remote
3228 files access package, you should apply the following code:
3230 @lisp
3231 (setq tramp-default-method "ftp")
3232 @end lisp
3233 @end ifset
3235 @item
3236 In order to disable
3237 @ifset emacs
3238 @value{tramp} (and @value{ftppackagename}),
3239 @end ifset
3240 @ifset xemacs
3241 @value{tramp},
3242 @end ifset
3243 you must set @code{tramp-mode} to @code{nil}:
3245 @lisp
3246 (setq tramp-mode nil)
3247 @end lisp
3249 @item
3250 Unloading @value{tramp} can be achieved by applying @kbd{M-x
3251 tramp-unload-tramp}.
3252 @ifset emacs
3253 This resets also the @value{ftppackagename} plugins.
3254 @end ifset
3255 @end itemize
3256 @end itemize
3259 @c For the developer
3260 @node Version Control
3261 @chapter The inner workings of remote version control
3262 @cindex Version Control
3264 Unlike @value{ftppackagename}, @value{tramp} has full shell access to the
3265 remote machine.  This makes it possible to provide version control for
3266 files accessed under @value{tramp}.
3268 The actual version control binaries must be installed on the remote
3269 machine, accessible in the directories specified in
3270 @code{tramp-remote-path}.
3272 This transparent integration with the version control systems is one of
3273 the most valuable features provided by @value{tramp}, but it is far from perfect.
3274 Work is ongoing to improve the transparency of the system.
3276 @menu
3277 * Version Controlled Files::    Determining if a file is under version control.
3278 * Remote Commands::             Executing the version control commands on the remote machine.
3279 * Changed workfiles::           Detecting if the working file has changed.
3280 * Checking out files::          Bringing the workfile out of the repository.
3281 * Miscellaneous Version Control::  Things related to Version Control that don't fit elsewhere.
3282 @end menu
3285 @node Version Controlled Files
3286 @section Determining if a file is under version control
3288 The VC package uses the existence of on-disk revision control master
3289 files to determine if a given file is under revision control.  These file
3290 tests happen on the remote machine through the standard @value{tramp} mechanisms.
3293 @node Remote Commands
3294 @section Executing the version control commands on the remote machine
3296 There are no hooks provided by VC to allow intercepting of the version
3297 control command execution.  The calls occur through the
3298 @code{call-process} mechanism, a function that is somewhat more
3299 efficient than the @code{shell-command} function but that does not
3300 provide hooks for remote execution of commands.
3302 To work around this, the functions @code{vc-do-command} and
3303 @code{vc-simple-command} have been advised to intercept requests for
3304 operations on files accessed via @value{tramp}.
3306 In the case of a remote file, the @code{shell-command} interface is
3307 used, with some wrapper code, to provide the same functionality on the
3308 remote machine as would be seen on the local machine.
3311 @node Changed workfiles
3312 @section Detecting if the working file has changed
3314 As there is currently no way to get access to the mtime of a file on a
3315 remote machine in a portable way, the @code{vc-workfile-unchanged-p}
3316 function is advised to call an @value{tramp} specific function for remote files.
3318 The @code{tramp-vc-workfile-unchanged-p} function uses the functioning VC
3319 diff functionality to determine if any changes have occurred between the
3320 workfile and the version control master.
3322 This requires that a shell command be executed remotely, a process that
3323 is notably heavier-weight than the mtime comparison used for local
3324 files.  Unfortunately, unless a portable solution to the issue is found,
3325 this will remain the cost of remote version control.
3328 @node Checking out files
3329 @section Bringing the workfile out of the repository
3331 VC will, by default, check for remote files and refuse to act on them
3332 when checking out files from the repository.  To work around this
3333 problem, the function @code{vc-checkout} knows about @value{tramp} files and
3334 allows version control to occur.
3337 @node Miscellaneous Version Control
3338 @section Things related to Version Control that don't fit elsewhere
3340 Minor implementation details, &c.
3342 @menu
3343 * Remote File Ownership::       How VC determines who owns a workfile.
3344 * Back-end Versions::           How VC determines what release your RCS is.
3345 @end menu
3348 @node Remote File Ownership
3349 @subsection How VC determines who owns a workfile
3351 @value{emacsname} provides the @code{user-login-name} function to
3352 return the login name of the current user as well as mapping from
3353 arbitrary user id values back to login names.  The VC code uses this
3354 functionality to map from the uid of the owner of a workfile to the
3355 login name in some circumstances.
3357 This will not, for obvious reasons, work if the remote system has a
3358 different set of logins.  As such, it is necessary to delegate to the
3359 remote machine the job of determining the login name associated with a
3360 uid.
3362 Unfortunately, with the profusion of distributed management systems such
3363 as @code{NIS}, @code{NIS+} and @code{NetInfo}, there is no simple,
3364 reliable and portable method for performing this mapping.
3366 Thankfully, the only place in the VC code that depends on the mapping of
3367 a uid to a login name is the @code{vc-file-owner} function.  This returns
3368 the login of the owner of the file as a string.
3370 This function has been advised to use the output of @command{ls} on the
3371 remote machine to determine the login name, delegating the problem of
3372 mapping the uid to the login to the remote system which should know more
3373 about it than I do.
3376 @node Back-end Versions
3377 @subsection How VC determines what release your RCS is
3379 VC needs to know what release your revision control binaries you are
3380 running as not all features VC supports are available with older
3381 versions of @command{rcs(1)}, @command{cvs(1)} or @command{sccs(1)}.
3383 The default implementation of VC determines this value the first time it
3384 is needed and then stores the value globally to avoid the overhead of
3385 executing a process and parsing its output each time the information is
3386 needed.
3388 Unfortunately, life is not quite so easy when remote version control
3389 comes into the picture.  Each remote machine may have a different version
3390 of the version control tools and, while this is painful, we need to
3391 ensure that unavailable features are not used remotely.
3393 To resolve this issue, @value{tramp} currently takes the sledgehammer
3394 approach of making the release values of the revision control tools
3395 local to each @value{tramp} buffer, forcing VC to determine these values
3396 again each time a new file is visited.
3398 This has, quite obviously, some performance implications.  Thankfully,
3399 most of the common operations performed by VC do not actually require
3400 that the remote version be known.  This makes the problem far less
3401 apparent.
3403 Eventually these values will be captured by @value{tramp} on a system by
3404 system basis and the results cached to improve performance.
3407 @node Files directories and localnames
3408 @chapter How file names, directories and localnames are mangled and managed.
3410 @menu
3411 * Localname deconstruction::    Breaking a localname into its components.
3412 @ifset emacs
3413 * External packages::           Integration with external Lisp packages.
3414 @end ifset
3415 @end menu
3418 @node Localname deconstruction
3419 @section Breaking a localname into its components.
3421 @value{tramp} file names are somewhat different, obviously, to ordinary file
3422 names.  As such, the lisp functions @code{file-name-directory} and
3423 @code{file-name-nondirectory} are overridden within the @value{tramp}
3424 package.
3426 Their replacements are reasonably simplistic in their approach.  They
3427 dissect the filename, call the original handler on the localname and
3428 then rebuild the @value{tramp} file name with the result.
3430 This allows the platform specific hacks in the original handlers to take
3431 effect while preserving the @value{tramp} file name information.
3434 @ifset emacs
3435 @node External packages
3436 @section Integration with external Lisp packages.
3438 While reading filenames in the minibuffer, @value{tramp} must decide
3439 whether it completes possible incomplete filenames, or not.  Imagine
3440 there is the following situation: You have typed @kbd{C-x C-f
3441 @value{prefix}ssh@value{postfixhop} @key{TAB}}.  @value{tramp} cannot
3442 know, whether @option{ssh} is a method or a host name.  It checks
3443 therefore the last input character you have typed.  If this is
3444 @key{TAB}, @key{SPACE} or @kbd{?}, @value{tramp} assumes that you are
3445 still in filename completion, and it does not connect to the possible
3446 remote host @option{ssh}.
3448 @vindex tramp-completion-mode
3449 External packages, which use other characters for completing filenames
3450 in the minibuffer, must signal this to @value{tramp}.  For this case,
3451 the variable @code{tramp-completion-mode} can be bound temporarily to
3452 a non-nil value.
3454 @lisp
3455 (let ((tramp-completion-mode t))
3456   ...)
3457 @end lisp
3458 @end ifset
3461 @node Traces and Profiles
3462 @chapter How to Customize Traces
3464 All @value{tramp} messages are raised with a verbosity level.  The
3465 verbosity level can be any number between 0 and 10.  Only messages with
3466 a verbosity level less than or equal to @code{tramp-verbose} are
3467 displayed.
3469 The verbosity levels are
3471           @w{ 0}  silent (no @value{tramp} messages at all)
3472 @*@indent @w{ 1}  errors
3473 @*@indent @w{ 2}  warnings
3474 @*@indent @w{ 3}  connection to remote hosts (default verbosity)
3475 @*@indent @w{ 4}  activities
3476 @*@indent @w{ 5}  internal
3477 @*@indent @w{ 6}  sent and received strings
3478 @*@indent @w{ 7}  file caching
3479 @*@indent @w{ 8}  connection properties
3480 @*@indent @w{10}  traces (huge)
3482 When @code{tramp-verbose} is greater than or equal to 4, the messages
3483 are also written into a @value{tramp} debug buffer.  This debug buffer
3484 is useful for analysing problems; sending a @value{tramp} bug report
3485 should be done with @code{tramp-verbose} set to a verbosity level of at
3486 least 6 (@pxref{Bug Reports}).
3488 The debug buffer is in
3489 @ifinfo
3490 @ref{Outline Mode, , , @value{emacsdir}}.
3491 @end ifinfo
3492 @ifnotinfo
3493 Outline Mode.
3494 @end ifnotinfo
3495 That means, you can change the level of messages to be viewed.  If you
3496 want, for example, see only messages up to verbosity level 5, you must
3497 enter @kbd{C-u 6 C-c C-q}.
3498 @ifinfo
3499 Other keys for navigating are described in
3500 @ref{Outline Visibility, , , @value{emacsdir}}.
3501 @end ifinfo
3503 @value{tramp} errors are handled internally in order to raise the
3504 verbosity level 1 messages.  When you want to get a Lisp backtrace in
3505 case of an error, you need to set both
3507 @lisp
3508 (setq debug-on-error t
3509       debug-on-signal t)
3510 @end lisp
3512 Sometimes, it might be even necessary to step through @value{tramp}
3513 function call traces.  Such traces are enabled by the following code:
3515 @lisp
3516 (require 'tramp)
3517 (require 'trace)
3518 (dolist (elt (all-completions "tramp-" obarray 'functionp))
3519   (trace-function-background (intern elt)))
3520 (untrace-function 'tramp-read-passwd)
3521 (untrace-function 'tramp-gw-basic-authentication)
3522 @end lisp
3524 The function call traces are inserted in the buffer
3525 @file{*trace-output*}.  @code{tramp-read-passwd} and
3526 @code{tramp-gw-basic-authentication} shall be disabled when the
3527 function call traces are added to @value{tramp}, because both
3528 functions return password strings, which should not be distributed.
3531 @node Issues
3532 @chapter Debatable Issues and What Was Decided
3534 @itemize @bullet
3535 @item The uuencode method does not always work.
3537 Due to the design of @value{tramp}, the encoding and decoding programs
3538 need to read from stdin and write to stdout.  On some systems,
3539 @command{uudecode -o -} will read stdin and write the decoded file to
3540 stdout, on other systems @command{uudecode -p} does the same thing.
3541 But some systems have uudecode implementations which cannot do this at
3542 all---it is not possible to call these uudecode implementations with
3543 suitable parameters so that they write to stdout.
3545 Of course, this could be circumvented: the @code{begin foo 644} line
3546 could be rewritten to put in some temporary file name, then
3547 @command{uudecode} could be called, then the temp file could be
3548 printed and deleted.
3550 But I have decided that this is too fragile to reliably work, so on some
3551 systems you'll have to do without the uuencode methods.
3553 @item The @value{tramp} filename syntax differs between GNU Emacs and XEmacs.
3555 The GNU Emacs maintainers wish to use a unified filename syntax for
3556 Ange-FTP and @value{tramp} so that users don't have to learn a new
3557 syntax.  It is sufficient to learn some extensions to the old syntax.
3559 For the XEmacs maintainers, the problems caused from using a unified
3560 filename syntax are greater than the gains.  The XEmacs package system
3561 uses EFS for downloading new packages.  So, obviously, EFS has to be
3562 installed from the start.  If the filenames were unified, @value{tramp}
3563 would have to be installed from the start, too.
3565 @ifset xemacs
3566 @strong{Note:} If you'd like to use a similar syntax like
3567 @value{ftppackagename}, you need the following settings in your init
3568 file:
3570 @lisp
3571 (setq tramp-unified-filenames t)
3572 (require 'tramp)
3573 @end lisp
3575 The autoload of the @value{emacsname} @value{tramp} package must be
3576 disabled.  This can be achieved by setting file permissions @code{000}
3577 to the files @file{.../xemacs-packages/lisp/tramp/auto-autoloads.el*}.
3579 In case of unified filenames, all @value{emacsname} download sites are
3580 added to @code{tramp-default-method-alist} with default method
3581 @option{ftp} @xref{Default Method}.  These settings shouldn't be
3582 touched for proper working of the @value{emacsname} package system.
3584 The syntax for unified filenames is described in the @value{tramp} manual
3585 for @value{emacsothername}.
3586 @end ifset
3587 @end itemize
3589 @node GNU Free Documentation License
3590 @appendix GNU Free Documentation License
3591 @include doclicense.texi
3593 @node Function Index
3594 @unnumbered Function Index
3595 @printindex fn
3597 @node Variable Index
3598 @unnumbered Variable Index
3599 @printindex vr
3601 @node Concept Index
3602 @unnumbered Concept Index
3603 @printindex cp
3605 @bye
3607 @c TODO
3609 @c * Say something about the .login and .profile files of the remote
3610 @c   shells.
3611 @c * Explain how tramp.el works in principle: open a shell on a remote
3612 @c   host and then send commands to it.
3613 @c * Use `filename' resp. `file name' consistently.
3614 @c * Use `host' resp. `machine' consistently.
3615 @c * Consistent small or capitalized words especially in menues.
3617 @ignore
3618    arch-tag: f96dd66e-6dd3-4c92-8d77-9c56205ba808
3619 @end ignore