(comment-search-forward, comment-search-backward): Fix typos.
[emacs.git] / man / tramp.texi
blobebba03d6260772cfb46562f1eab1b309b1b5e78c
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename ../info/tramp
4 @settitle TRAMP User Manual
5 @setchapternewpage odd
6 @c %**end of header
8 @c This is *so* much nicer :)
9 @footnotestyle end
11 @c In the Tramp CVS, the version number is auto-frobbed from
12 @c configure.ac, so you should edit that file and run
13 @c "autoconf && ./configure" to change the version number.
15 @c Additionally, flags are set with respect to the Emacs flavor; and
16 @c depending whether Tramp is packaged into (X)Emacs, or standalone.
18 @include trampver.texi
20 @c Macros for formatting a filename.
21 @c trampfn is for a full filename, trampfnmhp means method, host, localname
22 @c were given, and so on.
23 @macro trampfn(method, user, host, localname)
24 @value{prefix}@value{method}@value{user}@@@value{host}@value{postfix}@value{localname}
25 @end macro
27 @copying
28 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004 Free Software
29 Foundation, Inc.
31 @quotation
32 Permission is granted to copy, distribute and/or modify this document
33 under the terms of the GNU Free Documentation License, Version 1.1 or
34 any later version published by the Free Software Foundation; with no
35 Invariant Sections, with the Front-Cover texts being ``A GNU
36 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
37 license is included in the section entitled ``GNU Free Documentation
38 License'' in the Emacs manual.
40 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
41 this GNU Manual, like GNU software.  Copies published by the Free
42 Software Foundation raise funds for GNU development.''
44 This document is part of a collection distributed under the GNU Free
45 Documentation License.  If you want to distribute this document
46 separately from the collection, you can do so by adding a copy of the
47 license to the document, as described in section 6 of the license.
48 @end quotation
49 @end copying
51 @c Entries for @command{install-info} to use
52 @dircategory @value{emacsname}
53 @direntry
54 * TRAMP: (tramp).                Transparent Remote Access, Multiple Protocol
55                                  @value{emacsname} remote file access via rsh and rcp.
56 @end direntry
58 @tex
60 @titlepage
61 @title @value{tramp} version @value{trampver} User Manual
63 @author by Daniel Pittman
64 @author based on documentation by Kai Gro@ss{}johann
66 @page
67 @insertcopying
69 @end titlepage
70 @page
72 @end tex
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.freesoftware.fsf.org/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 flavour, 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{http://savannah.nongnu.org/download/tramp/, download}, or you
115 may see @ref{Obtaining Tramp} for more details, including the CVS
116 server details.
118 @value{tramp} also has a @uref{http://savannah.nongnu.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@@mail.freesoftware.fsf.org}, and archived at
124 @uref{http://savannah.nongnu.org/mail/?group=tramp, Savannah Mail
125 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 * Concept Index::               An item for each concept.
156 For the developer:
158 * Version Control::             The inner workings of remote version control.
159 * Files directories and localnames::  How file names, directories and localnames are mangled and managed.
160 * Issues::                      Debatable Issues and What Was Decided.
162 @detailmenu
163  --- The Detailed Node Listing ---
165 @ifset installchapter
166 Installing @value{tramp} with your @value{emacsname}
168 * Installation parameters::     Parameters in order to control installation.
169 * Load paths::                  How to plug-in @value{tramp} into your environment.
170 * Japanese manual::             Japanese manual.
172 @end ifset
174 Configuring @value{tramp} for use
176 * Connection types::            Types of connections made to remote machines.
177 * Inline methods::              Inline methods.
178 * External transfer methods::   External transfer methods.
179 * Multi-hop Methods::           Connecting to a remote host using multiple hops.
180 * Default Method::              Selecting a default method.
181 * Customizing Methods::         Using Non-Standard Methods.
182 * Customizing Completion::      Selecting config files for user/host name completion.
183 * Password caching::            Reusing passwords for several connections.
184 * Remote Programs::             How @value{tramp} finds and uses programs on the remote machine.
185 * Remote shell setup::          Remote shell setup hints.
186 * Windows setup hints::         Issues with Cygwin ssh.
187 * Auto-save and Backup::        Auto-save and Backup.
189 Using @value{tramp}
191 * Filename Syntax::             @value{tramp} filename conventions.
192 * Multi-hop filename syntax::   Multi-hop filename conventions.
193 * Filename completion::         Filename completion.
194 * Dired::                       Dired.
196 The inner workings of remote version control
198 * Version Controlled Files::    Determining if a file is under version control.
199 * Remote Commands::             Executing the version control commands on the remote machine.
200 * Changed workfiles::           Detecting if the working file has changed.
201 * Checking out files::          Bringing the workfile out of the repository.
202 * Miscellaneous Version Control::  Things related to Version Control that don't fit elsewhere.
204 Things related to Version Control that don't fit elsewhere
206 * Remote File Ownership::       How VC determines who owns a workfile.
207 * Back-end Versions::           How VC determines what release your RCS is.
209 How file names, directories and localnames are mangled and managed
211 * Localname deconstruction::    Breaking a localname into its components.
213 @end detailmenu
214 @end menu
216 @node Overview
217 @chapter An overview of @value{tramp}
218 @cindex overview
220 After the installation of @value{tramp} into your @value{emacsname}, you
221 will be able to access files on remote machines as though they were
222 local.  Access to the remote file system for editing files, version
223 control, and @command{dired} are transparently enabled.
225 Your access to the remote machine can be with the @command{rsh},
226 @command{rlogin}, @command{telnet} programs or with any similar
227 connection method.  This connection must pass @acronym{ASCII}
228 successfully to be usable but need not be 8-bit clean.
230 The package provides support for @command{ssh} connections out of the
231 box, one of the more common uses of the package.  This allows
232 relatively secure access to machines, especially if @command{ftp}
233 access is disabled.
235 The majority of activity carried out by @value{tramp} requires only that
236 the remote login is possible and is carried out at the terminal.  In
237 order to access remote files @value{tramp} needs to transfer their content
238 to the local machine temporarily.
240 @value{tramp} can transfer files between the machines in a variety of ways.
241 The details are easy to select, depending on your needs and the
242 machines in question.
244 The fastest transfer methods (for large files) rely on a remote file
245 transfer package such as @command{rcp}, @command{scp} or
246 @command{rsync}.
248 If the remote copy methods are not suitable for you, @value{tramp} also
249 supports the use of encoded transfers directly through the shell.
250 This requires that the @command{mimencode} or @command{uuencode} tools
251 are available on the remote machine.  These methods are generally
252 faster for small files.
254 Within these limitations, @value{tramp} is quite powerful.  It is worth
255 noting that, as of the time of writing, it is far from a polished
256 end-user product.  For a while yet you should expect to run into rough
257 edges and problems with the code now and then.
259 It is finished enough that the developers use it for day to day work but
260 the installation and setup can be a little difficult to master, as can
261 the terminology.
263 @value{tramp} is still under active development and any problems you encounter,
264 trivial or major, should be reported to the @value{tramp} developers.
265 @xref{Bug Reports}.
268 @subsubheading Behind the scenes
269 @cindex behind the scenes
270 @cindex details of operation
271 @cindex how it works
273 This section tries to explain what goes on behind the scenes when you
274 access a remote file through @value{tramp}.
276 Suppose you type @kbd{C-x C-f} and enter part of an @value{tramp} file name,
277 then hit @kbd{@key{TAB}} for completion.  Suppose further that this is
278 the first time that @value{tramp} is invoked for the host in question.  Here's
279 what happens:
281 @itemize
282 @item
283 @value{tramp} discovers that it needs a connection to the host.  So it
284 invokes @samp{telnet @var{host}} or @samp{rsh @var{host} -l
285 @var{user}} or a similar tool to connect to the remote host.
286 Communication with this process happens through an
287 @value{emacsname} buffer, that is, the output from the remote end
288 goes into a buffer.
290 @item
291 The remote host may prompt for a login name (for @command{telnet}).  The
292 login name is given in the file name, so @value{tramp} sends the login name and
293 a newline.
295 @item
296 The remote host may prompt for a password or pass phrase (for
297 @command{rsh} or for @command{telnet} after sending the login name).
298 @value{tramp} displays the prompt in the minibuffer, asking you for the
299 password or pass phrase.
301 You enter the password or pass phrase.  @value{tramp} sends it to the remote
302 host, followed by a newline.
304 @item
305 @value{tramp} now waits for the shell prompt or for a message that the login
306 failed.
308 If @value{tramp} sees neither of them after a certain period of time (a minute,
309 say), then it issues an error message saying that it couldn't find the
310 remote shell prompt and shows you what the remote host has sent.
312 If @value{tramp} sees a @samp{login failed} message, it tells you so,
313 aborts the login attempt and allows you to try again.
315 @item
316 Suppose that the login was successful and @value{tramp} sees the shell prompt
317 from the remote host.  Now @value{tramp} invokes @command{/bin/sh} because
318 Bourne shells and C shells have different command
319 syntaxes.@footnote{Invoking @command{/bin/sh} will fail if your login
320 shell doesn't recognize @samp{exec /bin/sh} as a valid command.
321 Maybe you use the Scheme shell @command{scsh}@dots{}}
323 After the Bourne shell has come up, @value{tramp} sends a few commands to
324 ensure a good working environment.  It turns off echoing, it sets the
325 shell prompt, and a few other things.
327 @item
328 Now the remote shell is up and it good working order.  Remember, what
329 was supposed to happen is that @value{tramp} tries to find out what files exist
330 on the remote host so that it can do filename completion.
332 So, @value{tramp} basically issues @command{cd} and @command{ls} commands and
333 also sometimes @command{echo} with globbing.  Another command that is
334 often used is @command{test} to find out whether a file is writable or a
335 directory or the like.  The output of each command is parsed for the
336 necessary operation.
338 @item
339 Suppose you are finished with filename completion, have entered @kbd{C-x
340 C-f}, a full file name and hit @kbd{@key{RET}}.  Now comes the time to
341 transfer the file contents from the remote host to the local host so
342 that you can edit them.
344 See above for an explanation of how @value{tramp} transfers the file contents.
346 For inline transfers, @value{tramp} issues a command like @samp{mimencode -b
347 /path/to/remote/file}, waits until the output has accumulated in the
348 buffer that's used for communication, then decodes that output to
349 produce the file contents.
351 For out-of-band transfers, @value{tramp} issues a command like the following:
352 @example
353 rcp user@@host:/path/to/remote/file /tmp/tramp.4711
354 @end example
355 It then reads the local temporary file @file{/tmp/tramp.4711} into a
356 buffer and deletes the temporary file.
358 @item
359 You now edit the buffer contents, blithely unaware of what has happened
360 behind the scenes.  (Unless you have read this section, that is.)  When
361 you are finished, you type @kbd{C-x C-s} to save the buffer.
363 @item
364 Again, @value{tramp} transfers the file contents to the remote host either
365 inline or out-of-band.  This is the reverse of what happens when reading
366 the file.
368 @end itemize
370 I hope this has provided you with a basic overview of what happens
371 behind the scenes when you open a file with @value{tramp}.
374 @c For the end user
375 @node Obtaining Tramp
376 @chapter Obtaining Tramp.
377 @cindex obtaining Tramp
379 @value{tramp} is freely available on the Internet and the latest release
380 may be downloaded from
381 @uref{http://savannah.nongnu.org/download/tramp/}. This
382 release includes the full documentation and code for @value{tramp},
383 suitable for installation.  But Emacs (21.4 or later) includes
384 @value{tramp} already, and there is a @value{tramp} package for XEmacs, as well.
385 So maybe it is easier to just use those.  But if you want the bleeding
386 edge, read on@dots{...}
388 For the especially brave, @value{tramp} is available from CVS.  The CVS
389 version is the latest version of the code and may contain incomplete
390 features or new issues. Use these versions at your own risk.
392 Instructions for obtaining the latest development version of @value{tramp}
393 from CVS can be found by going to the Savannah project page at the
394 following URL and then clicking on the CVS link in the navigation bar
395 at the top.
397 @noindent
398 @uref{http://savannah.nongnu.org/projects/tramp/}
400 @noindent
401 Or follow the example session below:
403 @example
404 ] @strong{cd ~/@value{emacsdir}}
405 ] @strong{export CVS_RSH="ssh"}
406 ] @strong{cvs -z3 -d:ext:anoncvs@@savannah.nongnu.org:/cvsroot/tramp co tramp}
407 @end example
409 @noindent
410 You should now have a directory @file{~/@value{emacsdir}/tramp}
411 containing the latest version of @value{tramp}. You can fetch the latest
412 updates from the repository by issuing the command:
414 @example
415 ] @strong{cd ~/@value{emacsdir}/tramp}
416 ] @strong{export CVS_RSH="ssh"}
417 ] @strong{cvs update -d}
418 @end example
420 @noindent
421 Once you've got updated files from the CVS repository, you need to run
422 @command{autoconf} in order to get an up-to-date @file{configure}
423 script:
425 @example
426 ] @strong{cd ~/@value{emacsdir}/tramp}
427 ] @strong{autoconf}
428 @end example
431 @node History
432 @chapter History of @value{tramp}
433 @cindex history
434 @cindex development history
436 Development was started end of November 1998.  The package was called
437 @file{rssh.el}, back then.  It only provided one method to access a
438 file, using @command{ssh} to log in to a remote host and using
439 @command{scp} to transfer the file contents.  After a while, the name
440 was changed to @file{rcp.el}, and now it's @value{tramp}.  Along the way,
441 many more methods for getting a remote shell and for transferring the
442 file contents were added.  Support for VC was added.
444 The most recent addition of major features were the multi-hop methods
445 added in April 2000 and the unification of @value{tramp} and Ange-FTP
446 filenames in July 2002.
448 @c Installation chapter is necessary only in case of standalone
449 @c installation.  Text taken from trampinst.texi.
450 @ifset installchapter
451 @include trampinst.texi
452 @end ifset
454 @node Configuration
455 @chapter Configuring @value{tramp} for use
456 @cindex configuration
458 @cindex default configuration
459 @value{tramp} is (normally) fully functional when it is initially installed.
460 It is initially configured to use the @command{ssh} program to connect
461 to the remote host and to use base64 or uu encoding to transfer the
462 files through that shell connection.  So in the easiest case, you just
463 type @kbd{C-x C-f} and then enter the filename
464 @file{@value{prefix}@var{user}@@@var{machine}@value{postfix}@var{/path/to.file}}.
466 On some hosts, there are problems with opening a connection.  These are
467 related to the behavior of the remote shell.  See @xref{Remote shell
468 setup}, for details on this.
470 If you do not wish to use these commands to connect to the remote
471 host, you should change the default connection and transfer method
472 that @value{tramp} uses.  There are several different methods that @value{tramp}
473 can use to connect to remote machines and transfer files
474 (@pxref{Connection types}).
476 If you don't know which method is right for you, see @xref{Default
477 Method}.
480 @menu
481 * Connection types::            Types of connections made to remote machines.
482 * Inline methods::              Inline methods.
483 * External transfer methods::   External transfer methods.
484 * Multi-hop Methods::           Connecting to a remote host using multiple hops.
485 * Default Method::              Selecting a default method.
486                                   Here we also try to help those who
487                                   don't have the foggiest which method
488                                   is right for them.
489 * Customizing Methods::         Using Non-Standard Methods.
490 * Customizing Completion::      Selecting config files for user/host name completion.
491 * Password caching::            Reusing passwords for several connections.
492 * Remote Programs::             How @value{tramp} finds and uses programs on the remote machine.
493 * Remote shell setup::          Remote shell setup hints.
494 * Windows setup hints::         Issues with Cygwin ssh.
495 * Auto-save and Backup::        Auto-save and Backup.
496 @end menu
499 @node Connection types
500 @section Types of connections made to remote machines.
501 @cindex connection types, overview
503 There are two basic types of transfer methods, each with its own
504 advantages and limitations.  Both types of connection make use of a
505 remote shell access program such as @command{rsh}, @command{ssh} or
506 @command{telnet} to connect to the remote machine.
508 This connection is used to perform many of the operations that @value{tramp}
509 requires to make the remote file system transparently accessible from
510 the local machine. It is only when visiting files that the methods
511 differ.
513 @cindex inline methods
514 @cindex external transfer methods
515 @cindex external methods
516 @cindex out-of-band methods
517 @cindex methods, inline
518 @cindex methods, external transfer
519 @cindex methods, out-of-band
520 Loading or saving a remote file requires that the content of the file
521 be transfered between the two machines. The content of the file can be
522 transfered over the same connection used to log in to the remote
523 machine or the file can be transfered through another connection using
524 a remote copy program such as @command{rcp}, @command{scp} or
525 @command{rsync}.  The former are called @dfn{inline methods}, the
526 latter are called @dfn{out-of-band methods} or @dfn{external transfer
527 methods} (@dfn{external methods} for short).
529 The performance of the external transfer methods is generally better
530 than that of the inline methods, at least for large files.  This is
531 caused by the need to encode and decode the data when transferring
532 inline.
534 The one exception to this rule are the @command{scp} based transfer
535 methods.  While these methods do see better performance when actually
536 transferring files, the overhead of the cryptographic negotiation at
537 startup may drown out the improvement in file transfer times.
539 External transfer methods should be configured such a way that they
540 don't require a password (with @command{ssh-agent}, or such alike).
541 If it isn't possible, you should consider @ref{Password caching},
542 otherwise you will be prompted for a password every copy action.
544 @cindex multi-hop methods
545 @cindex methods, multi-hop
546 A variant of the inline methods are the @dfn{multi-hop methods}.
547 These methods allow you to connect a remote host using a number `hops',
548 each of which connects to a different host.  This is useful if you are
549 in a secured network where you need to go through a bastion host to
550 connect to the outside world.
553 @node Inline methods
554 @section Inline methods
555 @cindex inline methods
556 @cindex methods, inline
558 The inline methods in @value{tramp} are quite powerful and can work in
559 situations where you cannot use an external transfer program to connect.
560 Inline methods are the only methods that work when connecting to the
561 remote machine via telnet.  (There are also strange inline methods which
562 allow you to transfer files between @emph{user identities} rather than
563 hosts, see below.)
565 These methods depend on the existence of a suitable encoding and
566 decoding command on remote machine.  Locally, @value{tramp} may be able to
567 use features of @value{emacsname} to decode and encode the files or
568 it may require access to external commands to perform that task.
570 @cindex uuencode
571 @cindex mimencode
572 @cindex base-64 encoding
573 @value{tramp} checks the availability and usability of commands like
574 @command{mimencode} (part of the @command{metamail} package) or
575 @command{uuencode} on the remote host.  The first reliable command
576 will be used.  The search path can be customized, see @ref{Remote
577 Programs}.
579 If both commands aren't available on the remote host, @value{tramp}
580 transfers a small piece of Perl code to the remote host, and tries to
581 apply it for encoding and decoding.
584 @table @asis
585 @item @option{rsh}
586 @cindex method rsh
587 @cindex rsh method
589 Connect to the remote host with @command{rsh}.  Due to the unsecure
590 connection it is recommended for very local host topology only.
592 On operating systems which provide the command @command{remsh} instead
593 of @command{rsh}, you can use the method @option{remsh}.  This is true
594 for HP-UX or Cray UNICOS, for example.
597 @item @option{ssh}
598 @cindex method ssh
599 @cindex ssh method
601 Connect to the remote host with @command{ssh}.  This is identical to
602 the previous option except that the @command{ssh} package is used,
603 making the connection more secure.
605 There are also two variants, @option{ssh1} and @option{ssh2}, that
606 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
607 explicitly select whether you want to use the SSH protocol version 1
608 or 2 to connect to the remote host.  (You can also specify in
609 @file{~/.ssh/config}, the SSH configuration file, which protocol
610 should be used, and use the regular @option{ssh} method.)
612 Two other variants, @option{ssh1_old} and @option{ssh2_old}, use the
613 @command{ssh1} and @command{ssh2} commands explicitly.  If you don't
614 know what these are, you do not need these options.
616 All the methods based on @command{ssh} have an additional kludgy
617 feature: you can specify a host name which looks like @file{host#42}
618 (the real host name, then a hash sign, then a port number).  This
619 means to connect to the given host but to also pass @code{-p 42} as
620 arguments to the @command{ssh} command.
623 @item @option{telnet}
624 @cindex method telnet
625 @cindex telnet method
627 Connect to the remote host with @command{telnet}.  This is as unsecure
628 as the @option{rsh} method.
631 @item @option{su}
632 @cindex method su
633 @cindex su method
635 This method does not connect to a remote host at all, rather it uses
636 the @command{su} program to allow you to edit files as another user.
639 @item @option{sudo}
640 @cindex method sudo
641 @cindex sudo method
643 This is similar to the @option{su} method, but it uses @command{sudo}
644 rather than @command{su} to become a different user.
646 Note that @command{sudo} must be configured to allow you to start a
647 shell as the user.  It would be nice if it was sufficient if
648 @command{ls} and @command{mimencode} were allowed, but that is not
649 easy to implement, so I haven't got around to it, yet.
652 @item @option{sshx}
653 @cindex method sshx
654 @cindex sshx method
655 @cindex Cygwin (with sshx method)
657 As you would expect, this is similar to @option{ssh}, only a little
658 different.  Whereas @option{ssh} opens a normal interactive shell on
659 the remote host, this option uses @samp{ssh -t -t @var{host} -l
660 @var{user} /bin/sh} to open a connection.  This is useful for users
661 where the normal login shell is set up to ask them a number of
662 questions when logging in.  This procedure avoids these questions, and
663 just gives @value{tramp} a more-or-less `standard' login shell to work
664 with.
666 Note that this procedure does not eliminate questions asked by
667 @command{ssh} itself.  For example, @command{ssh} might ask ``Are you
668 sure you want to continue connecting?'' if the host key of the remote
669 host is not known.  @value{tramp} does not know how to deal with such a
670 question (yet), therefore you will need to make sure that you can log
671 in without such questions.
673 This is also useful for Windows users where @command{ssh}, when
674 invoked from an @value{emacsname} buffer, tells them that it is not
675 allocating a pseudo tty.  When this happens, the login shell is wont
676 to not print any shell prompt, which confuses @value{tramp} mightily.  For
677 reasons unknown, some Windows ports for @command{ssh} (maybe the
678 Cygwin one) require the doubled @samp{-t} option.
680 This supports the @samp{-p} kludge.
683 @item @option{krlogin}
684 @cindex method krlogin
685 @cindex km krlogin
686 @cindex Kerberos (with krlogin method)
688 This method is also similar to @option{ssh}.  It only uses the
689 @command{krlogin -x} command to log in to the remote host.
692 @item @option{plink}
693 @cindex method plink
694 @cindex plink method
696 This method is mostly interesting for Windows users using the PuTTY
697 implementation of SSH.  It uses @samp{plink -ssh} to log in to the
698 remote host.
700 Additionally, the method @option{plink1} is provided, which calls
701 @samp{plink -1 -ssh} in order to use SSH protocol version 1
702 explicitely.
704 CCC: Do we have to connect to the remote host once from the command
705 line to accept the SSH key?  Maybe this can be made automatic?
707 CCC: Does @command{plink} support the @samp{-p} option?  @value{tramp} will
708 support that, anyway.
710 @end table
714 @node External transfer methods
715 @section External transfer methods
716 @cindex methods, external transfer
717 @cindex methods, out-of-band
718 @cindex external transfer methods
719 @cindex out-of-band methods
721 The external transfer methods operate through multiple channels, using
722 the remote shell connection for many actions while delegating file
723 transfers to an external transfer utility.
725 This saves the overhead of encoding and decoding that multiplexing the
726 transfer through the one connection has with the inline methods.
728 If you want to use an external transfer method you should be able to
729 execute the transfer utility to copy files to and from the remote
730 machine without any interaction.
732 @cindex ssh-agent
733 This means that you will need to use @command{ssh-agent} if you use the
734 @command{scp} program for transfers, or maybe your version of
735 @command{scp} accepts a password on the command line.@footnote{PuTTY's
736 @command{pscp} allows you to specify the password on the command line.}
737 If you use @command{rsync} via @command{ssh} then the same rule must
738 apply to that connection.
740 If you cannot get an external method to run without asking for a
741 password you should consider @ref{Password caching}.
744 @table @asis
745 @item @option{rcp}  ---  @command{rsh} and @command{rcp}
746 @cindex method rcp
747 @cindex rcp method
748 @cindex rcp (with rcp method)
749 @cindex rsh (with rcp method)
751 This method uses the @command{rsh} and @command{rcp} commands to connect
752 to the remote machine and transfer files.  This is probably the fastest
753 connection method available.
755 The alternative method @option{remcp} uses the @command{remsh} and
756 @command{rcp} commands.  It should be applied on machines where
757 @command{remsh} is used instead of @command{rsh}.
760 @item @option{scp}  ---  @command{ssh} and @command{scp}
761 @cindex method scp
762 @cindex scp method
763 @cindex scp (with scp method)
764 @cindex ssh (with scp method)
766 Using @command{ssh} to connect to the remote host and @command{scp} to
767 transfer files between the machines is the best method for securely
768 connecting to a remote machine and accessing files.
770 The performance of this option is also quite good. It may be slower than
771 the inline methods when you often open and close small files however.
772 The cost of the cryptographic handshake at the start of an @command{scp}
773 session can begin to absorb the advantage that the lack of encoding and
774 decoding presents.
776 There are also two variants, @option{scp1} and @option{scp2}, that
777 call @samp{ssh -1} and @samp{ssh -2}, respectively.  This way, you can
778 explicitly select whether you want to use the SSH protocol version 1
779 or 2 to connect to the remote host.  (You can also specify in
780 @file{~/.ssh/config}, the SSH configuration file, which protocol
781 should be used, and use the regular @option{scp} method.)
783 Two other variants, @option{scp1_old} and @option{scp2_old}, use the
784 @command{ssh1} and @command{ssh2} commands explicitly.  If you don't
785 know what these are, you do not need these options.
787 All the @command{ssh} based methods support the kludgy @samp{-p}
788 feature where you can specify a port number to connect to in the host
789 name.  For example, the host name @file{host#42} tells @value{tramp} to
790 specify @samp{-p 42} in the argument list for @command{ssh}.
793 @item @option{rsync}  ---  @command{ssh} and @command{rsync}
794 @cindex method rsync
795 @cindex rsync method
796 @cindex rsync (with rsync method)
797 @cindex ssh (with rsync method)
799 Using the @command{ssh} command to connect securely to the remote
800 machine and the @command{rsync} command to transfer files is almost
801 identical to the @option{scp} method.
803 While @command{rsync} performs much better than @command{scp} when
804 transferring files that exist on both hosts, this advantage is lost if
805 the file exists only on one side of the connection.
807 The @command{rsync} based method may be considerably faster than the
808 @command{rcp} based methods when writing to the remote system. Reading
809 files to the local machine is no faster than with a direct copy.
811 This method supports the @samp{-p} hack.
814 @item @option{scpx} --- @command{ssh} and @command{scp}
815 @cindex method scpx
816 @cindex scpx method
817 @cindex scp (with scpx method)
818 @cindex ssh (with scpx method)
819 @cindex Cygwin (with scpx method)
821 As you would expect, this is similar to @option{scp}, only a little
822 different.  Whereas @option{scp} opens a normal interactive shell on
823 the remote host, this option uses @samp{ssh -t -t @var{host} -l
824 @var{user} /bin/sh} to open a connection.  This is useful for users
825 where the normal login shell is set up to ask them a number of
826 questions when logging in.  This procedure avoids these questions, and
827 just gives @value{tramp} a more-or-less `standard' login shell to work
828 with.
830 This is also useful for Windows users where @command{ssh}, when
831 invoked from an @value{emacsname} buffer, tells them that it is not
832 allocating a pseudo tty.  When this happens, the login shell is wont
833 to not print any shell prompt, which confuses @value{tramp} mightily.
834 Maybe this applies to the Cygwin port of SSH.
836 This method supports the @samp{-p} hack.
839 @item @option{pscp} --- @command{plink} and @command{pscp}
840 @cindex method pscp
841 @cindex pscp method
842 @cindex pscp (with pscp method)
843 @cindex plink (with pscp method)
844 @cindex PuTTY (with pscp method)
846 This method is similar to @option{scp}, but it uses the
847 @command{plink} command to connect to the remote host, and it uses
848 @command{pscp} for transferring the files.  These programs are part
849 of PuTTY, an SSH implementation for Windows.
851 CCC: Does @command{plink} support the @samp{-p} hack?
854 @item @option{fcp} --- @command{fsh} and @command{fcp}
855 @cindex method fcp
856 @cindex fcp method
857 @cindex fsh (with fcp method)
858 @cindex fcp (with fcp method)
860 This method is similar to @option{scp}, but it uses the @command{fsh}
861 command to connect to the remote host, and it uses @command{fcp} for
862 transferring the files.  @command{fsh/fcp} are a front-end for
863 @command{ssh} which allow for reusing the same @command{ssh} session
864 for submitting several commands.  This avoids the startup overhead of
865 @command{scp} (which has to establish a secure connection whenever it
866 is called).  Note, however, that you can also use one of the inline
867 methods to achieve a similar effect.
869 This method uses the command @samp{fsh @var{host} -l @var{user}
870 /bin/sh -i} to establish the connection, it does not work to just say
871 @command{fsh @var{host} -l @var{user}}.
873 @cindex method fsh
874 @cindex fsh method
876 There is no inline method using @command{fsh} as the multiplexing
877 provided by the program is not very useful in our context.  @value{tramp}
878 opens just one connection to the remote host and then keeps it open,
879 anyway.
882 @item @option{ftp}
883 @cindex method ftp
884 @cindex ftp method
886 This is not a native @value{tramp} method. Instead of, it forwards all
887 requests to @value{ftppackagename}.
888 @ifset xemacs
889 This works only for unified filenames, see @ref{Issues}.
890 @end ifset
893 @item @option{smb} --- @command{smbclient}
894 @cindex method smb
895 @cindex smb method
897 This is another not natural @value{tramp} method.  It uses the
898 @command{smbclient} command on different Unices in order to connect to
899 an SMB server.  An SMB server might be a Samba (or CIFS) server on
900 another UNIX host or, more interesting, a host running MS Windows.  So
901 far, it is tested towards MS Windows NT, MS Windows 2000, and MS
902 Windows XP.
904 The first directory in the localname must be a share name on the remote
905 host.  Remember, that the @code{$} character in which default shares
906 usually end, must be written @code{$$} due to environment variable
907 substitution in file names.  If no share name is given (i.e. remote
908 directory @code{/}), all available shares are listed.
910 Since authorization is done on share level, you will be prompted
911 always for a password if you access another share on the same host.
912 This can be suppressed by @ref{Password caching}.
914 MS Windows uses for authorization both a user name and a domain name.
915 Because of this, the @value{tramp} syntax has been extended: you can
916 specify a user name which looks like @code{user%domain} (the real user
917 name, then a percent sign, then the domain name).  So, to connect to
918 the machine @code{melancholia} as user @code{daniel} of the domain
919 @code{BIZARRE}, and edit @file{.emacs} in the home directory (share
920 @code{daniel$}) I would specify the filename
921 @file{@value{prefix}smb@value{postfixsinglehop}daniel%BIZARRE@@melancholia@value{postfix}/daniel$$/.emacs}.
923 The domain name as well as the user name are optional.  If no user
924 name is specified at all, the anonymous user (without password
925 prompting) is assumed.  This is different from all other @value{tramp}
926 methods, where in such a case the local user name is taken.
928 The @option{smb} method supports the @samp{-p} hack.
930 @strong{Please note:} If @value{emacsname} runs locally under MS
931 Windows, this method isn't available.  Instead of, you can use UNC
932 file names like @file{//melancholia/daniel$$/.emacs}.  The only
933 disadvantage is that there's no possibility to specify another user
934 name.
936 @end table
938 @node Multi-hop Methods
939 @section Connecting to a remote host using multiple hops
940 @cindex multi-hop methods
941 @cindex methods, multi-hop
943 Sometimes, the methods described before are not sufficient.  Sometimes,
944 it is not possible to connect to a remote host using a simple command.
945 For example, if you are in a secured network, you might have to log in
946 to a `bastion host' first before you can connect to the outside world.
947 Of course, the target host may also require a bastion host.  The format
948 of multi-hop filenames is slightly different than the format of normal
949 @value{tramp} methods.
951 @cindex method multi
952 @cindex multi method
953 A multi-hop file name specifies a method, a number of hops, and a
954 localname (path name on the remote system).  The method name is always
955 @option{multi}.
957 Each hop consists of a @dfn{hop method} specification, a user name and
958 a host name.  The hop method can be an inline method only.  The
959 following hop methods are (currently) available:
961 @table @option
962 @item telnet
963 @cindex hop method telnet
964 @cindex telnet hop method
966 Uses the well-known @command{telnet} program to connect to the host.
967 Whereas user name and host name are supplied in the file name, the
968 user is queried for the password.
970 @item rsh
971 @cindex hop method rsh
972 @cindex rsh hop method
974 This uses @command{rsh} to connect to the host.  You do not need to
975 enter a password unless @command{rsh} explicitly asks for it.
977 The variant @option{remsh} uses the @command{remsh} command.  It
978 should be applied on machines where @command{remsh} is used instead of
979 @command{rsh}.
981 @item ssh
982 @cindex hop method ssh
983 @cindex ssh hop method
985 This uses @command{ssh} to connect to the host.  You might have to enter
986 a password or a pass phrase.
988 @item su
989 @cindex hop method su
990 @cindex su hop method
992 This method does not actually contact a different host, but it allows
993 you to become a different user on the host you're currently on.  This
994 might be useful if you want to edit files as root, but the remote host
995 does not allow remote root logins.  In this case you can use
996 @option{telnet}, @option{rsh} or @option{ssh} to connect to the
997 remote host as a non-root user, then use an @option{su} hop to become
998 root.  But @option{su} need not be the last hop in a sequence, you could
999 also use it somewhere in the middle, if the need arises.
1001 Even though you @emph{must} specify both user and host with an
1002 @option{su} hop, the host name is ignored and only the user name is
1003 used.
1005 @item sudo
1006 @cindex hop method sudo
1007 @cindex sudo hop method
1009 This is similar to the @option{su} hop, except that it uses
1010 @command{sudo} rather than @command{su} to become a different user.
1012 @end table
1014 Some people might wish to use port forwarding with @command{ssh} or
1015 maybe they have to use a nonstandard port.  This can be accomplished
1016 by putting a stanza in @file{~/.ssh/config} for the account which
1017 specifies a different port number for a certain host name.  But it can
1018 also be accomplished within @value{tramp}, by adding a multi-hop method.
1019 For example:
1021 @lisp
1022 (add-to-list
1023  'tramp-multi-connection-function-alist
1024  '("sshf" tramp-multi-connect-rlogin "ssh %h -l %u -p 4400%n"))
1025 @end lisp
1027 Now you can use an @code{sshf} hop which connects to port 4400 instead of
1028 the standard port.
1031 @node Default Method
1032 @section Selecting a default method
1033 @cindex default method
1035 @vindex tramp-default-method
1036 When you select an appropriate transfer method for your typical usage
1037 you should set the variable @code{tramp-default-method} to reflect that
1038 choice.  This variable controls which method will be used when a method
1039 is not specified in the @value{tramp} file name.  For example:
1041 @lisp
1042 (setq tramp-default-method "scp")
1043 @end lisp
1045 @vindex tramp-default-method-alist
1046 You can also specify different methods for certain user/host
1047 combinations, via the variable @code{tramp-default-method-alist}.  For
1048 example, the following two lines specify to use the @option{ssh}
1049 method for all user names matching @samp{john} and the @option{rsync}
1050 method for all host names matching @samp{lily}.  The third line
1051 specifies to use the @option{su} method for the user @samp{root} on
1052 the machine @samp{localhost}.
1054 @lisp
1055 (add-to-list 'tramp-default-method-alist '("" "john" "ssh"))
1056 (add-to-list 'tramp-default-method-alist '("lily" "" "rsync"))
1057 (add-to-list 'tramp-default-method-alist
1058              '("\\`localhost\\'" "\\`root\\'" "su"))
1059 @end lisp
1061 @noindent
1062 See the documentation for the variable
1063 @code{tramp-default-method-alist} for more details.
1065 External transfer methods are normally preferable to inline transfer
1066 methods, giving better performance.
1068 @xref{Inline methods}.
1069 @xref{External transfer methods}.
1070 @xref{Multi-hop Methods}.
1072 Another consideration with the selection of transfer methods is the
1073 environment you will use them in and, especially when used over the
1074 Internet, the security implications of your preferred method.
1076 The @command{rsh} and @command{telnet} methods send your password as
1077 plain text as you log in to the remote machine, as well as transferring
1078 the files in such a way that the content can easily be read from other
1079 machines.
1081 If you need to connect to remote systems that are accessible from the
1082 Internet, you should give serious thought to using @command{ssh} based
1083 methods to connect. These provide a much higher level of security,
1084 making it a non-trivial exercise for someone to obtain your password or
1085 read the content of the files you are editing.
1088 @subsection Which method is the right one for me?
1089 @cindex choosing the right method
1091 Given all of the above, you are probably thinking that this is all fine
1092 and good, but it's not helping you to choose a method!  Right you are.
1093 As a developer, we don't want to boss our users around but give them
1094 maximum freedom instead.  However, the reality is that some users would
1095 like to have some guidance, so here I'll try to give you this guidance
1096 without bossing you around.  You tell me whether it works @dots{}
1098 My suggestion is to use an inline method.  For large files, out-of-band
1099 methods might be more efficient, but I guess that most people will want
1100 to edit mostly small files.
1102 I guess that these days, most people can access a remote machine by
1103 using @code{ssh}.  So I suggest that you use the @code{ssh} method.
1104 So, type @kbd{C-x C-f
1105 @value{prefix}ssh@value{postfixsinglehop}root@@otherhost@value{postfix}/etc/motd
1106 @key{RET}} to edit the @file{/etc/motd} file on the other host.
1108 If you can't use @code{ssh} to log in to the remote host, then select a
1109 method that uses a program that works.  For instance, Windows users
1110 might like the @code{plink} method which uses the PuTTY implementation
1111 of @code{ssh}.  Or you use Kerberos and thus like @code{krlogin}.
1113 For the special case of editing files on the local host as another
1114 user, see the @code{su} or @code{sudo} method.
1116 People who edit large files may want to consider @code{scp} instead of
1117 @code{ssh}, or @code{pscp} instead of @code{plink}.  These out-of-band
1118 methods are faster than inline methods for large files.  Note, however,
1119 that out-of-band methods suffer from some limitations.  Please try
1120 first whether you really get a noticeable speed advantage from using an
1121 out-of-band method!  Maybe even for large files, inline methods are
1122 fast enough.
1125 @node Customizing Methods
1126 @section Using Non-Standard Methods
1127 @cindex customizing methods
1128 @cindex using non-standard methods
1129 @cindex create your own methods
1131 There is a variable @code{tramp-methods} which you can change if the
1132 predefined methods don't seem right.
1134 For the time being, I'll refer you to the Lisp documentation of that
1135 variable, accessible with @kbd{C-h v tramp-methods @key{RET}}.
1138 @node Customizing Completion
1139 @section Selecting config files for user/host name completion
1140 @cindex customizing completion
1141 @cindex selecting config files
1142 @vindex tramp-completion-function-alist
1144 The variable @code{tramp-completion-function-alist} is intended to
1145 customize which files are taken into account for user and host name
1146 completion (@pxref{Filename completion}).  For every method, it keeps
1147 a set of configuration files, accompanied by a Lisp function able to
1148 parse that file.  Entries in @code{tramp-completion-function-alist}
1149 have the form (@var{method} @var{pair1} @var{pair2} ...).
1151 Each @var{pair} is composed of (@var{function} @var{file}).
1152 @var{function} is responsible to extract user names and host names
1153 from @var{file} for completion.  There are two functions which access
1154 this variable:
1156 @defun tramp-get-completion-function method
1157 This function returns the list of completion functions for @var{method}.
1159 Example:
1160 @example
1161 (tramp-get-completion-function "rsh")
1163      @result{} ((tramp-parse-rhosts "/etc/hosts.equiv")
1164          (tramp-parse-rhosts "~/.rhosts"))
1165 @end example
1166 @end defun
1168 @defun tramp-set-completion-function method function-list
1169 This function sets @var{function-list} as list of completion functions
1170 for @var{method}.
1172 Example:
1173 @example
1174 (tramp-set-completion-function "ssh"
1175  '((tramp-parse-sconfig "/etc/ssh_config")
1176    (tramp-parse-sconfig "~/.ssh/config")))
1178      @result{} ((tramp-parse-sconfig "/etc/ssh_config")
1179          (tramp-parse-sconfig "~/.ssh/config"))
1180 @end example
1181 @end defun
1183 The following predefined functions parsing configuration files exist:
1185 @table @asis
1186 @item @code{tramp-parse-rhosts}
1187 @findex tramp-parse-rhosts
1189 This function parses files which are syntactical equivalent to
1190 @file{~/.rhosts}.  It returns both host names and user names, if
1191 specified.
1193 @item @code{tramp-parse-shosts}
1194 @findex tramp-parse-shosts
1196 This function parses files which are syntactical equivalent to
1197 @file{~/.ssh/known_hosts}.  Since there are no user names specified
1198 in such files, it can return host names only.
1200 @item @code{tramp-parse-sconfig}
1201 @findex tramp-parse-shosts
1203 This function returns the host nicknames defined by @code{Host} entries
1204 in @file{~/.ssh/config} style files.
1206 @item @code{tramp-parse-shostkeys}
1207 @findex tramp-parse-shostkeys
1209 SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1210 @file{~/ssh2/hostkeys/*}.  Hosts are coded in file names
1211 @file{hostkey_PORTNUMBER_HOST-NAME.pub}.  User names are always nil.
1213 @item @code{tramp-parse-sknownhosts}
1214 @findex tramp-parse-shostkeys
1216 Another SSH2 style parsing of directories like
1217 @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}.  This
1218 case, hosts names are coded in file names
1219 @file{HOST-NAME.ALGORITHM.pub}.  User names are always nil.
1221 @item @code{tramp-parse-hosts}
1222 @findex tramp-parse-hosts
1224 A function dedicated to @file{/etc/hosts} style files.  It returns
1225 host names only.
1227 @item @code{tramp-parse-passwd}
1228 @findex tramp-parse-passwd
1230 A function which parses @file{/etc/passwd} like files.  Obviously, it
1231 can return user names only.
1233 @item @code{tramp-parse-netrc}
1234 @findex tramp-parse-netrc
1236 Finally, a function which parses @file{~/.netrc} like files.
1237 @end table
1239 If you want to keep your own data in a file, with your own structure,
1240 you might provide such a function as well.  This function must meet
1241 the following conventions:
1243 @defun my-tramp-parse file
1244 @var{file} must be either a file name on your host, or @code{nil}. The
1245 function must return a list of (@var{user} @var{host}), which are
1246 taken as candidates for user and host name completion.
1248 Example:
1249 @example
1250 (my-tramp-parse "~/.my-tramp-hosts")
1252      @result{} ((nil "toto") ("daniel" "melancholia"))
1253 @end example
1254 @end defun
1257 @node Password caching
1258 @section Reusing passwords for several connections.
1259 @cindex passwords
1261 Sometimes it is necessary to connect to the same remote host several
1262 times.  Reentering passwords again and again would be annoying, when
1263 the choosen method does not support access without password prompt
1264 throught own configuration.
1266 By default, @value{tramp} caches the passwords entered by you.  They will
1267 be reused next time if a connection needs them for the same user name
1268 and host name, independant of the connection method.
1270 @vindex password-cache-expiry
1271 Passwords are not saved permanently, that means the password caching
1272 is limited to the lifetime of your @value{emacsname} session.  You
1273 can influence the lifetime of password caching by customizing the
1274 variable @code{password-cache-expiry}.  The value is the number of
1275 seconds how long passwords are cached.  Setting it to @code{nil}
1276 disables the expiration.
1278 @findex tramp-clear-passwd
1279 A password is removed from the cache if a connection isn't established
1280 successfully.  You can remove a password from the cache also by
1281 executing @kbd{M-x tramp-clear-passwd} in a buffer containing a
1282 related remote file or directory.
1284 @vindex password-cache
1285 If you don't like this feature for security reasons, password caching
1286 can be disabled totally by customizing the variable
1287 @code{password-cache} (setting it to @code{nil}).
1289 Implementation Note: password caching is based on the package
1290 password.el in No Gnus.  For the time being, it is activated only when
1291 this package is seen in the @code{load-path} while loading @value{tramp}.
1292 @ifset installchapter
1293 If you don't use No Gnus, you can take password.el from the @value{tramp}
1294 @file{contrib} directory, see @ref{Installation parameters}.
1295 @end ifset
1296 It will be activated mandatory once No Gnus has found its way into
1297 @value{emacsname}.
1300 @node Remote Programs
1301 @section How @value{tramp} finds and uses programs on the remote machine.
1303 @value{tramp} depends on a number of programs on the remote host in order to
1304 function, including @command{ls}, @command{test}, @command{find} and
1305 @command{cat}.
1307 In addition to these required tools, there are various tools that may be
1308 required based on the connection method. See @ref{Inline methods} and
1309 @ref{External transfer methods} for details on these.
1311 Certain other tools, such as @command{perl} (or @command{perl5}) and
1312 @command{grep} will be used if they can be found. When they are
1313 available, they are used to improve the performance and accuracy of
1314 remote file access.
1316 @vindex tramp-remote-path
1317 When @value{tramp} connects to the remote machine, it searches for the
1318 programs that it can use. The variable @var{tramp-remote-path} controls
1319 the directories searched on the remote machine.
1321 By default, this is set to a reasonable set of defaults for most
1322 machines. It is possible, however, that your local (or remote ;) system
1323 administrator has put the tools you want in some obscure local
1324 directory.
1326 In this case, you can still use them with @value{tramp}. You simply need to
1327 add code to your @file{.emacs} to add the directory to the remote path.
1328 This will then be searched by @value{tramp} when you connect and the software
1329 found.
1331 To add a directory to the remote search path, you could use code such
1334 @lisp
1335 @i{;; We load @value{tramp} to define the variable.}
1336 (require 'tramp)
1337 @i{;; We have @command{perl} in "/usr/local/perl/bin"}
1338 (add-to-list 'tramp-remote-path "/usr/local/perl/bin")
1339 @end lisp
1342 @node Remote shell setup
1343 @comment  node-name,  next,  previous,  up
1344 @section Remote shell setup hints
1345 @cindex remote shell setup
1346 @cindex @file{.profile} file
1347 @cindex @file{.login} file
1348 @cindex shell init files
1350 As explained in the @ref{Overview} section, @value{tramp} connects to the
1351 remote host and talks to the shell it finds there.  Of course, when you
1352 log in, the shell executes its init files.  Suppose your init file
1353 requires you to enter the birth date of your mother; clearly @value{tramp}
1354 does not know this and hence fails to log you in to that host.
1356 There are different possible strategies for pursuing this problem.  One
1357 strategy is to enable @value{tramp} to deal with all possible situations.
1358 This is a losing battle, since it is not possible to deal with
1359 @emph{all} situations.  The other strategy is to require you to set up
1360 the remote host such that it behaves like @value{tramp} expects.  This might
1361 be inconvenient because you have to invest a lot of effort into shell
1362 setup before you can begin to use @value{tramp}.
1364 The package, therefore, pursues a combined approach.  It tries to figure
1365 out some of the more common setups, and only requires you to avoid
1366 really exotic stuff.  For example, it looks through a list of
1367 directories to find some programs on the remote host.  And also, it
1368 knows that it is not obvious how to check whether a file exists, and
1369 therefore it tries different possibilities.  (On some hosts and shells,
1370 the command @code{test -e} does the trick, on some hosts the shell
1371 builtin doesn't work but the program @code{/usr/bin/test -e} or
1372 @code{/bin/test -e} works.  And on still other hosts, @code{ls -d} is
1373 the right way to do this.)
1375 Below you find a discussion of a few things that @value{tramp} does not deal
1376 with, and that you therefore have to set up correctly.
1378 @table @asis
1379 @item @var{shell-prompt-pattern}
1380 @vindex shell-prompt-pattern
1382 After logging in to the remote host, @value{tramp} has to wait for the remote
1383 shell startup to finish before it can send commands to the remote
1384 shell.  The strategy here is to wait for the shell prompt.  In order to
1385 recognize the shell prompt, the variable @code{shell-prompt-pattern} has
1386 to be set correctly to recognize the shell prompt on the remote host.
1388 Note that @value{tramp} requires the match for @code{shell-prompt-pattern}
1389 to be at the end of the buffer.  Many people have something like the
1390 following as the value for the variable: @code{"^[^>$][>$] *"}.  Now
1391 suppose your shell prompt is @code{a <b> c $ }.  In this case,
1392 @value{tramp} recognizes the @code{>} character as the end of the prompt,
1393 but it is not at the end of the buffer.
1395 @item @var{tramp-shell-prompt-pattern}
1396 @vindex tramp-shell-prompt-pattern
1398 This regular expression is used by @value{tramp} in the same way as
1399 @code{shell-prompt-pattern}, to match prompts from the remote shell.
1400 This second variable exists because the prompt from the remote shell
1401 might be different from the prompt from a local shell --- after all,
1402 the whole point of @value{tramp} is to log in to remote hosts as a
1403 different user.  The default value of
1404 @code{tramp-shell-prompt-pattern} is the same as the default value of
1405 @code{shell-prompt-pattern}, which is reported to work well in many
1406 circumstances.
1408 @item @code{tset} and other questions
1409 @cindex Unix command tset
1410 @cindex tset Unix command
1412 Some people invoke the @code{tset} program from their shell startup
1413 scripts which asks the user about the terminal type of the shell.
1414 Maybe some shells ask other questions when they are started.  @value{tramp}
1415 does not know how to answer these questions.  There are two approaches
1416 for dealing with this problem.  One approach is to take care that the
1417 shell does not ask any questions when invoked from @value{tramp}.  You can
1418 do this by checking the @code{TERM} environment variable, it will be
1419 set to @code{dumb} when connecting.
1421 @vindex tramp-terminal-type
1422 The variable @code{tramp-terminal-type} can be used to change this value
1423 to @code{dumb}.
1425 The other approach is to teach @value{tramp} about these questions.  See
1426 the variables @code{tramp-actions-before-shell} and
1427 @code{tramp-multi-actions} (for multi-hop connections).
1430 @item Environment variables named like users in @file{.profile}
1432 If you have a user named frumple and set the variable @code{FRUMPLE} in
1433 your shell environment, then this might cause trouble.  Maybe rename
1434 the variable to @code{FRUMPLE_DIR} or the like.
1436 This weird effect was actually reported by a @value{tramp} user!
1439 @item Non-Bourne commands in @file{.profile}
1441 After logging in to the remote host, @value{tramp} issues the command
1442 @code{exec /bin/sh}.  (Actually, the command is slightly different.)
1443 When @code{/bin/sh} is executed, it reads some init files, such as
1444 @file{~/.shrc} or @file{~/.profile}.
1446 Now, some people have a login shell which is not @code{/bin/sh} but a
1447 Bourne-ish shell such as bash or ksh.  Some of these people might put
1448 their shell setup into the files @code{~/.shrc} or @code{~/.profile}.
1449 This way, it is possible for non-Bourne constructs to end up in those
1450 files.  Then, @code{exec /bin/sh} might cause the Bourne shell to barf
1451 on those constructs.
1453 As an example, imagine somebody putting @code{export FOO=bar} into the
1454 file @file{~/.profile}.  The standard Bourne shell does not understand
1455 this syntax and will emit a syntax error when it reaches this line.
1457 Another example is the tilde (@code{~}) character, say when adding
1458 @file{~/bin} to @code{$PATH}.  Many Bourne shells will not expand this
1459 character, and since there is usually no directory whose name consists
1460 of the single character tilde, strange things will happen.
1462 What can you do about this?
1464 Well, one possibility is to make sure that everything in @file{~/.shrc}
1465 and @file{~/.profile} on all remote hosts is Bourne-compatible.  In the
1466 above example, instead of @code{export FOO=bar}, you might use
1467 @code{FOO=bar; export FOO} instead.
1469 The other possibility is to put your non-Bourne shell setup into some
1470 other files.  For example, bash reads the file @file{~/.bash_profile}
1471 instead of @file{~/.profile}, if the former exists.  So bash
1472 aficionados just rename their @file{~/.profile} to
1473 @file{~/.bash_profile} on all remote hosts, and Bob's your uncle.
1475 The @value{tramp} developers would like to circumvent this problem, so if you
1476 have an idea about it, please tell us.  However, we are afraid it is not
1477 that simple: before saying @code{exec /bin/sh}, @value{tramp} does not know
1478 which kind of shell it might be talking to.  It could be a Bourne-ish
1479 shell like ksh or bash, or it could be a csh derivative like tcsh, or
1480 it could be zsh, or even rc.  If the shell is Bourne-ish already, then
1481 it might be prudent to omit the @code{exec /bin/sh} step.  But how to
1482 find out if the shell is Bourne-ish?
1484 @end table
1487 @node Auto-save and Backup
1488 @section Auto-save and Backup configuration
1489 @cindex auto-save
1490 @cindex backup
1491 @ifset emacs
1492 @vindex backup-directory-alist
1493 @end ifset
1494 @ifset xemacs
1495 @vindex bkup-backup-directory-info
1496 @end ifset
1498 Normally, @value{emacsname} writes backup files to the same directory
1499 as the original files, but this behavior can be changed via the
1500 variable
1501 @ifset emacs
1502 @code{backup-directory-alist}.
1503 @end ifset
1504 @ifset xemacs
1505 @code{bkup-backup-directory-info}.
1506 @end ifset
1507 In connection with @value{tramp}, this can have unexpected side effects.
1508 Suppose that you specify that all backups should go to the directory
1509 @file{~/.emacs.d/backups/}, and then you edit the file
1510 @file{@value{prefix}su@value{postfixsinglehop}root@@localhost@value{postfix}/etc/secretfile}.
1511 The effect is that the backup file will be owned by you and not by
1512 root, thus possibly enabling others to see it even if they were not
1513 intended to see it.
1515 When
1516 @ifset emacs
1517 @code{backup-directory-alist}
1518 @end ifset
1519 @ifset xemacs
1520 @code{bkup-backup-directory-info}
1521 @end ifset
1522 is nil (the default), such problems do not occur.
1524 Therefore, it is usefull to set special values for @value{tramp}
1525 files.  For example, the following statement effectively `turns off'
1526 the effect of
1527 @ifset emacs
1528 @code{backup-directory-alist}
1529 @end ifset
1530 @ifset xemacs
1531 @code{bkup-backup-directory-info}
1532 @end ifset
1533 for @value{tramp} files:
1535 @ifset emacs
1536 @lisp
1537 (add-to-list 'backup-directory-alist
1538              (cons tramp-file-name-regexp nil))
1539 @end lisp
1540 @end ifset
1541 @ifset xemacs
1542 @lisp
1543 (require 'backup-dir)
1544 (add-to-list 'bkup-backup-directory-info
1545              (list tramp-file-name-regexp ""))
1546 @end lisp
1547 @end ifset
1549 Another possibility is to use the @value{tramp} variable
1550 @ifset emacs
1551 @code{tramp-backup-directory-alist}.
1552 @end ifset
1553 @ifset xemacs
1554 @code{tramp-bkup-backup-directory-info}.
1555 @end ifset
1556 This variable has the same meaning like
1557 @ifset emacs
1558 @code{backup-directory-alist}.
1559 @end ifset
1560 @ifset xemacs
1561 @code{bkup-backup-directory-info}.
1562 @end ifset
1563 If a @value{tramp} file is backed up, and DIRECTORY is an absolute
1564 local file name, DIRECTORY is prepended with the @value{tramp} file
1565 name prefix of the file to be backed up.
1567 @noindent
1568 Example:
1570 @ifset emacs
1571 @lisp
1572 (add-to-list 'backup-directory-alist
1573              (cons "." "~/.emacs.d/backups/"))
1574 (setq tramp-backup-directory-alist backup-directory-alist)
1575 @end lisp
1576 @end ifset
1577 @ifset xemacs
1578 @lisp
1579 (require 'backup-dir)
1580 (add-to-list 'bkup-backup-directory-info
1581              (list "." "~/.emacs.d/backups/" 'full-path))
1582 (setq tramp-bkup-backup-directory-info bkup-backup-directory-info)
1583 @end lisp
1584 @end ifset
1586 @noindent
1587 The backup file name of
1588 @file{@value{prefix}su@value{postfixsinglehop}root@@localhost@value{postfix}/etc/secretfile}
1589 would be
1590 @ifset emacs
1591 @file{@value{prefix}su@value{postfixsinglehop}root@@localhost@value{postfix}~/.emacs.d/backups/!su:root@@localhost:!etc!secretfile~}
1592 @end ifset
1593 @ifset xemacs
1594 @file{@value{prefix}su@value{postfixsinglehop}root@@localhost@value{postfix}~/.emacs.d/backups/![su!root@@localhost]!etc!secretfile~}
1595 @end ifset
1597 The same problem can happen with auto-saving files.
1598 @ifset emacs
1599 Since @value{emacsname} 21, the variable
1600 @code{auto-save-file-name-transforms} keeps information, on which
1601 directory an auto-saved file should go.  By default, it is initialized
1602 for @value{tramp} files to the local temporary directory.
1604 On some versions of @value{emacsname}, namely the version built for
1605 Debian Linux, the variable @code{auto-save-file-name-transforms}
1606 contains the directory where @value{emacsname} was built.  A
1607 workaround is to manually set the variable to a sane value.
1609 If auto-saved files should go into the same directory as the original
1610 files, @code{auto-save-file-name-transforms} should be set to nil.
1612 Another possibility is to set the variable
1613 @code{tramp-auto-save-directory} to a proper value.
1614 @end ifset
1615 @ifset xemacs
1616 For this purpose you can set the variable @code{auto-save-directory}
1617 to a proper value.
1618 @end ifset
1621 @node Windows setup hints
1622 @section Issues with Cygwin ssh
1623 @cindex Cygwin, issues
1625 This section needs a lot of work!  Please help.
1627 @cindex method sshx with Cygwin
1628 @cindex sshx method with Cygwin
1629 If you use the Cygwin installation of ssh (you have to explicitly select
1630 it in the installer), then it should work out of the box to just select
1631 @code{sshx} as the connection method.  You can find information about
1632 setting up Cygwin in their FAQ at @uref{http://cygwin.com/faq/}.
1634 @cindex method scpx with Cygwin
1635 @cindex scpx method with Cygwin
1636 If you wish to use the @code{scpx} connection method, then you might
1637 have the problem that @value{emacsname} calls @code{scp} with a
1638 Windows filename such as @code{c:/foo}.  The Cygwin version of
1639 @code{scp} does not know about Windows filenames and interprets this
1640 as a remote filename on the host @code{c}.
1642 One possible workaround is to write a wrapper script for @code{scp}
1643 which converts the Windows filename to a Cygwinized filename.
1645 I guess that another workaround is to run @value{emacsname} under
1646 Cygwin, or to run a Cygwinized @value{emacsname}.
1648 @cindex Cygwin and ssh-agent
1649 @cindex SSH_AUTH_SOCK and @value{emacsname} on Windows
1650 If you want to use either @code{ssh} based method on Windows, then you
1651 might encounter problems with @code{ssh-agent}.  Using this program,
1652 you can avoid typing the pass-phrase every time you log in.  However,
1653 if you start @value{emacsname} from a desktop shortcut, then the
1654 environment variable @code{SSH_AUTH_SOCK} is not set and so
1655 @value{emacsname} and thus @value{tramp} and thus @code{ssh} and
1656 @code{scp} started from @value{tramp} cannot communicate with
1657 @code{ssh-agent}.  It works better to start @value{emacsname} from
1658 the shell.
1660 If anyone knows how to start @code{ssh-agent} under Windows in such a
1661 way that desktop shortcuts can profit, please holler.  I don't really
1662 know anything at all about Windows@dots{}
1665 @node Usage
1666 @chapter Using @value{tramp}
1667 @cindex using @value{tramp}
1669 Once you have installed @value{tramp} it will operate fairly transparently. You
1670 will be able to access files on any remote machine that you can log in
1671 to as though they were local.
1673 Files are specified to @value{tramp} using a formalized syntax specifying the
1674 details of the system to connect to.  This is similar to the syntax used
1675 by the @value{ftppackagename} package.
1677 @cindex type-ahead
1678 Something that might happen which surprises you is that
1679 @value{emacsname} remembers all your keystrokes, so if you see a
1680 password prompt from @value{emacsname}, say, and hit @kbd{@key{RET}}
1681 twice instead of once, then the second keystroke will be processed by
1682 @value{emacsname} after @value{tramp} has done its thing.  Why, this
1683 type-ahead is normal behavior, you say.  Right you are, but be aware
1684 that opening a remote file might take quite a while, maybe half a
1685 minute when a connection needs to be opened.  Maybe after half a
1686 minute you have already forgotten that you hit that key!
1688 @menu
1689 * Filename Syntax::             @value{tramp} filename conventions.
1690 * Multi-hop filename syntax::   Multi-hop filename conventions.
1691 * Filename completion::         Filename completion.
1692 * Dired::                       Dired.
1693 @end menu
1696 @node Filename Syntax
1697 @section @value{tramp} filename conventions
1698 @cindex filename syntax
1699 @cindex filename examples
1701 To access the file @var{localname} on the remote machine @var{machine} you
1702 would specify the filename
1703 @file{@value{prefix}@var{machine}@value{postfix}@var{localname}}.
1704 This will connect to @var{machine} and transfer the file using the
1705 default method.  @xref{Default Method}.
1707 Some examples of @value{tramp} filenames are shown below.
1709 @table @file
1710 @item @value{prefix}melancholia@value{postfix}.emacs
1711 Edit the file @file{.emacs} in your home directory on the machine
1712 @code{melancholia}.
1714 @item @value{prefix}melancholia.danann.net@value{postfix}.emacs
1715 This edits the same file, using the fully qualified domain name of
1716 the machine.
1718 @item @value{prefix}melancholia@value{postfix}~/.emacs
1719 This also edits the same file --- the @file{~} is expanded to your
1720 home directory on the remote machine, just like it is locally.
1722 @item @value{prefix}melancholia@value{postfix}~daniel/.emacs
1723 This edits the file @file{.emacs} in the home directory of the user
1724 @code{daniel} on the machine @code{melancholia}. The @file{~<user>}
1725 construct is expanded to the home directory of that user on the remote
1726 machine.
1728 @item @value{prefix}melancholia@value{postfix}/etc/squid.conf
1729 This edits the file @file{/etc/squid.conf} on the machine
1730 @code{melancholia}.
1732 @end table
1734 Unless you specify a different name to use, @value{tramp} will use the
1735 current local user name as the remote user name to log in with. If you
1736 need to log in as a different user, you can specify the user name as
1737 part of the filename.
1739 To log in to the remote machine as a specific user, you use the syntax
1740 @file{@value{prefix}@var{user}@@@var{machine}@value{postfix}/@var{path/to.file}}.
1741 That means that connecting to @code{melancholia} as @code{daniel} and
1742 editing @file{.emacs} in your home directory you would specify
1743 @file{@value{prefix}daniel@@melancholia@value{postfix}.emacs}.
1745 It is also possible to specify other file transfer methods
1746 (@pxref{Default Method}) as part of the filename.
1747 @ifset emacs
1748 This is done by putting the method before the user and host name, as
1750 @file{@value{prefix}@var{method}@value{postfixsinglehop}}
1751 (Note the trailing colon).
1752 @end ifset
1753 @ifset xemacs
1754 This is done by replacing the initial
1755 @file{@value{prefix}} with
1756 @file{@value{prefix}<method>@value{postfixsinglehop}}.
1757 (Note the trailing slash!).
1758 @end ifset
1759 The user, machine and file specification remain the same.
1761 So, to connect to the machine @code{melancholia} as @code{daniel},
1762 using the @option{ssh} method to transfer files, and edit @file{.emacs}
1763 in my home directory I would specify the filename
1764 @file{@value{prefix}ssh@value{postfixsinglehop}daniel@@melancholia@value{postfix}.emacs}.
1767 @node Multi-hop filename syntax
1768 @section Multi-hop filename conventions
1769 @cindex filename syntax for multi-hop files
1770 @cindex multi-hop filename syntax
1772 The syntax of multi-hop file names is necessarily slightly different
1773 than the syntax of other @value{tramp} file names.  Here's an example
1774 multi-hop file name:
1776 @example
1777 @value{prefix}multi@value{postfixsinglehop}rsh@value{postfixmultihop}out@@gate@value{postfixsinglehop}telnet@value{postfixmultihop}kai@@real.host@value{postfix}/path/to.file
1778 @end example
1780 This is quite a mouthful.  So let's go through it step by step.  The
1781 file name consists of three parts.
1782 @ifset emacs
1783 The parts are separated by colons
1784 @end ifset
1785 @ifset xemacs
1786 The parts are separated by slashes and square brackets.
1787 @end ifset
1788 The first part is @file{@value{prefix}multi}, the method
1789 specification.  The second part is
1790 @file{rsh@value{postfixmultihop}out@@gate@value{postfixsinglehop}telnet@value{postfixmultihop}kai@@real.host}
1791 and specifies the hops.  The final part is @file{/path/to.file} and
1792 specifies the file name on the remote host.
1794 The first part and the final part should be clear.  See @ref{Multi-hop
1795 Methods}, for a list of alternatives for the method specification.
1797 The second part can be subdivided again into components, so-called
1798 hops.  In the above file name, there are two hops,
1799 @file{rsh@value{postfixmultihop}out@@gate} and
1800 @file{telnet@value{postfixmultihop}kai@@real.host}.
1802 Each hop can @emph{again} be subdivided into (three) components, the
1803 @dfn{hop method}, the @dfn{user name} and the @dfn{host name}.  The
1804 meaning of the second and third component should be clear, and the hop
1805 method says what program to use to perform that hop.
1807 The first hop, @file{rsh@value{postfixmultihop}out@@gate},
1808 says to use @command{rsh} to log in as user @code{out} to the host
1809 @code{gate}.  Starting at that host, the second hop,
1810 @file{telnet@value{postfixmultihop}kai@@real.host}, says to
1811 use @command{telnet} to log in as user @code{kai} to host
1812 @code{real.host}.
1814 @xref{Multi-hop Methods}, for a list of possible hop method values.
1815 The variable @code{tramp-multi-connection-function-alist} contains the
1816 list of possible hop methods and information on how to execute them,
1817 should you want to add your own.
1820 @node Filename completion
1821 @section Filename completion
1822 @cindex filename completion
1824 Filename completion works with @value{tramp} for both completing methods,
1825 user names and machine names (except multi hop methods) as well as for
1826 files on remote machines.
1828 If you, for example, type @kbd{C-x C-f @value{prefix}t
1829 @key{TAB}}, @value{tramp} might give you as result the choice for
1831 @example
1832 @ifset emacs
1833 @value{prefixsinglehop}telnet@value{postfixsinglehop}                              tmp/
1834 @value{prefixsinglehop}toto@value{postfix}
1835 @end ifset
1836 @ifset xemacs
1837 @value{prefixsinglehop}telnet@value{postfixsinglehop}                              @value{prefixsinglehop}toto@value{postfix}
1838 @end ifset
1839 @end example
1841 @samp{@value{prefixsinglehop}telnet@value{postfixsinglehop}}
1842 is a possible completion for the respective method,
1843 @ifset emacs
1844 @samp{tmp/} stands for the directory @file{/tmp} on your local
1845 machine,
1846 @end ifset
1847 and @samp{@value{prefixsinglehop}toto@value{postfix}}
1848 might be a host @value{tramp} has detected in your @file{~/.ssh/known_hosts}
1849 file (given you're using default method @option{ssh}).
1851 If you go on to type @kbd{e @key{TAB}}, the minibuffer is completed to
1852 @samp{@value{prefix}telnet@value{postfixsinglehop}}.
1853 Next @kbd{@key{TAB}} brings you all machine names @value{tramp} detects in
1854 your @file{/etc/hosts} file, let's say
1856 @example
1857 @value{prefixsinglehop}telnet@value{postfixsinglehop}127.0.0.1@value{postfix}              @value{prefixsinglehop}telnet@value{postfixsinglehop}192.168.0.1@value{postfix}
1858 @value{prefixsinglehop}telnet@value{postfixsinglehop}localhost@value{postfix}              @value{prefixsinglehop}telnet@value{postfixsinglehop}melancholia.danann.net@value{postfix}
1859 @value{prefixsinglehop}telnet@value{postfixsinglehop}melancholia@value{postfix}
1860 @end example
1862 Now you can choose the desired machine, and you can continue to
1863 complete file names on that machine.
1865 As filename completion needs to fetch the listing of files from the
1866 remote machine, this feature is sometimes fairly slow.  As @value{tramp}
1867 does not yet cache the results of directory listing, there is no gain
1868 in performance the second time you complete filenames.
1870 If the configuration files (@pxref{Customizing Completion}), which
1871 @value{tramp} uses for analysis of completion, offer user names, those user
1872 names will be taken into account as well.
1875 @node Dired
1876 @section Dired
1877 @cindex dired
1879 @value{tramp} works transparently with dired, enabling you to use this powerful
1880 file management tool to manage files on any machine you have access to
1881 over the Internet.
1883 If you need to browse a directory tree, Dired is a better choice, at
1884 present, than filename completion.  Dired has its own cache mechanism
1885 and will only fetch the directory listing once.
1888 @node Bug Reports
1889 @chapter Reporting Bugs and Problems
1890 @cindex bug reports
1892 Bugs and problems with @value{tramp} are actively worked on by the development
1893 team. Feature requests and suggestions are also more than welcome.
1895 The @value{tramp} mailing list is a great place to get information on working
1896 with @value{tramp}, solving problems and general discussion and advice on topics
1897 relating to the package.
1899 The  mailing list is at @email{tramp-devel@@mail.freesoftware.fsf.org}.
1900 Messages sent to this address go to all the subscribers. This is
1901 @emph{not} the address to send subscription requests to.
1903 For help on subscribing to the list, send mail to the administrative
1904 address, @email{tramp-devel-request@@mail.freesoftware.fsf.org}, with the
1905 subject @samp{help}.
1907 To report a bug in @value{tramp}, you should execute @kbd{M-x tramp-bug}. This
1908 will automatically generate a buffer with the details of your system and
1909 @value{tramp} version.
1911 When submitting a bug report, please try to describe in excruciating
1912 detail the steps required to reproduce the problem, the setup of the
1913 remote machine and any special conditions that exist.
1915 If you can identify a minimal test case that reproduces the problem,
1916 include that with your bug report. This will make it much easier for the
1917 development team to analyze and correct the problem.
1919 @node Frequently Asked Questions
1920 @chapter Frequently Asked Questions
1921 @cindex frequently asked questions
1922 @cindex FAQ
1924 @itemize @bullet
1925 @item
1926 Where can I get the latest @value{tramp}?
1928 @value{tramp} is available under the URL below.
1930 @noindent
1931 @uref{http://savannah.nongnu.org/download/tramp/}
1933 @noindent
1934 There is also a Savannah project page.
1936 @noindent
1937 @uref{http://savannah.nongnu.org/projects/tramp/}
1939 @item
1940 Which systems does it work on?
1942 The package has been used successfully on Emacs 20 and Emacs 21, as well
1943 as XEmacs 21.  XEmacs 20 is more problematic, see the notes in
1944 @file{tramp.el}.  I don't think anybody has really tried it on Emacs 19.
1946 The package was intended to work on Unix, and it really expects a
1947 Unix-like system on the remote end (except the @option{smb} method),
1948 but some people seemed to have some success getting it to work on MS
1949 Windows NT/2000/XP @value{emacsname}.
1951 There is some informations on @value{tramp} on NT at the following URL;
1952 many thanks to Joe Stoy for providing the information:
1953 @uref{ftp://ftp.comlab.ox.ac.uk/tmp/Joe.Stoy/}
1955 The above mostly contains patches to old ssh versions; Tom Roche has a
1956 Web page with instructions:
1957 @uref{http://www4.ncsu.edu/~tlroche/plinkTramp.html}
1959 ??? Is the XEmacs info correct?
1961 ??? Can somebody provide some information for getting it to work on NT
1962 Emacs?  I think there was some issue with @command{ssh}?
1965 @item
1966 I can't stop @value{ftppackagename} starting with @value{emacsname}
1968 @ifset emacs
1969 @value{ftppackagename} is loaded from @value{tramp} automatically if you
1970 require a file by the ftp method.  Unfortunately, there are some Lisp
1971 packages which make @value{ftppackagename} file name handlers active.
1972 You can see it applying @kbd{C-h v file-name-handler-alist}:
1974 @example
1975 file-name-handler-alist's value is
1976 (("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
1977  ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
1978  ("^/[^/]*$" . tramp-completion-file-name-handler)
1979  ("\\`/[^/:]+:" . tramp-file-name-handler)
1980  ("\\`/:" . file-name-non-special))
1981 @end example
1983 Please try to find out which package is responsible for loading
1984 @value{ftppackagename}, and raise a bug report.
1986 A workaround is to require @value{ftppackagename} before @value{tramp} in
1987 your @file{~/.emacs}, because @value{tramp} cleans up the entries in
1988 @code{file-name-handler-alist}:
1990 @lisp
1991 ;; @value{ftppackagename} temporarily required
1992 (require 'ange-ftp)
1993 ;; @value{tramp} cleans up @code{file-name-handler-alist}
1994 (require 'tramp)
1995 @end lisp
1996 @end ifset
1998 @ifset xemacs
1999 Not all the older versions of @value{tramp} supported @value{emacsname}
2000 correctly.  The first thing to do is to make sure that you have the
2001 latest version of @value{tramp} installed.
2003 If you do, please try and find out exactly the conditions required for
2004 the @value{ftppackagename} handlers to fire.  If you can, putting a
2005 breakpoint on @code{efs-ftp-path} and sending in the stack trace along
2006 with your bug report would make it easier for the developers to work out
2007 what is going wrong.
2008 @end ifset
2011 @item
2012 File name completion does not work with @value{tramp}
2014 When you log in to the remote machine, do you see the output of
2015 @command{ls} in color? If so, this may be the cause of your problems.
2017 @command{ls} outputs @acronym{ANSI} escape sequences that your terminal
2018 emulator interprets to set the colors.  These escape sequences will
2019 confuse @value{tramp} however.
2021 In your @file{.bashrc}, @file{.profile} or equivalent on the remote
2022 machine you probably have an alias configured that adds the option
2023 @option{--color=yes} or @option{--color=auto}.
2025 You should remove that alias and ensure that a new login @emph{does not}
2026 display the output of @command{ls} in color.  If you still cannot use
2027 filename completion, report a bug to the @value{tramp} developers.
2030 @item
2031 File name completion does not work in large directories
2033 @value{tramp} uses globbing for some operations.  (Globbing means to use the
2034 shell to expand wildcards such as `*.c'.)  This might create long
2035 command lines, especially in directories with many files.  Some shells
2036 choke on long command lines, or don't cope well with the globbing
2037 itself.
2039 If you have a large directory on the remote end, you may wish to execute
2040 a command like @samp{ls -d * ..?* > /dev/null} and see if it hangs.
2041 Note that you must first start the right shell, which might be
2042 @command{/bin/sh}, @command{ksh} or @command{bash}, depending on which
2043 of those supports tilde expansion.
2046 @item
2047 How can I get notified when @value{tramp} file transfers are complete?
2049 The following snippet can be put in your @file{~/.emacs} file.  It
2050 makes @value{emacsname} beep after reading from or writing to the
2051 remote host.
2053 @lisp
2054 (defadvice tramp-handle-write-region
2055   (after tramp-write-beep-advice activate)
2056  " make tramp beep after writing a file."
2057  (interactive)
2058  (beep))
2059 (defadvice tramp-handle-do-copy-or-rename-file
2060   (after tramp-copy-beep-advice activate)
2061  " make tramp beep after copying a file."
2062  (interactive)
2063  (beep))
2064 (defadvice tramp-handle-insert-file-contents
2065   (after tramp-copy-beep-advice activate)
2066  " make tramp beep after copying a file."
2067  (interactive)
2068  (beep))
2069 @end lisp
2072 @item
2073 There's this @file{~/.sh_history} file on the remote host which keeps
2074 growing and growing.  What's that?
2076 Sometimes, @value{tramp} starts @code{ksh} on the remote host for tilde
2077 expansion.  Maybe @code{ksh} saves the history by default.  @value{tramp}
2078 tries to turn off saving the history, but maybe you have to help.  For
2079 example, you could put this in your @file{.kshrc}:
2081 @example
2082 if [ -f $HOME/.sh_history ] ; then
2083    /bin/rm $HOME/.sh_history
2085 if [ "$@{HISTFILE-unset@}" != "unset" ] ; then
2086    unset HISTFILE
2088 if [ "$@{HISTSIZE-unset@}" != "unset" ] ; then
2089    unset HISTSIZE
2091 @end example
2094 @item @value{tramp} doesn't transfer strings with more than 500 characters
2095 correctly
2097 On some few systems, the implementation of @code{process-send-string}
2098 seems to be broken for longer strings.  This case, you should
2099 customize the variable @code{tramp-chunksize} to 500.  For a
2100 description how to determine whether this is necessary see the
2101 documentation of @code{tramp-chunksize}.
2103 @end itemize
2106 @c For the developer
2107 @node Version Control
2108 @chapter The inner workings of remote version control
2109 @cindex Version Control
2111 Unlike @value{ftppackagename}, @value{tramp} has full shell access to the
2112 remote machine. This makes it possible to provide version control for
2113 files accessed under @value{tramp}.
2115 The actual version control binaries must be installed on the remote
2116 machine, accessible in the directories specified in
2117 @var{tramp-remote-path}.
2119 This transparent integration with the version control systems is one of
2120 the most valuable features provided by @value{tramp}, but it is far from perfect.
2121 Work is ongoing to improve the transparency of the system.
2123 @menu
2124 * Version Controlled Files::    Determining if a file is under version control.
2125 * Remote Commands::             Executing the version control commands on the remote machine.
2126 * Changed workfiles::           Detecting if the working file has changed.
2127 * Checking out files::          Bringing the workfile out of the repository.
2128 * Miscellaneous Version Control::  Things related to Version Control that don't fit elsewhere.
2129 @end menu
2132 @node Version Controlled Files
2133 @section Determining if a file is under version control
2135 The VC package uses the existence of on-disk revision control master
2136 files to determine if a given file is under revision control. These file
2137 tests happen on the remote machine through the standard @value{tramp} mechanisms.
2140 @node Remote Commands
2141 @section Executing the version control commands on the remote machine
2143 There are no hooks provided by VC to allow intercepting of the version
2144 control command execution. The calls occur through the
2145 @code{call-process} mechanism, a function that is somewhat more
2146 efficient than the @code{shell-command} function but that does not
2147 provide hooks for remote execution of commands.
2149 To work around this, the functions @code{vc-do-command} and
2150 @code{vc-simple-command} have been advised to intercept requests for
2151 operations on files accessed via @value{tramp}.
2153 In the case of a remote file, the @code{shell-command} interface is
2154 used, with some wrapper code, to provide the same functionality on the
2155 remote machine as would be seen on the local machine.
2158 @node Changed workfiles
2159 @section Detecting if the working file has changed
2161 As there is currently no way to get access to the mtime of a file on a
2162 remote machine in a portable way, the @code{vc-workfile-unchanged-p}
2163 function is advised to call an @value{tramp} specific function for remote files.
2165 The @code{tramp-vc-workfile-unchanged-p} function uses the functioning VC
2166 diff functionality to determine if any changes have occurred between the
2167 workfile and the version control master.
2169 This requires that a shell command be executed remotely, a process that
2170 is notably heavier-weight than the mtime comparison used for local
2171 files. Unfortunately, unless a portable solution to the issue is found,
2172 this will remain the cost of remote version control.
2175 @node Checking out files
2176 @section Bringing the workfile out of the repository
2178 VC will, by default, check for remote files and refuse to act on them
2179 when checking out files from the repository. To work around this
2180 problem, the function @code{vc-checkout} knows about @value{tramp} files and
2181 allows version control to occur.
2184 @node Miscellaneous Version Control
2185 @section Things related to Version Control that don't fit elsewhere
2187 Minor implementation details, &c.
2189 @menu
2190 * Remote File Ownership::       How VC determines who owns a workfile.
2191 * Back-end Versions::           How VC determines what release your RCS is.
2192 @end menu
2195 @node Remote File Ownership
2196 @subsection How VC determines who owns a workfile
2198 @value{emacsname} provides the @code{user-full-name} function to
2199 return the login name of the current user as well as mapping from
2200 arbitrary user id values back to login names. The VC code uses this
2201 functionality to map from the uid of the owner of a workfile to the
2202 login name in some circumstances.
2204 This will not, for obvious reasons, work if the remote system has a
2205 different set of logins. As such, it is necessary to delegate to the
2206 remote machine the job of determining the login name associated with a
2207 uid.
2209 Unfortunately, with the profusion of distributed management systems such
2210 as @code{NIS}, @code{NIS+} and @code{NetInfo}, there is no simple,
2211 reliable and portable method for performing this mapping.
2213 Thankfully, the only place in the VC code that depends on the mapping of
2214 a uid to a login name is the @code{vc-file-owner} function. This returns
2215 the login of the owner of the file as a string.
2217 This function has been advised to use the output of @command{ls} on the
2218 remote machine to determine the login name, delegating the problem of
2219 mapping the uid to the login to the remote system which should know more
2220 about it than I do.
2223 @node Back-end Versions
2224 @subsection How VC determines what release your RCS is
2226 VC needs to know what release your revision control binaries you are
2227 running as not all features VC supports are available with older
2228 versions of @command{rcs(1)}, @command{cvs(1)} or @command{sccs(1)}.
2230 The default implementation of VC determines this value the first time it
2231 is needed and then stores the value globally to avoid the overhead of
2232 executing a process and parsing its output each time the information is
2233 needed.
2235 Unfortunately, life is not quite so easy when remote version control
2236 comes into the picture. Each remote machine may have a different version
2237 of the version control tools and, while this is painful, we need to
2238 ensure that unavailable features are not used remotely.
2240 To resolve this issue, @value{tramp} currently takes the sledgehammer
2241 approach of making the release values of the revision control tools
2242 local to each @value{tramp} buffer, forcing VC to determine these values
2243 again each time a new file is visited.
2245 This has, quite obviously, some performance implications. Thankfully,
2246 most of the common operations performed by VC do not actually require
2247 that the remote version be known. This makes the problem far less
2248 apparent.
2250 Eventually these values will be captured by @value{tramp} on a system by
2251 system basis and the results cached to improve performance.
2254 @node Files directories and localnames
2255 @chapter How file names, directories and localnames are mangled and managed.
2257 @menu
2258 * Localname deconstruction::    Breaking a localname into its components.
2259 @end menu
2262 @node Localname deconstruction
2263 @section Breaking a localname into its components.
2265 @value{tramp} file names are somewhat different, obviously, to ordinary file
2266 names. As such, the lisp functions @code{file-name-directory} and
2267 @code{file-name-nondirectory} are overridden within the @value{tramp}
2268 package.
2270 Their replacements are reasonably simplistic in their approach. They
2271 dissect the filename, call the original handler on the localname and
2272 then rebuild the @value{tramp} file name with the result.
2274 This allows the platform specific hacks in the original handlers to take
2275 effect while preserving the @value{tramp} file name information.
2278 @node Issues
2279 @chapter Debatable Issues and What Was Decided
2281 @itemize @bullet
2282 @item The uuencode method does not always work.
2284 Due to the design of @value{tramp}, the encoding and decoding programs need to
2285 read from stdin and write to stdout.  On some systems, @code{uudecode -o
2286 -} will read stdin and write the decoded file to stdout, on other
2287 systems @code{uudecode -p} does the same thing.  But some systems have
2288 uudecode implementations which cannot do this at all---it is not
2289 possible to call these uudecode implementations with suitable parameters
2290 so that they write to stdout.
2292 Of course, this could be circumvented: the @code{begin foo 644} line
2293 could be rewritten to put in some temporary file name, then
2294 @code{uudecode} could be called, then the temp file could be printed and
2295 deleted.
2297 But I have decided that this is too fragile to reliably work, so on some
2298 systems you'll have to do without the uuencode methods.
2300 @item @value{tramp} does not work on XEmacs 20.
2302 This is because it requires the macro @code{with-timeout} which does not
2303 appear to exist in XEmacs 20.  I'm somewhat reluctant to add an
2304 emulation macro to @value{tramp}, but if somebody who uses XEmacs 20 steps
2305 forward and wishes to implement and test it, please contact me or the
2306 mailing list.
2308 @item The @value{tramp} filename syntax differs between Emacs and XEmacs.
2310 The Emacs maintainers wish to use a unified filename syntax for
2311 Ange-FTP and @value{tramp} so that users don't have to learn a new
2312 syntax.  It is sufficient to learn some extensions to the old syntax.
2314 For the XEmacs maintainers, the problems caused from using a unified
2315 filename syntax are greater than the gains.  The XEmacs package system
2316 uses EFS for downloading new packages.  So, obviously, EFS has to be
2317 installed from the start.  If the filenames were unified, @value{tramp}
2318 would have to be installed from the start, too.
2320 @ifset xemacs
2321 @strong{Note:} If you'ld like to use a similar syntax like
2322 @value{ftppackagename}, you need the following settings in your init
2323 file:
2325 @lisp
2326 (setq tramp-unified-filenames t)
2327 (require 'tramp)
2328 @end lisp
2330 The autoload of the @value{emacsname} @value{tramp} package must be
2331 disabled.  This can be achieved by setting file permissions @code{000}
2332 to the files @file{.../xemacs-packages/lisp/tramp/auto-autoloads.el*}.
2334 In case of unified filenames, all @value{emacsname} download sites
2335 are added to @code{tramp-default-method-alist} with default method
2336 @code{ftp} @xref{Default Method}.  These settings shouldn't be touched
2337 for proper working of the @value{emacsname} package system.
2339 The syntax for unified filenames is described in the @value{tramp} manual
2340 for @value{emacsothername}.
2341 @end ifset
2343 @end itemize
2345 @node Concept Index
2346 @comment node-name,    next,  previous,      up
2347 @unnumbered Concept Index
2348 @printindex cp
2349 @contents
2350 @c End of tramp.texi - the TRAMP User Manual
2351 @bye
2353 @c TODO
2355 @c * Say something about the .login and .profile files of the remote
2356 @c   shells.
2357 @c * Explain how tramp.el works in principle: open a shell on a remote
2358 @c   host and then send commands to it.
2359 @c * Mention that bookmarks are a cool feature to go along with Tramp.
2360 @c * Make terminology "inline" vs "out-of-band" consistent.
2361 @c   It seems that "external" is also used instead of "out-of-band".
2363 @c * M. Albinus
2364 @c ** Use `filename' resp. `file name' consistently.
2365 @c ** Use `host' resp. `machine' consistently.
2366 @c ** Consistent small or capitalized words especially in menues.
2368 @ignore
2369    arch-tag: f96dd66e-6dd3-4c92-8d77-9c56205ba808
2370 @end ignore