Variable: tramp-archive-all-gvfs-methods

tramp-archive-all-gvfs-methods is a variable defined in tramp-archive.el.gz.

Value

("archive" "afp" "dav" "davs" "ftp" "gdrive" "http" "https" "mtp"
 "nextcloud" "sftp" "smb")

Documentation

List of all methods tramp-gvfs-methods offers.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-archive.el.gz
(defconst tramp-archive-all-gvfs-methods
  (cons tramp-archive-method
	(let ((values (cdr (cadr (get 'tramp-gvfs-methods 'custom-type)))))
	  (setq values (mapcar #'last values)
		values (mapcar #'car values))))
  "List of all methods `tramp-gvfs-methods' offers.")