Function: ange-ftp-binary-file
ange-ftp-binary-file is a byte-compiled function defined in
ange-ftp.el.gz.
Signature
(ange-ftp-binary-file FILE)
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;;; Hooks that handle Emacs primitives.
;; Returns non-nil if should transfer FILE in binary mode.
(defun ange-ftp-binary-file (file)
(string-match-p ange-ftp-binary-file-name-regexp file))