Variable: tramp-default-copy-file-name

tramp-default-copy-file-name is a variable defined in tramp-sh.el.gz.

Value

(("%u" "@") ("%h" ":") ("%f"))

Documentation

Default tramp-copy-file-name entry for out-of-band methods.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defconst tramp-default-copy-file-name '(("%u" "@") ("%h" ":") ("%f"))
  "Default `tramp-copy-file-name' entry for out-of-band methods.")