comparison man/tramp.texi @ 46918:82d113655734

Minor spelling and grammar corrections.
author Paul Eggert <eggert@twinsun.com>
date Fri, 16 Aug 2002 06:29:40 +0000
parents f548d7d0c651
children b31c8ab7336a
comparison
equal deleted inserted replaced
46917:7f23d458e897 46918:82d113655734
453 for you from scratch. You must provide a skeleton dir file it 453 for you from scratch. You must provide a skeleton dir file it
454 recognizes. One can be found in a default install at 454 recognizes. One can be found in a default install at
455 @file{/usr/info/dir}. Copy the top of this file down to the first 455 @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, 456 occurrence of `* Menu' including that line plus one more blank line,
457 to your working directory @file{texi/dir}, or use the sample provided 457 to your working directory @file{texi/dir}, or use the sample provided
458 in the @file{texi} directroy of this distribution. See 458 in the @file{texi} directory of this distribution. See
459 @file{texi/dir_sample} 459 @file{texi/dir_sample}
460 460
461 Once a @file{dir} file is in place, this command will make the entry. 461 Once a @file{dir} file is in place, this command will make the entry.
462 install-info --infodir=. tramp.info 462 install-info --infodir=. tramp.info
463 If you want it in a specific category 463 If you want it in a specific category
539 @cindex out-of-band methods 539 @cindex out-of-band methods
540 @cindex methods, inline 540 @cindex methods, inline
541 @cindex methods, external transfer 541 @cindex methods, external transfer
542 @cindex methods, out-of-band 542 @cindex methods, out-of-band
543 Loading or saving a remote file requires that the content of the file 543 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 544 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 545 transferred over the same connection used to log in to the remote
546 machine or the file can be transfered through another connection using 546 machine or the file can be transferred through another connection using
547 a remote copy program such as @command{rcp}, @command{scp} or 547 a remote copy program such as @command{rcp}, @command{scp} or
548 @command{rsync}. The former are called @dfn{inline methods}, the 548 @command{rsync}. The former are called @dfn{inline methods}, the
549 latter are called @dfn{out-of-band methods} or @dfn{external transfer 549 latter are called @dfn{out-of-band methods} or @dfn{external transfer
550 methods} (@dfn{external methods} for short). 550 methods} (@dfn{external methods} for short).
551 551
641 641
642 There are also two variants, @option{sm-ssh1} and @option{sm-ssh2} 642 There are also two variants, @option{sm-ssh1} and @option{sm-ssh2}
643 that use the @command{ssh1} and @command{ssh2} commands explicitly. If 643 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. 644 you don't know what these are, you do not need these options.
645 645
646 All the methods based on @command{ssh} have an additional kludgy 646 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} 647 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 648 (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 649 means to connect to the given host but to also pass @code{-p 42} as
650 arguments to the @command{ssh} command. 650 arguments to the @command{ssh} command.
651 651
899 the inline methods when you often open and close small files however. 899 the inline methods when you often open and close small files however.
900 The cost of the cryptographic handshake at the start of an @command{scp} 900 The cost of the cryptographic handshake at the start of an @command{scp}
901 session can begin to absorb the advantage that the lack of encoding and 901 session can begin to absorb the advantage that the lack of encoding and
902 decoding presents. 902 decoding presents.
903 903
904 All the @command{ssh} based methods support the kludgy @samp{-p} 904 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 905 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 906 name. For example, the host name @file{host#42} tells Tramp to
907 specify @samp{-p 42} in the argument list for @command{ssh}. 907 specify @samp{-p 42} in the argument list for @command{ssh}.
908 908
909 909