Variable: ange-ftp-gateway-ftp-program-name
ange-ftp-gateway-ftp-program-name is a customizable variable defined
in ange-ftp.el.gz.
Value
"ftp"
Documentation
Name of FTP program to run when accessing non-local hosts.
Some AT&T folks claim to use something called pftp here.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-gateway-ftp-program-name "ftp"
"Name of FTP program to run when accessing non-local hosts.
Some AT&T folks claim to use something called `pftp' here."
:group 'ange-ftp
:type 'string)