Variable: tramp-scp-force-scp-protocol
tramp-scp-force-scp-protocol is a variable defined in tramp-sh.el.gz.
Value
nil
Documentation
Force scp protocol.
It is the string "-O" if supported by the local scp (since release 8.6), otherwise the string "". If it is nil, it will be auto-detected by Tramp.
The string is used in tramp-methods.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defvar tramp-scp-force-scp-protocol nil
"Force scp protocol.
It is the string \"-O\" if supported by the local scp (since
release 8.6), otherwise the string \"\". If it is nil, it will
be auto-detected by Tramp.
The string is used in `tramp-methods'.")