diff options
author | Kai Großjohann <kgrossjo@eu.uu.net> | 2002-06-18 09:55:53 +0000 |
---|---|---|
committer | Kai Großjohann <kgrossjo@eu.uu.net> | 2002-06-18 09:55:53 +0000 |
commit | 63e889dfeb2e7155596e58874c67d6db9ee3ab1e (patch) | |
tree | 5ef85e012141e177c8a01cc981d1c5125f33888e /man/files.texi | |
parent | c3d82b69376f58a9f3027fb4729486c861ab5470 (diff) | |
download | emacs-63e889dfeb2e7155596e58874c67d6db9ee3ab1e.tar.gz |
@node{Remote Files}: Mention Tramp.
Diffstat (limited to 'man/files.texi')
-rw-r--r-- | man/files.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/files.texi b/man/files.texi index 49333c9b36f..d15ec0ec034 100644 --- a/man/files.texi +++ b/man/files.texi @@ -2959,6 +2959,12 @@ extract or manipulate the subfiles in the archive. @node Remote Files @section Remote Files +@cindex Tramp + In the following, file access via FTP will be discussed. In +addition to that facility, it is also possible to access remote files +through a shell connection. @xref{Top, The Tramp Manual,, tramp, The +Tramp Manual}. + @cindex FTP @cindex remote file access You can refer to files on other machines using a special file name syntax: @@ -2978,6 +2984,19 @@ name @var{user}. It may ask you for a password from time to time; this is used for logging in on @var{host}. The form using @var{port} allows you to access servers running on a non-default TCP port. +For using Tramp, the file name syntax looks like this: + +@example +@group +/[@var{host}]@var{filename} +/[@var{user}@@@var{host}]@var{filename} +/[@var{method}/@var{user}@@@var{host}]@var{filename} +@end group +@end example + +@noindent +Note that the square brackets are part of the file names. + @cindex backups for remote files @vindex ange-ftp-make-backup-files If you want to disable backups for remote files, set the variable |