Variable: ange-ftp-send-hash

ange-ftp-send-hash is a customizable variable defined in ange-ftp.el.gz.

Value

t

Documentation

If non-nil, send the HASH command to the FTP client.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-send-hash t
  "If non-nil, send the HASH command to the FTP client."
  :group 'ange-ftp
  :type 'boolean)