<?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>question Re: scp not working between OSX 10.11.3 and Sandbox in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160257#M24597</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/328/maube.html" nodeid="328"&gt;@Michael Aube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you check on sandbox &lt;/P&gt;&lt;P&gt;#ls -l /data&lt;/P&gt;&lt;P&gt;Are you sure you have created /data directory .. usually default root home direcotry is /root so , see if data directory is under /root .. I just did that in my sandbox and it works fine for me &lt;/P&gt;&lt;P&gt;MacBook-Pro-7:~ rguruvanagari$ scp -P 2222 id_dsa root@127.0.0.1:/root/data &lt;/P&gt;&lt;P&gt;root@127.0.0.1's password:
id_dsa                                                                                                                                                                    100%  672     0.7KB/s   00:00 &lt;/P&gt;&lt;P&gt;MacBook-Pro-7:~ rguruvanagari$ scp -P 2222 id_dsa root@127.0.0.1:/data&lt;/P&gt;&lt;P&gt;
root@127.0.0.1's password:
id_dsa&lt;/P&gt;&lt;P&gt;[root@sandbox /]# ls -l /data &lt;/P&gt;&lt;P&gt;-rw------- 1 root root 672 Apr  7 05:12 /data &lt;/P&gt;&lt;P&gt;[root@sandbox /]# ls -l /root/data &lt;/P&gt;&lt;P&gt;total 4&lt;/P&gt;&lt;P&gt;
-rw------- 1 root root 672 Apr  7 05:11 id_dsa&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 19:16:02 GMT</pubDate>
    <dc:creator>rguruvannagari</dc:creator>
    <dc:date>2016-04-07T19:16:02Z</dc:date>
    <item>
      <title>scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160254#M24594</link>
      <description>&lt;P&gt;I am trying to copy a data file from my Mac to my Sandbox using scp.  I have successfully created a directory named "/data" on the Sandbox vm using the root user account.  My scp command looks like this:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;STRONG&gt;scp -P 2222 mydatafile.csv root@127.0.0.1:/data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I type in the root password, and scp appears to transfer the file.  When I look in the /data directory on the Sandbox vm, the file isn't there. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 17:14:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160254#M24594</guid>
      <dc:creator>maube</dc:creator>
      <dc:date>2016-04-07T17:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160255#M24595</link>
      <description>&lt;P&gt;So, I assume "ssh -p2222 root@127.0.0.1" works? Can you check permissions "ls -ld /data" and try to scp to /tmp.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 18:34:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160255#M24595</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-04-07T18:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160256#M24596</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/328/maube.html" nodeid="328"&gt;@Michael Aube&lt;/A&gt;&lt;P&gt;Please try below command on your sandbox&lt;/P&gt;&lt;PRE&gt;scp &amp;lt;username&amp;gt;@&amp;lt;ip-of-mac&amp;gt;:$path/mydatafile.csv $local_path_on_sandbox&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Apr 2016 18:38:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160256#M24596</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-07T18:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160257#M24597</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/328/maube.html" nodeid="328"&gt;@Michael Aube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you check on sandbox &lt;/P&gt;&lt;P&gt;#ls -l /data&lt;/P&gt;&lt;P&gt;Are you sure you have created /data directory .. usually default root home direcotry is /root so , see if data directory is under /root .. I just did that in my sandbox and it works fine for me &lt;/P&gt;&lt;P&gt;MacBook-Pro-7:~ rguruvanagari$ scp -P 2222 id_dsa root@127.0.0.1:/root/data &lt;/P&gt;&lt;P&gt;root@127.0.0.1's password:
id_dsa                                                                                                                                                                    100%  672     0.7KB/s   00:00 &lt;/P&gt;&lt;P&gt;MacBook-Pro-7:~ rguruvanagari$ scp -P 2222 id_dsa root@127.0.0.1:/data&lt;/P&gt;&lt;P&gt;
root@127.0.0.1's password:
id_dsa&lt;/P&gt;&lt;P&gt;[root@sandbox /]# ls -l /data &lt;/P&gt;&lt;P&gt;-rw------- 1 root root 672 Apr  7 05:12 /data &lt;/P&gt;&lt;P&gt;[root@sandbox /]# ls -l /root/data &lt;/P&gt;&lt;P&gt;total 4&lt;/P&gt;&lt;P&gt;
-rw------- 1 root root 672 Apr  7 05:11 id_dsa&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 19:16:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160257#M24597</guid>
      <dc:creator>rguruvannagari</dc:creator>
      <dc:date>2016-04-07T19:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160258#M24598</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; - It worked for me. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 04:05:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160258#M24598</guid>
      <dc:creator>mayurbhokase</dc:creator>
      <dc:date>2016-04-08T04:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160259#M24599</link>
      <description>&lt;P&gt;I cheated to get it working properly.  I simply added a static IP Address to my Sandbox VM, using a second Host-only adapter on vboxnet0.  Now I can use a real IP Address when specifying the target for scp, and it works fine now.  Thank you for all the suggestions!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 21:43:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160259#M24599</guid>
      <dc:creator>maube</dc:creator>
      <dc:date>2016-04-11T21:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160260#M24600</link>
      <description>&lt;P&gt;I cheated to get it working properly. I simply added a static IP Address to my Sandbox VM, using a second Host-only adapter on vboxnet0. Now I can use a real IP Address when specifying the target for scp, and it works fine now. Thank you for all the suggestions!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 01:22:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160260#M24600</guid>
      <dc:creator>maube</dc:creator>
      <dc:date>2016-04-22T01:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160261#M24601</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1665/mayurbhokase.html" nodeid="1665"&gt;@Mayur Bhokase&lt;/A&gt;&lt;P&gt; This did not work for me. Do you have a user on your Mac with the same name as a user on your Sandbox? Is your VM on Azure or on your machine?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2016 23:38:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160261#M24601</guid>
      <dc:creator>sdimant</dc:creator>
      <dc:date>2016-09-10T23:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: scp not working between OSX 10.11.3 and Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160262#M24602</link>
      <description>&lt;P&gt;Yep, this worked for me -- from sandbox to mac, but still can't go the other direction.  Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 03:47:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/scp-not-working-between-OSX-10-11-3-and-Sandbox/m-p/160262#M24602</guid>
      <dc:creator>LesterMartin</dc:creator>
      <dc:date>2017-03-09T03:47:58Z</dc:date>
    </item>
  </channel>
</rss>

