From: tomo Date: Wed, 27 Dec 2000 10:30:52 +0000 (+0000) Subject: Use Content-Disposition field. X-Git-Tag: flim-1_14-ueno-1~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=15b66508929588bf0c91b4e407f25997f92bbd86;p=elisp%2Fflim.git Use Content-Disposition field. --- diff --git a/ftp.in b/ftp.in index 391fb8a..698a6c9 100644 --- a/ftp.in +++ b/ftp.in @@ -10,8 +10,6 @@ URL*2="comp/emacsen/lisp/"; URL*3="flim/flim-API/"; URL*4="PACKAGE-VERSION.tar.gz"]] -Content-Type: application/octet-stream; - name="PACKAGE-VERSION.tar.gz"; - type=tar; - conversions=gzip +Content-Type: application/octet-stream +Content-Disposition: attachment; filename="PACKAGE-VERSION.tar.gz" --}-<>