Variable: ange-ftp-process-verbose

ange-ftp-process-verbose is a customizable variable defined in ange-ftp.el.gz.

Value

t

Documentation

If non-nil then be chatty about interaction with the FTP process.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-process-verbose t
  "If non-nil then be chatty about interaction with the FTP process."
  :group 'ange-ftp
  :type 'boolean)