<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>h4x3d.com &#187; zip</title>
	<atom:link href="http://h4x3d.com/tag/zip/feed/" rel="self" type="application/rss+xml" />
	<link>http://h4x3d.com</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Thu, 24 May 2012 18:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>how-to tar.gz a directory</title>
		<link>http://h4x3d.com/how-to-targz-a-directory/</link>
		<comments>http://h4x3d.com/how-to-targz-a-directory/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 20:53:48 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[tar.gz]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/how-to-targz-a-directory/</guid>
		<description><![CDATA[Do you know the following situation- You are downloading thousands of (small) files from your ftp (server) and it is annoyingly slow and time consuming&#8230; If you have shell access to your server, e.g. you can use Putty, logon and cd to your file directory (often httpdocs or www) and execute the following code: tar [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know the following situation- You are downloading thousands of (small) files from your ftp (server) and it is annoyingly slow and time consuming&#8230; If you have shell access to your server, e.g. you can use Putty, logon and cd to your file directory (often httpdocs or www) and execute the following code:</p>
<p><em>tar -pczf fatfile.tar.gz *</em></p>
<p>This will create a tar.hz archive with the name of fatfile.tar.gz<br />
It will include all files of the current directory and all sub-directories.</p>
<p>Now you can easily download this file instead of many small files (as experienced before).<br />
If you don&#8217;t have shell access (look- even Dreamhost offers this feature for $6,95/month),<br />
you might consider getting your own Virtual Private Server as I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/how-to-targz-a-directory/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

