<?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>Andrew Beaton :: FAQ &#187; secure copy</title>
	<atom:link href="http://andrewbeaton.net/faq/tag/secure-copy/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewbeaton.net/faq</link>
	<description>Tips from the world of a software developer</description>
	<lastBuildDate>Wed, 13 Jul 2011 17:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>SCP files with spaces in them</title>
		<link>http://andrewbeaton.net/faq/2009/11/27/scp-files-with-spaces-in-them/</link>
		<comments>http://andrewbeaton.net/faq/2009/11/27/scp-files-with-spaces-in-them/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 20:17:15 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[files with spaces]]></category>
		<category><![CDATA[SCP]]></category>
		<category><![CDATA[secure copy]]></category>
		<category><![CDATA[spaces in filename]]></category>

		<guid isPermaLink="false">http://andrewbeaton.net/faq/?p=72</guid>
		<description><![CDATA[Right, I&#8217;m sure we&#8217;ve all come across this probem before. You try use SCP to copy a file but it has spaces in the filename or directory name. Well obviously one solution is not to use spaces in filenames or directory names! But some of you lot do, so, try the following: scp user@host:&#34;'filename with [...]]]></description>
			<content:encoded><![CDATA[<p>Right, I&#8217;m sure we&#8217;ve all come across this probem before. You try use SCP to copy a file but it has spaces in the filename or directory name. Well obviously one solution is not to use spaces in filenames or directory names! But some of you lot do, so, try the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">scp</span> user<span style="color: #000000; font-weight: bold;">@</span>host:<span style="color: #ff0000;">&quot;'filename with spaces'&quot;</span> destination</pre></div></div>

<p>Yes, that&#8217;s with more quotes!</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #ff0000;">&quot; + ' + filename with spaces + ' + &quot;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://andrewbeaton.net/faq/2009/11/27/scp-files-with-spaces-in-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

