<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Apple/Safari Question</title>
	<link>http://ask.metafilter.com/6785/AppleSafari-Question/</link>
	<description>Comments on Ask MetaFilter post Apple/Safari Question</description>
	<pubDate>Sun, 25 Apr 2004 18:53:43 -0800</pubDate>
	<lastBuildDate>Sun, 25 Apr 2004 18:53:43 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Apple/Safari Question</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question</link>	
		<description>Apple/Safari question: I am at wits end with a strange problem.  Every time I download certain files from my webserver (gzip&apos;d tar&apos;d gpg&apos;d backup files), safari renames them.  The files are named in the following format: &lt;i&gt;filename&lt;/i&gt;.tar.gz.gpg.  Safari renames them on the fly to &lt;i&gt;filename&lt;/i&gt;.tar.gz.gz, which it then tries to unzip to predictable results since they haven&apos;t been unencrypted yet.  Each file needs to be renamed after being d/loaded, which is kind of annoying.  I turn to you Ask-metafilter; any ideas?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.6785</guid>
		<pubDate>Sun, 25 Apr 2004 16:53:05 -0800</pubDate>
		<dc:creator>tcaleb</dc:creator>
		
			<category>Safari</category>
		
			<category>Apple</category>
		
			<category>Mac</category>
		
			<category>OSX</category>
		
			<category>download</category>
		
	</item> <item>
		<title>By: amberglow</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137736</link>	
		<description>is it a speed download thing?&lt;br&gt;
&lt;br&gt;
Under the Safari Help menu is Installed Plug-Ins...maybe you should do a Find for the Speed Download one and delete it? That may stop it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137736</guid>
		<pubDate>Sun, 25 Apr 2004 18:53:43 -0800</pubDate>
		<dc:creator>amberglow</dc:creator>
	</item><item>
		<title>By: rorycberger</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137756</link>	
		<description>maybe switch off the auto-open feature in the preferences, and see if that changes anything.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137756</guid>
		<pubDate>Sun, 25 Apr 2004 19:49:25 -0800</pubDate>
		<dc:creator>rorycberger</dc:creator>
	</item><item>
		<title>By: dobbs</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137762</link>	
		<description>Firefox does that to me. Dunno why.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137762</guid>
		<pubDate>Sun, 25 Apr 2004 20:07:16 -0800</pubDate>
		<dc:creator>dobbs</dc:creator>
	</item><item>
		<title>By: tcaleb</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137769</link>	
		<description>No Speed Download installed, and unticking &apos;open safe files&apos; doesn&apos;t help.  Good ideas though.  Thanks anyway.  &lt;br&gt;
&lt;br&gt;
Also, firefox, incidentally, does kind of work.  I did something or other (I think I was playing around with some 3rd party preference pane that let me fool with file types) to make it open with pgp when downloaded.  This is slightly less annoying then the previously described problem, but not by much.  I just want the damn files to download and be saved to the HD.&lt;br&gt;
&lt;br&gt;
Thanks for your help.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137769</guid>
		<pubDate>Sun, 25 Apr 2004 20:18:30 -0800</pubDate>
		<dc:creator>tcaleb</dc:creator>
	</item><item>
		<title>By: zsazsa</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137787</link>	
		<description>If you have control over the mime types on your server, try to get it to return application/octet-stream for .gpg file types.  This may keep Safari from messing with the extensions.  If it&apos;s Apache and .htaccess files work, try adding this line to your .htaccess file:&lt;br&gt;
&lt;tt&gt;AddType application/octet-stream pgp&lt;/tt&gt;&lt;br&gt;
Looking at the default Apache configuration, it thinks that .pgp is application/pgp-signature.  Maybe since Safari doesn&apos;t know what to do with it, it&apos;s renaming it.  Just a guess.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137787</guid>
		<pubDate>Sun, 25 Apr 2004 21:03:19 -0800</pubDate>
		<dc:creator>zsazsa</dc:creator>
	</item><item>
		<title>By: holloway</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137788</link>	
		<description>Yeah, what do your http headers for the download look like? They might be misconfigured.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137788</guid>
		<pubDate>Sun, 25 Apr 2004 21:04:32 -0800</pubDate>
		<dc:creator>holloway</dc:creator>
	</item><item>
		<title>By: tcaleb</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137799</link>	
		<description>I have tried messing with the mime types.  I just tried octet-stream, but that didn&apos;t help.  Here is a copy of the headers...&lt;br&gt;
&lt;br&gt;
069.093.113.181.00080-010.000.001.002.64764: HTTP/1.1 200 OK&lt;br&gt;
Date: Mon, 26 Apr 2004 04:46:42 GMT&lt;br&gt;
Server: Apache/2.0.40 (Red Hat Linux)&lt;br&gt;
Last-Modified: Sun, 25 Apr 2004 05:00:52 GMT&lt;br&gt;
ETag: &quot;c213-94029-251a8900&quot;&lt;br&gt;
Accept-Ranges: bytes&lt;br&gt;
Content-Length: 606249&lt;br&gt;
Connection: close&lt;br&gt;
Content-Type: application/pgp-encrypted&lt;br&gt;
Content-Encoding: x-gzip&lt;br&gt;
&lt;br&gt;
That content-Encoding is kind of strange...  But I could have sworn it worked properly at work on a Win2k/IE machine.  I will have to check again tomorrow.  Plus, when I start the download, for a split second I see the file in the download window, properly named and with the pgp icon before it is renamed and the icon changes to the unstuffit one.  &lt;br&gt;
&lt;br&gt;
Thanks everyone for the good ideas.  This certainly is a puzzler.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137799</guid>
		<pubDate>Sun, 25 Apr 2004 21:45:53 -0800</pubDate>
		<dc:creator>tcaleb</dc:creator>
	</item><item>
		<title>By: jjg</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137900</link>	
		<description>Seems like that Content-Encoding is the problem. I&apos;d guess Safari is trying to be &quot;smart&quot; and &quot;helpful&quot; by renaming the file to match the encoding so it can be handed off to a helper app successfully. Find some way to override that header and I&apos;d bet it will work fine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137900</guid>
		<pubDate>Mon, 26 Apr 2004 10:47:03 -0800</pubDate>
		<dc:creator>jjg</dc:creator>
	</item><item>
		<title>By: tcaleb</title>
		<link>http://ask.metafilter.com/6785/AppleSafari-Question#137919</link>	
		<description>I will give it a try when I get home from work.  Thanks for the help everyone.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6785-137919</guid>
		<pubDate>Mon, 26 Apr 2004 11:20:55 -0800</pubDate>
		<dc:creator>tcaleb</dc:creator>
	</item>
	</channel>
</rss>
