Variable: ange-ftp-gateway-host
ange-ftp-gateway-host is a customizable variable defined in
ange-ftp.el.gz.
Value
nil
Documentation
Name of host to use as gateway machine when local FTP isn't possible.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-gateway-host nil
"Name of host to use as gateway machine when local FTP isn't possible."
:group 'ange-ftp
:type '(choice (const :tag "Default" nil)
string))