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