aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Großjohann2002-06-18 09:55:53 +0000
committerKai Großjohann2002-06-18 09:55:53 +0000
commit63e889dfeb2e7155596e58874c67d6db9ee3ab1e (patch)
tree5ef85e012141e177c8a01cc981d1c5125f33888e
parentc3d82b69376f58a9f3027fb4729486c861ab5470 (diff)
downloademacs-63e889dfeb2e7155596e58874c67d6db9ee3ab1e.tar.gz
emacs-63e889dfeb2e7155596e58874c67d6db9ee3ab1e.zip
@node{Remote Files}: Mention Tramp.
-rw-r--r--man/files.texi19
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.
2959@node Remote Files 2959@node Remote Files
2960@section Remote Files 2960@section Remote Files
2961 2961
2962@cindex Tramp
2963 In the following, file access via FTP will be discussed. In
2964addition to that facility, it is also possible to access remote files
2965through a shell connection. @xref{Top, The Tramp Manual,, tramp, The
2966Tramp Manual}.
2967
2962@cindex FTP 2968@cindex FTP
2963@cindex remote file access 2969@cindex remote file access
2964 You can refer to files on other machines using a special file name syntax: 2970 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
2978is used for logging in on @var{host}. The form using @var{port} allows 2984is used for logging in on @var{host}. The form using @var{port} allows
2979you to access servers running on a non-default TCP port. 2985you to access servers running on a non-default TCP port.
2980 2986
2987For using Tramp, the file name syntax looks like this:
2988
2989@example
2990@group
2991/[@var{host}]@var{filename}
2992/[@var{user}@@@var{host}]@var{filename}
2993/[@var{method}/@var{user}@@@var{host}]@var{filename}
2994@end group
2995@end example
2996
2997@noindent
2998Note that the square brackets are part of the file names.
2999
2981@cindex backups for remote files 3000@cindex backups for remote files
2982@vindex ange-ftp-make-backup-files 3001@vindex ange-ftp-make-backup-files
2983 If you want to disable backups for remote files, set the variable 3002 If you want to disable backups for remote files, set the variable