From 15b66508929588bf0c91b4e407f25997f92bbd86 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 27 Dec 2000 10:30:52 +0000 Subject: [PATCH] Use Content-Disposition field. --- ftp.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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" --}-<> -- 1.7.10.4