<?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: Transferring Files from Remote Server to Remote Server Using SCP</title>
	<atom:link href="http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/feed/" rel="self" type="application/rss+xml" />
	<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/</link>
	<description>What's going on Internet?</description>
	<pubDate>Wed, 07 Jan 2009 17:45:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johnny5</title>
		<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/comment-page-1/#comment-453</link>
		<dc:creator>Johnny5</dc:creator>
		<pubDate>Wed, 25 Jun 2008 00:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://markus.revti.com/index.php/2007/06/25/transferring-files-from-remote-server-to-remote-server-using-scp/#comment-453</guid>
		<description>Daniel, are you transferring the file to a fat32 filesystem?

Morfy: nope sorry :)</description>
		<content:encoded><![CDATA[<p>Daniel, are you transferring the file to a fat32 filesystem?</p>
<p>Morfy: nope sorry <img src='http://markus.revti.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morfy</title>
		<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/comment-page-1/#comment-433</link>
		<dc:creator>Morfy</dc:creator>
		<pubDate>Fri, 16 May 2008 09:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://markus.revti.com/index.php/2007/06/25/transferring-files-from-remote-server-to-remote-server-using-scp/#comment-433</guid>
		<description>When using -r (recursive) you can get for instance an entire folder with subcontent - BUT symbolic links are not transfered ; you get the file instead. IS there a way to avoid this?</description>
		<content:encoded><![CDATA[<p>When using -r (recursive) you can get for instance an entire folder with subcontent - BUT symbolic links are not transfered ; you get the file instead. IS there a way to avoid this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUGabundo</title>
		<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/comment-page-1/#comment-274</link>
		<dc:creator>BUGabundo</dc:creator>
		<pubDate>Tue, 17 Jul 2007 16:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://markus.revti.com/index.php/2007/06/25/transferring-files-from-remote-server-to-remote-server-using-scp/#comment-274</guid>
		<description>also u can use scp -q
so it wont out put anything</description>
		<content:encoded><![CDATA[<p>also u can use scp -q<br />
so it wont out put anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/comment-page-1/#comment-268</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 02 Jul 2007 14:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://markus.revti.com/index.php/2007/06/25/transferring-files-from-remote-server-to-remote-server-using-scp/#comment-268</guid>
		<description>i never get that error message, are you sure that you have enough disk space on the remote server?</description>
		<content:encoded><![CDATA[<p>i never get that error message, are you sure that you have enough disk space on the remote server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/comment-page-1/#comment-267</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 02 Jul 2007 13:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://markus.revti.com/index.php/2007/06/25/transferring-files-from-remote-server-to-remote-server-using-scp/#comment-267</guid>
		<description>hi, I tried to use scp for copying file which size is 4.2 GB. it was stopped at 4G error: file size exceeded. is that any difference when you transfer it in background? fyi, both of my server using fedora core 4.

many thanks,

&#38;</description>
		<content:encoded><![CDATA[<p>hi, I tried to use scp for copying file which size is 4.2 GB. it was stopped at 4G error: file size exceeded. is that any difference when you transfer it in background? fyi, both of my server using fedora core 4.</p>
<p>many thanks,</p>
<p>&amp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/comment-page-1/#comment-266</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Wed, 27 Jun 2007 18:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://markus.revti.com/index.php/2007/06/25/transferring-files-from-remote-server-to-remote-server-using-scp/#comment-266</guid>
		<description>thanks for the additional info.

i tried that command above and it shows progress percentage, the transfer rate and remaining time to accomplish the transfer. i think that is enough info for knowing the progress.</description>
		<content:encoded><![CDATA[<p>thanks for the additional info.</p>
<p>i tried that command above and it shows progress percentage, the transfer rate and remaining time to accomplish the transfer. i think that is enough info for knowing the progress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willy Sudiarto Raharjo</title>
		<link>http://markus.revti.com/2007/06/transferring-files-from-remote-server-to-remote-server-using-scp/comment-page-1/#comment-264</link>
		<dc:creator>Willy Sudiarto Raharjo</dc:creator>
		<pubDate>Wed, 27 Jun 2007 13:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://markus.revti.com/index.php/2007/06/25/transferring-files-from-remote-server-to-remote-server-using-scp/#comment-264</guid>
		<description>You forgot to mention fg to make it running on foreground.

One thing i missed on scp is hash mark which will tell the progress of the overall process. Adding -v only adds verbose information about the files being added, but not the percentage</description>
		<content:encoded><![CDATA[<p>You forgot to mention fg to make it running on foreground.</p>
<p>One thing i missed on scp is hash mark which will tell the progress of the overall process. Adding -v only adds verbose information about the files being added, but not the percentage</p>
]]></content:encoded>
	</item>
</channel>
</rss>
