Variable: ange-ftp-dumb-unix-host-regexp
ange-ftp-dumb-unix-host-regexp is a customizable variable defined in
ange-ftp.el.gz.
Value
nil
Documentation
If non-nil, regexp matching hosts on which dir command lists directory.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-dumb-unix-host-regexp nil
"If non-nil, regexp matching hosts on which `dir' command lists directory."
:group 'ange-ftp
:type '(choice (const :tag "Default" nil)
regexp))