Variable: ange-ftp-dumb-host-types

ange-ftp-dumb-host-types is a variable defined in ange-ftp.el.gz.

Value

(bs2000 cms mts vms dumb-unix)

Documentation

List of host types that can't take UNIX ls-style listing options.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;; *** Perhaps the sense of this variable should be inverted, since there
;; *** is only 1 host type that can take ls-style listing options.
(defvar ange-ftp-dumb-host-types '(dumb-unix)
  "List of host types that can't take UNIX ls-style listing options.")