<?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>V-Teq's site - The IT blog &#187; security</title>
	<atom:link href="http://www.v-teq.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.v-teq.com</link>
	<description>Computers, Programming, Web, Software, GNU/Linux, Open Source, Projects, etc.</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Transfer files using Secure Copy (scp)</title>
		<link>http://www.v-teq.com/2008-10-29/how-to-use-secure-copy-scp-to-transfer-files/</link>
		<comments>http://www.v-teq.com/2008-10-29/how-to-use-secure-copy-scp-to-transfer-files/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 21:45:26 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Linux Notes]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tranfer files]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/blog/?p=30</guid>
		<description><![CDATA[Transfer file/directory from remote host to localhost:

$ scp &#91;&#60;USER&#62;@&#93;&#60;HOST&#62;:&#60;REMOTE_PATH&#62; &#60;LOCAL_PATH&#62;

Usage example:

$ scp v-teq@v-teq.com:~/.vimrc ~/.vimrc # copy .vimrc file from remote host to the local one
$ scp user@example.com:/etc/resolv.conf /tmp/dns.txt

Transfer file from localhost to remote host:

$ scp &#60;file/directory&#62; user@example.com:~/remote/directory

Transfer file/directory from localhost to remote host:

$ scp file.txt user@example.com:~/remote/directory

]]></description>
		<wfw:commentRss>http://www.v-teq.com/2008-10-29/how-to-use-secure-copy-scp-to-transfer-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
