Variable: tramp-use-scp-direct-remote-copying

tramp-use-scp-direct-remote-copying is a customizable variable defined in tramp-sh.el.gz.

Value

nil

Documentation

Whether to use direct copying between two remote hosts.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defcustom tramp-use-scp-direct-remote-copying nil
  "Whether to use direct copying between two remote hosts."
  :group 'tramp
  :version "29.1"
  :type 'boolean
  :link '(tramp-info-link :tag "Tramp manual"
			  tramp-use-scp-direct-remote-copying))