Variable: tramp-ftp-method
tramp-ftp-method is a variable defined in tramp-ftp.el.gz.
Value
"ftp"
Documentation
When this method name is used, forward all calls to Ange-FTP.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-ftp.el.gz
;; Define FTP method ...
;;;###tramp-autoload
(defconst tramp-ftp-method "ftp"
"When this method name is used, forward all calls to Ange-FTP.")