<?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: Copying files with ssh</title>
	<atom:link href="http://www.alexmccarthy.net/archives/2008/06/22/copying-files-with-ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alexmccarthy.net/archives/2008/06/22/copying-files-with-ssh</link>
	<description>Thoughts on Programming, Life, and Travel</description>
	<lastBuildDate>Tue, 08 Jun 2010 18:54:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexmccarthy.net/archives/2008/06/22/copying-files-with-ssh/comment-page-1#comment-463</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 26 Oct 2008 09:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexmccarthy.net/?p=135#comment-463</guid>
		<description>Hmm... we didn&#039;t try that, so I don&#039;t know how well it would&#039;ve worked. Maybe it could&#039;ve saved us a lot of effort ;)

The problem for us was making multiple connections, because setting up the connection proved to be way slower than doing the actual file transfer :/</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; we didn&#8217;t try that, so I don&#8217;t know how well it would&#8217;ve worked. Maybe it could&#8217;ve saved us a lot of effort <img src='http://www.alexmccarthy.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The problem for us was making multiple connections, because setting up the connection proved to be way slower than doing the actual file transfer :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yell</title>
		<link>http://www.alexmccarthy.net/archives/2008/06/22/copying-files-with-ssh/comment-page-1#comment-462</link>
		<dc:creator>yell</dc:creator>
		<pubDate>Sun, 26 Oct 2008 09:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexmccarthy.net/?p=135#comment-462</guid>
		<description>hi alex, good to hear from You.
You could also remote filesystem local on your computer with sshfs $LOGIN@$SERVER:/$REMOTEDIR $LOCALDIR
then you could also play with rsync to only get the latest files
however the script looks pretty nice :)</description>
		<content:encoded><![CDATA[<p>hi alex, good to hear from You.<br />
You could also remote filesystem local on your computer with sshfs $LOGIN@$SERVER:/$REMOTEDIR $LOCALDIR<br />
then you could also play with rsync to only get the latest files<br />
however the script looks pretty nice <img src='http://www.alexmccarthy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei Karpenko</title>
		<link>http://www.alexmccarthy.net/archives/2008/06/22/copying-files-with-ssh/comment-page-1#comment-434</link>
		<dc:creator>Alexei Karpenko</dc:creator>
		<pubDate>Mon, 23 Jun 2008 04:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexmccarthy.net/?p=135#comment-434</guid>
		<description>Ooh, very nice! I forgot how powerful piping is in Unix!</description>
		<content:encoded><![CDATA[<p>Ooh, very nice! I forgot how powerful piping is in Unix!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
