Variable: ange-ftp-gateway-program-interactive

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

Value

nil

Documentation

If non-nil then the gateway program should give a shell prompt.

Both telnet and rlogin do something like this.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-gateway-program-interactive nil
  "If non-nil then the gateway program should give a shell prompt.

Both telnet and rlogin do something like this."
  :group 'ange-ftp
  :type 'boolean)