From a62ab8831df23c6dbcbad431e839e12af9ce1d63 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 22 Dec 2000 11:07:17 +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 f15aa34..fd98c56 100644 --- a/ftp.in +++ b/ftp.in @@ -10,8 +10,6 @@ URL*2="comp/emacsen/lisp/"; URL*3="semi/semi-API-for-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