<?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>Vinodkram &#187; linux</title>
	<atom:link href="http://www.vinodkram.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vinodkram.com</link>
	<description>Creative, Informative and Entertaining Stuff for everyone</description>
	<lastBuildDate>Mon, 26 Dec 2011 18:34:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to copy file from local machine to remote server in linux</title>
		<link>http://www.vinodkram.com/how-to-copy-file-from-local-machine-to-remote-server-in-linux</link>
		<comments>http://www.vinodkram.com/how-to-copy-file-from-local-machine-to-remote-server-in-linux#comments</comments>
		<pubDate>Fri, 22 May 2009 14:02:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://vinodkram.wordpress.com/?p=61</guid>
		<description><![CDATA[scp fileName userName@remoteServerIP:remoteServerFolderPath Example : &#62;scp abc.txt root@XXX.XXX.XXX.XXX:/home/xyzFolder/ once you type this command, system will ask for the remote server login password.once password is verified , file get copied to remote server.]]></description>
			<content:encoded><![CDATA[<p>scp fileName userName@remoteServerIP:remoteServerFolderPath</p>
<p>Example :<br />
&gt;scp abc.txt root@XXX.XXX.XXX.XXX:/home/xyzFolder/</p>
<p>once you type this command, system will ask for the remote server login password.once password is verified , file get copied to remote server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vinodkram.com/how-to-copy-file-from-local-machine-to-remote-server-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

