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