Function: ange-ftp-use-smart-gateway-p

ange-ftp-use-smart-gateway-p is a byte-compiled function defined in ange-ftp.el.gz.

Signature

(ange-ftp-use-smart-gateway-p HOST)

Documentation

Return whether to access this HOST via a smart gateway.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defun ange-ftp-use-smart-gateway-p (host)
  "Return whether to access this HOST via a smart gateway."
  (and ange-ftp-smart-gateway
       (not (string-match-p ange-ftp-local-host-regexp host))))