<?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: Automatically decompress all files on a Mac disk?</title>
	<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk/</link>
	<description>Comments on Ask MetaFilter post Automatically decompress all files on a Mac disk?</description>
	<pubDate>Fri, 30 Jun 2006 13:01:33 -0800</pubDate>
	<lastBuildDate>Fri, 30 Jun 2006 13:01:33 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Automatically decompress all files on a Mac disk?</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk</link>	
		<description>Is there a way to have ZIP files automatically decompress when they are copied to a remote Mac server via FTP? &lt;br /&gt;&lt;br /&gt; I&apos;m sending files from my Mac here in Atlanta to a Mac OS X-based fileserver on the west coast on a daily basis. I want to compress my files so they won&apos;t take as long to send, but I don&apos;t want someone to have to go in and manually decompress them every time I send them. Is there a way to have incoming ZIP files automatically expand on the fileserver once the transfer is complete? I thinking of something like the old &quot;watch folder&quot; function in StuffIt, but I&apos;m not sure whether that would work on a disk-wide basis. If there is a way to transparently compress them before sending, too, so I don&apos;t have to worry about it, that would be nice as well.&lt;br&gt;
I can request to have software installed and configured on the fileserver.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.41260</guid>
		<pubDate>Fri, 30 Jun 2006 12:58:36 -0800</pubDate>
		<dc:creator>designbot</dc:creator>
		
			<category>mac</category>
		
			<category>ftp</category>
		
			<category>sync</category>
		
			<category>zip</category>
		
			<category>compress</category>
		
			<category>utility</category>
		
			<category>telecommute</category>
		
	</item> <item>
		<title>By: smackfu</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635298</link>	
		<description>Have you looked into Folder Actions?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635298</guid>
		<pubDate>Fri, 30 Jun 2006 13:01:33 -0800</pubDate>
		<dc:creator>smackfu</dc:creator>
	</item><item>
		<title>By: jellicle</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635307</link>	
		<description>You should use ssh/scp instead of ftp.  In addition to being secure (ftp sends passwords in plain text), you can turn on compression to transparently compress all files during sending, so you don&apos;t have to worry about zipping/unzipping.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635307</guid>
		<pubDate>Fri, 30 Jun 2006 13:11:50 -0800</pubDate>
		<dc:creator>jellicle</dc:creator>
	</item><item>
		<title>By: rpn</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635313</link>	
		<description>Can you use sftp instead of ftp? In that case, you should be able to specify to automatically use compression for the data that is sent (at least with the command line client).  (Sftp is related to ssh/scp as mentioned by jellicle. If the server supports ssh logins sftp or scp should work automatically as well)&lt;br&gt;
&lt;br&gt;
I only now about linux/windows clients, but a quick google search found that the Fetch sftp/ftp client for Mac OS X by default automatically expands stuffit archives, which, apart from not being zip-archives, sounds like what you are asking for. See question 17 here: &lt;a href=&quot;http://fetchsoftworks.com/Support/faq5.html&quot;&gt;Fetch 5.1 FAQ&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635313</guid>
		<pubDate>Fri, 30 Jun 2006 13:16:53 -0800</pubDate>
		<dc:creator>rpn</dc:creator>
	</item><item>
		<title>By: nicwolff</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635333</link>	
		<description>&lt;code&gt;&lt;a href=&quot;http://samba.anu.edu.au/ftp/rsync/rsync.html&quot;&gt;rsync&lt;/a&gt; -avz local-dir/ remote-host:/remote-dir&lt;/code&gt;  compresses and sends to the remote-host only as much of the files in local-dir as is needed to make remote-dir the same - if it already has some of them they won&apos;t be sent, and if it already has parts of them only the new parts will be sent.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635333</guid>
		<pubDate>Fri, 30 Jun 2006 13:34:17 -0800</pubDate>
		<dc:creator>nicwolff</dc:creator>
	</item><item>
		<title>By: Mwongozi</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635335</link>	
		<description>StuffIt Expander can be configured to monitor a particular folder, and un-compress anything that appears in it, and optionally delete the original archive.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635335</guid>
		<pubDate>Fri, 30 Jun 2006 13:38:35 -0800</pubDate>
		<dc:creator>Mwongozi</dc:creator>
	</item><item>
		<title>By: crypticgeek</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635500</link>	
		<description>Write a shell/python/perl script that decompresses everything and deletes the archive after verifying that it all went okay. Then just schedule it as a cron job.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635500</guid>
		<pubDate>Fri, 30 Jun 2006 17:37:55 -0800</pubDate>
		<dc:creator>crypticgeek</dc:creator>
	</item><item>
		<title>By: furtive</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635515</link>	
		<description>Vandyke&apos;s VShell server is an implementation of SSH that also has trigger based events, such as when a file is received via sftp.  You can use those events to do whatever you want, such as unzip the file that arrived.  Probably out of your league, but there might be a free competitor out there that does similar.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635515</guid>
		<pubDate>Fri, 30 Jun 2006 18:20:39 -0800</pubDate>
		<dc:creator>furtive</dc:creator>
	</item><item>
		<title>By: Mikey-San</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635527</link>	
		<description>&lt;i&gt;StuffIt Expander can be configured to monitor a particular folder, and un-compress anything that appears in it, and optionally delete the original archive.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
No. Keep StuffIt products the hell away from a server, especially any that perform tasks automatically/on a regular basis.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635527</guid>
		<pubDate>Fri, 30 Jun 2006 18:41:06 -0800</pubDate>
		<dc:creator>Mikey-San</dc:creator>
	</item><item>
		<title>By: kindall</title>
		<link>http://ask.metafilter.com/41260/Automatically-decompress-all-files-on-a-Mac-disk#635619</link>	
		<description>*rolls eyes* StuffIt Expander is just an app and the worst it might do is quit unexpectedly.  It probably won&apos;t, but if it does, you can avoid that by setting up a cron task that runs every minute to re-launch it.&lt;br&gt;
&lt;br&gt;
(The whole StuffIt Deluxe package, which you do NOT need, does install a kernel extension or something, or used to, and yeah, you&apos;d probably want to avoid that on a server just in case.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41260-635619</guid>
		<pubDate>Fri, 30 Jun 2006 21:41:40 -0800</pubDate>
		<dc:creator>kindall</dc:creator>
	</item>
	</channel>
</rss>
