emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/files.texi


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/man/files.texi
Date: Tue, 18 Jun 2002 05:55:53 -0400

Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.70 emacs/man/files.texi:1.71
*** emacs/man/files.texi:1.70   Sat Apr 20 18:56:08 2002
--- emacs/man/files.texi        Tue Jun 18 05:55:53 2002
***************
*** 2959,2964 ****
--- 2959,2970 ----
  @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:
***************
*** 2977,2982 ****
--- 2983,3001 ----
  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
+ /address@hidden@var{filename}
+ /address@hidden@@@address@hidden
+ /address@hidden/@var{user}@@@address@hidden
+ @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]