comparison man/tramp.texi @ 74738:1f9822a38f41

* tramp.texi (External transfer methods): Describe new method `scpc'.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 19 Dec 2006 06:57:28 +0000
parents 2889a065b1d4
children 3d45362f1d38 bc10a33dd40b
comparison
equal deleted inserted replaced
74737:5ac41de0888b 74738:1f9822a38f41
830 to not print any shell prompt, which confuses @value{tramp} mightily. 830 to not print any shell prompt, which confuses @value{tramp} mightily.
831 831
832 This method supports the @samp{-p} hack. 832 This method supports the @samp{-p} hack.
833 833
834 834
835 @item @option{scpc} --- @command{ssh} and @command{scp}
836 @cindex method scpx
837 @cindex scpx method
838 @cindex scp (with scpx method)
839 @cindex ssh (with scpx method)
840
841 Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
842 @option{ControlMaster}. This allows @option{scp} to reuse an existing
843 @option{ssh} channel, which increases performance.
844
845 Before you use this method, you shall check whether your @option{ssh}
846 implementation does support this option. Try from the command line
847
848 @example
849 ssh localhost -o ControlMaster=yes
850 @end example
851
852 This method supports the @samp{-p} hack.
853
854
835 @item @option{pscp} --- @command{plink} and @command{pscp} 855 @item @option{pscp} --- @command{plink} and @command{pscp}
836 @cindex method pscp 856 @cindex method pscp
837 @cindex pscp method 857 @cindex pscp method
838 @cindex pscp (with pscp method) 858 @cindex pscp (with pscp method)
839 @cindex plink (with pscp method) 859 @cindex plink (with pscp method)