Variable: ange-ftp-local-host-regexp

ange-ftp-local-host-regexp is a customizable variable defined in ange-ftp.el.gz.

Value

".*"

Documentation

Regexp selecting hosts which can be reached directly with FTP.

For other hosts the FTP process is started on ange-ftp-gateway-host instead, and/or reached via ange-ftp-gateway-ftp-program-name.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-local-host-regexp ".*"
  "Regexp selecting hosts which can be reached directly with FTP.

For other hosts the FTP process is started on `ange-ftp-gateway-host'
instead, and/or reached via `ange-ftp-gateway-ftp-program-name'."
  :group 'ange-ftp
  :type 'regexp)