diff options
| author | Michael Albinus | 2019-07-12 15:05:11 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-07-12 15:05:11 +0200 |
| commit | 1d727e94b2da2387fe8cc379f6c95c677cbeacd6 (patch) | |
| tree | 0b5f19ef8f70625eef381f4461e3f40dd4a6ec8f | |
| parent | 75f7fe87c35e38578cdb4397580d46754a81675d (diff) | |
| download | emacs-1d727e94b2da2387fe8cc379f6c95c677cbeacd6.tar.gz emacs-1d727e94b2da2387fe8cc379f6c95c677cbeacd6.zip | |
* doc/misc/tramp.texi (Inline methods): Precise about used external programs.
| -rw-r--r-- | doc/misc/tramp.texi | 25 |
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 | |||
| 712 | program is unavailable. Inline methods also work when transferring | 712 | program is unavailable. Inline methods also work when transferring |
| 713 | files between different @emph{user identities} on the same host. | 713 | files 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 |
| 720 | usability of @command{mimencode} (part of the @command{metamail} | 720 | usability of one of the commands defined in |
| 721 | package) or @command{uuencode}. @value{tramp} uses the first reliable | 721 | @code{tramp-remote-coding-commands}. @value{tramp} uses the first |
| 722 | command it finds. @value{tramp}'s search path can be customized, see | 722 | reliable command it finds. @value{tramp}'s search path can be |
| 723 | @ref{Remote programs}. | 723 | customized, see @ref{Remote programs}. |
| 724 | 724 | ||
| 725 | In case both @command{mimencode} and @command{uuencode} are | 725 | In case none of the commands are unavailable, @value{tramp} first |
| 726 | unavailable, @value{tramp} first transfers a small Perl program to the | 726 | transfers a small Perl program to the remote host, and then tries that |
| 727 | remote host, and then tries that program for encoding and decoding. | 727 | program 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 | ||
| 730 | To increase transfer speeds for large text files, use compression | 731 | To increase transfer speeds for large text files, use compression |
| 731 | before encoding. The user option | 732 | before 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 |
| 733 | such optimization. | 734 | such optimization. This feature depends on the availability and |
| 735 | usability 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} |