Variable: tramp-scp-strict-file-name-checking

tramp-scp-strict-file-name-checking is a variable defined in tramp-sh.el.gz.

Value

nil

Documentation

Which scp strict file name checking argument to use.

It is the string "-T" if supported by the local scp (since release 8.0), 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-strict-file-name-checking nil
  "Which scp strict file name checking argument to use.

It is the string \"-T\" if supported by the local scp (since
release 8.0), otherwise the string \"\".  If it is nil, it will
be auto-detected by Tramp.

The string is used in `tramp-methods'.")