Function: ange-ftp-mts-host

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

Signature

(ange-ftp-mts-host HOST)

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;; Return non-nil if HOST is running MTS.
(defun ange-ftp-mts-host (host)
  (and ange-ftp-mts-host-regexp
       (string-match-p ange-ftp-mts-host-regexp host)))