Variable: ido-record-ftp-work-directories
ido-record-ftp-work-directories is a customizable variable defined in
ido.el.gz.
Value
t
Documentation
Non-nil means record FTP file names in the work directory list.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-record-ftp-work-directories t
"Non-nil means record FTP file names in the work directory list."
:type 'boolean)