Variable: ange-ftp-binary-hash-mark-size

ange-ftp-binary-hash-mark-size is a customizable variable defined in ange-ftp.el.gz.

Value

nil

Documentation

Default size, in bytes, between hash-marks when transferring a binary file.

If nil, this variable will be locally overridden if the FTP client outputs a suitable response to the HASH command. If non-nil, this value takes precedence over the local value.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-binary-hash-mark-size nil
  "Default size, in bytes, between hash-marks when transferring a binary file.
If nil, this variable will be locally overridden if the FTP client outputs a
suitable response to the HASH command.  If non-nil, this value takes
precedence over the local value."
  :group 'ange-ftp
  :type '(choice (const :tag "Overridden" nil)
		 integer))