aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-07-12 15:05:11 +0200
committerMichael Albinus2019-07-12 15:05:11 +0200
commit1d727e94b2da2387fe8cc379f6c95c677cbeacd6 (patch)
tree0b5f19ef8f70625eef381f4461e3f40dd4a6ec8f
parent75f7fe87c35e38578cdb4397580d46754a81675d (diff)
downloademacs-1d727e94b2da2387fe8cc379f6c95c677cbeacd6.tar.gz
emacs-1d727e94b2da2387fe8cc379f6c95c677cbeacd6.zip
* doc/misc/tramp.texi (Inline methods): Precise about used external programs.
-rw-r--r--doc/misc/tramp.texi25
1 files changed, 14 insertions, 11 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 66e49be27ed..5d88ac111b3 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -712,25 +712,28 @@ Inline methods can work in situations where an external transfer
712program is unavailable. Inline methods also work when transferring 712program is unavailable. Inline methods also work when transferring
713files between different @emph{user identities} on the same host. 713files between different @emph{user identities} on the same host.
714 714
715@cindex @command{uuencode}
716@cindex @command{mimencode}
717@cindex base-64 encoding 715@cindex base-64 encoding
718 716@cindex base-64 encoding
717@cindex uu encoding
718@vindex tramp-remote-coding-commands
719@value{tramp} checks the remote host for the availability and 719@value{tramp} checks the remote host for the availability and
720usability of @command{mimencode} (part of the @command{metamail} 720usability of one of the commands defined in
721package) or @command{uuencode}. @value{tramp} uses the first reliable 721@code{tramp-remote-coding-commands}. @value{tramp} uses the first
722command it finds. @value{tramp}'s search path can be customized, see 722reliable command it finds. @value{tramp}'s search path can be
723@ref{Remote programs}. 723customized, see @ref{Remote programs}.
724 724
725In case both @command{mimencode} and @command{uuencode} are 725In case none of the commands are unavailable, @value{tramp} first
726unavailable, @value{tramp} first transfers a small Perl program to the 726transfers a small Perl program to the remote host, and then tries that
727remote host, and then tries that program for encoding and decoding. 727program for encoding and decoding.
728 728
729@vindex tramp-inline-compress-start-size 729@vindex tramp-inline-compress-start-size
730@vindex tramp-inline-compress-commands
730To increase transfer speeds for large text files, use compression 731To increase transfer speeds for large text files, use compression
731before encoding. The user option 732before encoding. The user option
732@code{tramp-inline-compress-start-size} specifies the file size for 733@code{tramp-inline-compress-start-size} specifies the file size for
733such optimization. 734such optimization. This feature depends on the availability and
735usability of one of the commands defined in
736@code{tramp-inline-compress-commands}.
734 737
735@table @asis 738@table @asis
736@item @option{rsh} 739@item @option{rsh}