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

Diff of /emacs/man/tramp.texi

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

revision 1.9 by kai, Sun Jul 21 13:49:05 2002 UTC revision 1.10 by eggert, Fri Aug 16 06:29:40 2002 UTC
# Line 455  recognizes.  One can be found in a defau Line 455  recognizes.  One can be found in a defau
455  @file{/usr/info/dir}.  Copy the top of this file down to the first  @file{/usr/info/dir}.  Copy the top of this file down to the first
456  occurrence of `* Menu' including that line plus one more blank line,  occurrence of `* Menu' including that line plus one more blank line,
457  to your working directory @file{texi/dir}, or use the sample provided  to your working directory @file{texi/dir}, or use the sample provided
458  in the @file{texi} directroy of this distribution.  See  in the @file{texi} directory of this distribution.  See
459  @file{texi/dir_sample}  @file{texi/dir_sample}
460    
461  Once a @file{dir} file is in place, this command will make the entry.  Once a @file{dir} file is in place, this command will make the entry.
# Line 541  differ. Line 541  differ.
541  @cindex methods, external transfer  @cindex methods, external transfer
542  @cindex methods, out-of-band  @cindex methods, out-of-band
543  Loading or saving a remote file requires that the content of the file  Loading or saving a remote file requires that the content of the file
544  be transfered between the two machines. The content of the file can be  be transferred between the two machines. The content of the file can be
545  transfered over the same connection used to log in to the remote  transferred over the same connection used to log in to the remote
546  machine or the file can be transfered through another connection using  machine or the file can be transferred through another connection using
547  a remote copy program such as @command{rcp}, @command{scp} or  a remote copy program such as @command{rcp}, @command{scp} or
548  @command{rsync}.  The former are called @dfn{inline methods}, the  @command{rsync}.  The former are called @dfn{inline methods}, the
549  latter are called @dfn{out-of-band methods} or @dfn{external transfer  latter are called @dfn{out-of-band methods} or @dfn{external transfer
# Line 643  There are also two variants, @option{sm- Line 643  There are also two variants, @option{sm-
643  that use the @command{ssh1} and @command{ssh2} commands explicitly. If  that use the @command{ssh1} and @command{ssh2} commands explicitly. If
644  you don't know what these are, you do not need these options.  you don't know what these are, you do not need these options.
645    
646  All the methods based on @command{ssh} have an additional kludgy  All the methods based on @command{ssh} have an additional kludgey
647  feature: you can specify a host name which looks like @file{host#42}  feature: you can specify a host name which looks like @file{host#42}
648  (the real host name, then a hash sign, then a port number).  This  (the real host name, then a hash sign, then a port number).  This
649  means to connect to the given host but to also pass @code{-p 42} as  means to connect to the given host but to also pass @code{-p 42} as
# Line 901  The cost of the cryptographic handshake Line 901  The cost of the cryptographic handshake
901  session can begin to absorb the advantage that the lack of encoding and  session can begin to absorb the advantage that the lack of encoding and
902  decoding presents.  decoding presents.
903    
904  All the @command{ssh} based methods support the kludgy @samp{-p}  All the @command{ssh} based methods support the kludgey @samp{-p}
905  feature where you can specify a port number to connect to in the host  feature where you can specify a port number to connect to in the host
906  name.  For example, the host name @file{host#42} tells Tramp to  name.  For example, the host name @file{host#42} tells Tramp to
907  specify @samp{-p 42} in the argument list for @command{ssh}.  specify @samp{-p 42} in the argument list for @command{ssh}.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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