/[emacs]/emacs/man/files.texi
ViewVC logotype

Diff of /emacs/man/files.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.70 by gm, Sat Apr 20 22:56:08 2002 UTC revision 1.71 by kai, Tue Jun 18 09:55:53 2002 UTC
# Line 2959  extract or manipulate the subfiles in th Line 2959  extract or manipulate the subfiles in th
2959  @node Remote Files  @node Remote Files
2960  @section Remote Files  @section Remote Files
2961    
2962    @cindex Tramp
2963      In the following, file access via FTP will be discussed.  In
2964    addition to that facility, it is also possible to access remote files
2965    through a shell connection.  @xref{Top, The Tramp Manual,, tramp, The
2966    Tramp Manual}.
2967    
2968  @cindex FTP  @cindex FTP
2969  @cindex remote file access  @cindex remote file access
2970    You can refer to files on other machines using a special file name syntax:    You can refer to files on other machines using a special file name syntax:
# Line 2978  name @var{user}.  It may ask you for a p Line 2984  name @var{user}.  It may ask you for a p
2984  is used for logging in on @var{host}.  The form using @var{port} allows  is used for logging in on @var{host}.  The form using @var{port} allows
2985  you to access servers running on a non-default TCP port.  you to access servers running on a non-default TCP port.
2986    
2987    For 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
2998    Note that the square brackets are part of the file names.
2999    
3000  @cindex backups for remote files  @cindex backups for remote files
3001  @vindex ange-ftp-make-backup-files  @vindex ange-ftp-make-backup-files
3002    If you want to disable backups for remote files, set the variable    If you want to disable backups for remote files, set the variable

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26