<?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"
	>
<channel>
	<title>Comments on: Spaces and SCP</title>
	<atom:link href="http://www.jonsimpson.co.uk/weblog/2005-03-06/spaces-and-scp.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonsimpson.co.uk/weblog/2005-03-06/spaces-and-scp.html</link>
	<description>My personal space for ideas &#38; information.</description>
	<pubDate>Fri, 21 Nov 2008 22:44:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Scott</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-03-06/spaces-and-scp.html#comment-39986</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 07 Dec 2007 03:27:27 +0000</pubDate>
		<guid isPermaLink="false">/?p=14#comment-39986</guid>
		<description>Interestingly, neither of those worked for me, I had to do a third variation:

scp user@host:'"d:/path/some filename with spaces"' dest

where the outer single quotes protect the command line for scp to pass through the double quotes to the windows machine on the other end (which is how windows does spaces).

scott</description>
		<content:encoded><![CDATA[<p>Interestingly, neither of those worked for me, I had to do a third variation:</p>
<p>scp user@host:&#8217;&#8221;d:/path/some filename with spaces&#8221;&#8216; dest</p>
<p>where the outer single quotes protect the command line for scp to pass through the double quotes to the windows machine on the other end (which is how windows does spaces).</p>
<p>scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rogers</title>
		<link>http://www.jonsimpson.co.uk/weblog/2005-03-06/spaces-and-scp.html#comment-36292</link>
		<dc:creator>Mark Rogers</dc:creator>
		<pubDate>Wed, 31 Oct 2007 10:06:20 +0000</pubDate>
		<guid isPermaLink="false">/?p=14#comment-36292</guid>
		<description>I found your blog while Googling for the answer myself, but your solution doesn't work for me. What I needed to use was:

scp user@host:"'/Path/Some Filename With Spaces'" [destination]

Note " then ' (after the host) then ' and " after the path.</description>
		<content:encoded><![CDATA[<p>I found your blog while Googling for the answer myself, but your solution doesn&#8217;t work for me. What I needed to use was:</p>
<p>scp user@host:&#8221;&#8216;/Path/Some Filename With Spaces&#8217;&#8221; [destination]</p>
<p>Note &#8221; then &#8216; (after the host) then &#8216; and &#8221; after the path.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
