Variable: ange-ftp-gateway-program
ange-ftp-gateway-program is a customizable variable defined in
ange-ftp.el.gz.
Value
"/usr/bin/ssh"
Documentation
Name of program to spawn a shell on the gateway machine.
See also the gateway variable above.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-gateway-program remote-shell-program
"Name of program to spawn a shell on the gateway machine.
See also the gateway variable above."
:group 'ange-ftp
:type 'string
:version "29.1")