Variable: ange-ftp-smart-gateway-port
ange-ftp-smart-gateway-port is a customizable variable defined in
ange-ftp.el.gz.
Value
"21"
Documentation
Port on gateway machine to use when smart gateway is in operation.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-smart-gateway-port "21"
"Port on gateway machine to use when smart gateway is in operation."
:group 'ange-ftp
:type 'string)