# HG changeset patch # User Kai Grojohann # Date 1024394153 0 # Node ID 58c783d196499b6b90e03926dc30c16fbddf5bdd # Parent e945d29fa2b5a08d8dec05afb0c41e8278f6fb29 @node{Remote Files}: Mention Tramp. diff -r e945d29fa2b5 -r 58c783d19649 man/files.texi --- a/man/files.texi Tue Jun 18 09:55:26 2002 +0000 +++ b/man/files.texi Tue Jun 18 09:55:53 2002 +0000 @@ -2959,6 +2959,12 @@ @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 @@ 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