Function: ange-ftp-dumb-unix-host

ange-ftp-dumb-unix-host is a byte-compiled function defined in ange-ftp.el.gz.

Signature

(ange-ftp-dumb-unix-host HOST)

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;;;; ------------------------------------------------------------
;;;; Remote file and directory listing support.
;;;; ------------------------------------------------------------

;; Returns whether HOST's FTP server doesn't like 'ls' or 'dir' commands
;; to take switch arguments.
(defun ange-ftp-dumb-unix-host (host)
  (and host ange-ftp-dumb-unix-host-regexp
       (string-match-p ange-ftp-dumb-unix-host-regexp host)))