Variable: ange-ftp-smart-gateway

ange-ftp-smart-gateway is a customizable variable defined in ange-ftp.el.gz.

Value

nil

Documentation

Non-nil says the FTP gateway (proxy) or gateway FTP program is smart.

Don't bother telnetting, etc., already connected to desired host transparently, or just issue a user@host command in case ange-ftp-gateway-host is non-nil. See also ange-ftp-smart-gateway-port.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-smart-gateway nil
  "Non-nil says the FTP gateway (proxy) or gateway FTP program is smart.

Don't bother telnetting, etc., already connected to desired host transparently,
or just issue a user@host command in case `ange-ftp-gateway-host' is non-nil.
See also `ange-ftp-smart-gateway-port'."
  :group 'ange-ftp
  :type 'boolean)