<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Missed link in Cisco DevNet Lab in DevNet General Discussions</title>
    <link>https://community.cisco.com/t5/devnet-general-discussions/missed-link-in-cisco-devnet-lab/m-p/4162744#M1306</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I believe you only need the single quotes if you are dealing with spaces in the filepath/ file name. Try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;scp developer@&lt;SPAN class="hljs-number"&gt;198.18&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;133.48&lt;/SPAN&gt;:&lt;SPAN class="hljs-string"&gt;"/home/developer/.kube/config"&lt;/SPAN&gt; &lt;SPAN class="hljs-variable"&gt;$HOME&lt;/SPAN&gt;\.kube\config&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Arguably since there are no spaces in the path the double quotes could be removed:&lt;/P&gt;
&lt;PRE&gt;scp developer@&lt;SPAN class="hljs-number"&gt;198.18&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;133.48&lt;/SPAN&gt;:&lt;SPAN class="hljs-string"&gt;/home/developer/.kube/config&lt;/SPAN&gt; &lt;SPAN class="hljs-variable"&gt;$HOME&lt;/SPAN&gt;\.kube\config&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 12:44:42 GMT</pubDate>
    <dc:creator>Seb Rupik</dc:creator>
    <dc:date>2020-10-07T12:44:42Z</dc:date>
    <item>
      <title>Missed link in Cisco DevNet Lab</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/missed-link-in-cisco-devnet-lab/m-p/4144081#M1298</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm going through Cisco DevNet Labs and at the moment I'm on this step&amp;nbsp;&lt;A href="https://developer.cisco.com/learning/tracks/containers/containers-mgmt/containers-deploy-to-k8s/step/1" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://developer.cisco.com/learning/tracks/containers/containers-mgmt/containers-deploy-to-k8s/step/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is point:&lt;/P&gt;&lt;P&gt;Powershell on Windows 10&lt;/P&gt;&lt;PRE&gt;  scp developer@&lt;SPAN class="hljs-number"&gt;198.18&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;133.48&lt;/SPAN&gt;:&lt;SPAN class="hljs-string"&gt;"'/home/developer/.kube/config'"&lt;/SPAN&gt; &lt;SPAN class="hljs-variable"&gt;$HOME&lt;/SPAN&gt;\.kube\config&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I will execute this command, I will get error message "protocol error: filename does not match request"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why? It is mistake inside Lab? Or should I run something before executing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 20:48:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/missed-link-in-cisco-devnet-lab/m-p/4144081#M1298</guid>
      <dc:creator>LamoSS</dc:creator>
      <dc:date>2020-08-31T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missed link in Cisco DevNet Lab</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/missed-link-in-cisco-devnet-lab/m-p/4162744#M1306</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I believe you only need the single quotes if you are dealing with spaces in the filepath/ file name. Try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;scp developer@&lt;SPAN class="hljs-number"&gt;198.18&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;133.48&lt;/SPAN&gt;:&lt;SPAN class="hljs-string"&gt;"/home/developer/.kube/config"&lt;/SPAN&gt; &lt;SPAN class="hljs-variable"&gt;$HOME&lt;/SPAN&gt;\.kube\config&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Arguably since there are no spaces in the path the double quotes could be removed:&lt;/P&gt;
&lt;PRE&gt;scp developer@&lt;SPAN class="hljs-number"&gt;198.18&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;133.48&lt;/SPAN&gt;:&lt;SPAN class="hljs-string"&gt;/home/developer/.kube/config&lt;/SPAN&gt; &lt;SPAN class="hljs-variable"&gt;$HOME&lt;/SPAN&gt;\.kube\config&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:44:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/missed-link-in-cisco-devnet-lab/m-p/4162744#M1306</guid>
      <dc:creator>Seb Rupik</dc:creator>
      <dc:date>2020-10-07T12:44:42Z</dc:date>
    </item>
  </channel>
</rss>

