<?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>SurlyJake &#187; scp</title>
	<atom:link href="http://www.surlyjake.com/tag/scp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 15:28:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Command line scp from linux(+BSD) to windows.</title>
		<link>http://www.surlyjake.com/2008/12/command-line-scp-from-linuxbsd-to-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=command-line-scp-from-linuxbsd-to-windows</link>
		<comments>http://www.surlyjake.com/2008/12/command-line-scp-from-linuxbsd-to-windows/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 23:37:00 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=204</guid>
		<description><![CDATA[i traveling and wanted to copy over my logs to find out what was happening on my server. didn&#8217;t want to install a client like filezilla or another GUI. Using the command line SCP utility, you can grab remote files securely over SSH. You can grab the executable from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html (pscp.exe is what you want) [...]]]></description>
			<content:encoded><![CDATA[<p>i traveling and wanted to copy over my logs to find out what was happening on my server. didn&#8217;t want to install a client like filezilla or another GUI. Using the command line <a href="http://www.surlyjake.com/tag/scp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with scp">SCP</a> utility, you can grab remote files securely over <a href="http://www.surlyjake.com/tag/ssh/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ssh">SSH</a>. You can grab the executable from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html (pscp.exe is what you want) then, in the command line on the <a href="http://www.surlyjake.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a> client machine, type something like this:</p>
<pre>pscp -r -P 22 jimmy@johnscomputer.com:/home/jimmy/stuff "c:\documents and settings\jimmy\Desktop"</pre>
<p>The &#8220;-r&#8221; makes it grab the whole folder, and everything under. the &#8220;-P&#8221; specifies a port (mostly useful if you aren&#8217;t using 22. make sure it is capital).</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2008/12/command-line-scp-from-linuxbsd-to-windows/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2008/12/command-line-scp-from-linuxbsd-to-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

