Variable: tramp-postfix-method-format
tramp-postfix-method-format is a variable defined in tramp.el.gz.
Value
":"
Documentation
String matching delimiter between method and user or host names.
The ftp syntax does not support methods.
Used in tramp-make-tramp-file-name.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defvar tramp-postfix-method-format
nil ; Initialized when defining `tramp-syntax'!
"String matching delimiter between method and user or host names.
The `ftp' syntax does not support methods.
Used in `tramp-make-tramp-file-name'.")