<?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: Securely copy files with scp</title>
	<atom:link href="http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 01:07:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: markus</title>
		<link>http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/#comment-741902</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Thu, 23 Apr 2009 19:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=11915#comment-741902</guid>
		<description>hey jack,
nice post, but what if the connection breaks and you are not sure if the file was really transfered?
a better tool for transfering files is rsync which can be used with ssh, either

for example

rsync -ave ssh remoteuser@remotehost:/userhome /copy/here

for options etc see man rsync or http://everythinglinux.org/rsync/

cheers, Markus</description>
		<content:encoded><![CDATA[<p>hey jack,<br />
nice post, but what if the connection breaks and you are not sure if the file was really transfered?<br />
a better tool for transfering files is rsync which can be used with ssh, either</p>
<p>for example</p>
<p>rsync -ave ssh remoteuser@remotehost:/userhome /copy/here</p>
<p>for options etc see man rsync or <a href="http://everythinglinux.org/rsync/" rel="nofollow">http://everythinglinux.org/rsync/</a></p>
<p>cheers, Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/#comment-721231</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sun, 12 Apr 2009 03:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=11915#comment-721231</guid>
		<description>Jack -

Great article!  One extra tip for you (I just learned this myself a few weeks ago).  If you don&#039;t specify a directory for the destination, if you just put &quot;:&quot; it will default to the user&#039;s home directory.

For example:

scp filex brad@myhost.com:

will drop filex into brad&#039;s home directory at myhost.com.  Saves a little bit of typing.

-Brad</description>
		<content:encoded><![CDATA[<p>Jack -</p>
<p>Great article!  One extra tip for you (I just learned this myself a few weeks ago).  If you don&#8217;t specify a directory for the destination, if you just put &#8220;:&#8221; it will default to the user&#8217;s home directory.</p>
<p>For example:</p>
<p>scp filex <a href="mailto:brad@myhost.com">brad@myhost.com</a>:</p>
<p>will drop filex into brad&#8217;s home directory at myhost.com.  Saves a little bit of typing.</p>
<p>-Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulus</title>
		<link>http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/#comment-721026</link>
		<dc:creator>Paulus</dc:creator>
		<pubDate>Sat, 11 Apr 2009 22:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=11915#comment-721026</guid>
		<description>Jack, i realy can understand that you want to live overhere. I was in the seventies a few times in the U.S.A. and i was very deaply striken (hit) by the total (financiel and mentaly) poornes, of the U.S.A. in total. And because i followed the U.S.A. closely from the seventies i saw the declining line going futher and futher down. My advies to the U.S.A. forbid all wapons for private people, make healthcare affordable and realy jack the training for especially the socially disadvantaged. And one more advice to the U.S.A. less 90210 (less Nietzsche and more Schopenhauer).</description>
		<content:encoded><![CDATA[<p>Jack, i realy can understand that you want to live overhere. I was in the seventies a few times in the U.S.A. and i was very deaply striken (hit) by the total (financiel and mentaly) poornes, of the U.S.A. in total. And because i followed the U.S.A. closely from the seventies i saw the declining line going futher and futher down. My advies to the U.S.A. forbid all wapons for private people, make healthcare affordable and realy jack the training for especially the socially disadvantaged. And one more advice to the U.S.A. less 90210 (less Nietzsche and more Schopenhauer).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/#comment-720979</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Sat, 11 Apr 2009 21:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=11915#comment-720979</guid>
		<description>Paulus: My family tree begins in the Netherlands, but I live in the United States. My wife and I certainly wish we lived in the Netherlands!</description>
		<content:encoded><![CDATA[<p>Paulus: My family tree begins in the Netherlands, but I live in the United States. My wife and I certainly wish we lived in the Netherlands!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulus</title>
		<link>http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/#comment-720929</link>
		<dc:creator>Paulus</dc:creator>
		<pubDate>Sat, 11 Apr 2009 20:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=11915#comment-720929</guid>
		<description>Great read for a great app. But now something completely different Jack. Are you from the Netherlands, with that sirname? Wallen ( this is the name of the read district in Amsterdam, the Netherlands).</description>
		<content:encoded><![CDATA[<p>Great read for a great app. But now something completely different Jack. Are you from the Netherlands, with that sirname? Wallen ( this is the name of the read district in Amsterdam, the Netherlands).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
