Variable: tramp-copy-size-limit

tramp-copy-size-limit is a customizable variable defined in tramp-sh.el.gz.

Value

10240

Documentation

Maximum file size where inline copying is preferred to an out-of-the-band copy.

If it is nil, out-of-the-band copy will be used without a check.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defcustom tramp-copy-size-limit 10240
  "Maximum file size where inline copying is preferred to an out-of-the-band copy.
If it is nil, out-of-the-band copy will be used without a check."
  :group 'tramp
  :type '(choice (const nil) integer))