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