<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Transfer files via netcat and tar</title>
	<atom:link href="http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/feed/" rel="self" type="application/rss+xml" />
	<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/</link>
	<description>look out honey, &#039;cause I&#039;m using technology</description>
	<lastBuildDate>Sat, 11 Feb 2012 04:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-593</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Sun, 16 May 2010 22:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-593</guid>
		<description>thanks, that should help the speed quite a bit</description>
		<content:encoded><![CDATA[<p>thanks, that should help the speed quite a bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-592</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Sun, 16 May 2010 17:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-592</guid>
		<description>thanks, that should help the speed quite a bit</description>
		<content:encoded><![CDATA[<p>thanks, that should help the speed quite a bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-1807</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Sun, 16 May 2010 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-1807</guid>
		<description>thanks, that should help the speed quite a bit</description>
		<content:encoded><![CDATA[<p>thanks, that should help the speed quite a bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msc</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-591</link>
		<dc:creator>msc</dc:creator>
		<pubDate>Fri, 14 May 2010 22:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-591</guid>
		<description>If you add z flag for the both sides it will compress and decompress on the fly.Thank you for the tutorial</description>
		<content:encoded><![CDATA[<p>If you add z flag for the both sides it will compress and decompress on the fly.Thank you for the tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msc</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-1806</link>
		<dc:creator>msc</dc:creator>
		<pubDate>Fri, 14 May 2010 22:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-1806</guid>
		<description>If you add z flag for the both sides it will compress and decompress on the fly.
Thank you for the tutorial</description>
		<content:encoded><![CDATA[<p>If you add z flag for the both sides it will compress and decompress on the fly.<br />
Thank you for the tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wch</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-590</link>
		<dc:creator>wch</dc:creator>
		<pubDate>Mon, 27 Apr 2009 22:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-590</guid>
		<description>In the version of nc installed on my machine, the -p flag doesn&#039;t work, and shouldn&#039;t be there. It should just be &quot;nc -l $PORT&quot;.</description>
		<content:encoded><![CDATA[<p>In the version of nc installed on my machine, the -p flag doesn&#039;t work, and shouldn&#039;t be there. It should just be &#8220;nc -l $PORT&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wch</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-589</link>
		<dc:creator>wch</dc:creator>
		<pubDate>Mon, 27 Apr 2009 17:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-589</guid>
		<description>In the version of nc installed on my machine, the -p flag doesn&#039;t work, and shouldn&#039;t be there. It should just be &quot;nc -l $PORT&quot;.</description>
		<content:encoded><![CDATA[<p>In the version of nc installed on my machine, the -p flag doesn&#039;t work, and shouldn&#039;t be there. It should just be &#8220;nc -l $PORT&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wch</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-1620</link>
		<dc:creator>wch</dc:creator>
		<pubDate>Mon, 27 Apr 2009 17:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-1620</guid>
		<description>In the version of nc installed on my machine, the -p flag doesn&#039;t work, and shouldn&#039;t be there. It should just be &quot;nc -l $PORT&quot;.</description>
		<content:encoded><![CDATA[<p>In the version of nc installed on my machine, the -p flag doesn&#8217;t work, and shouldn&#8217;t be there. It should just be &#8220;nc -l $PORT&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-588</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 27 Feb 2007 21:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-588</guid>
		<description>I&#039;m trying to do you example vi at (later with cron). But after the initial contact from the sending host, netcat on the receiving side exits!
when I do the same on the command line it works.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do you example vi at (later with cron). But after the initial contact from the sending host, netcat on the receiving side exits!<br />
when I do the same on the command line it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-594</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 27 Feb 2007 21:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/02/15/transfer-files-via-netcat-and-tar/#comment-594</guid>
		<description>I&#039;m trying to do you example vi at (later with cron). But after the initial contact from the sending host, netcat on the receiving side exits!
when I do the same on the command line it works.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do you example vi at (later with cron). But after the initial contact from the sending host, netcat on the receiving side exits!<br />
when I do the same on the command line it works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

