Variable: ange-ftp-ascii-hash-mark-size
ange-ftp-ascii-hash-mark-size is a customizable variable defined in
ange-ftp.el.gz.
Value
1024
Documentation
Default size, in bytes, between hash-marks when transferring an ASCII file.
This variable is buffer-local and will be locally overridden if the FTP client outputs a suitable response to the HASH command.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-ascii-hash-mark-size 1024
"Default size, in bytes, between hash-marks when transferring an ASCII file.
This variable is buffer-local and will be locally overridden if the FTP client
outputs a suitable response to the HASH command."
:group 'ange-ftp
:type 'integer)