(ange-ftp-binary-file-name-regexp): Handle .gz.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 03:53:33 +0000 (03:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 03:53:33 +0000 (03:53 +0000)
lisp/ange-ftp.el

index 69fd2f9..af20e6d 100644 (file)
@@ -707,7 +707,7 @@ process uses the \'dir\' command to get directory information.")
 (defvar ange-ftp-binary-file-name-regexp
   (concat "\\.[zZ]$\\|\\.lzh$\\|\\.arc$\\|\\.zip$\\|\\.zoo$\\|\\.tar$\\|"
          "\\.dvi$\\|\\.ps$\\|\\.elc$\\|TAGS$\\|\\.gif$\\|"
-         "\\.EXE\\(;[0-9]+\\)?$\\|\\.[zZ]-part-..$")
+         "\\.EXE\\(;[0-9]+\\)?$\\|\\.[zZ]-part-..$\\|\\.gz$")
   "*If a file matches this regexp then it is transferred in binary mode.")
 
 (defvar ange-ftp-gateway-host nil
@@ -856,7 +856,7 @@ SIZE, if supplied, should be a prime number."
 ;;;; Internal variables.
 ;;;; ------------------------------------------------------------
 
-(defconst ange-ftp-version "$Revision: 1.20 $")
+(defconst ange-ftp-version "$Revision: 1.21 $")
 
 (defvar ange-ftp-data-buffer-name " *ftp data*"
   "Buffer name to hold directory listing data received from ftp process.")