<?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: Trying to copy file from my windows machine to sandbox and not succeding in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162287#M124663</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295"&gt;@slachterman&lt;/A&gt;  Thanks for your reply...&lt;/P&gt;&lt;P&gt;Do you mean i have to use below command in my windows machine command prompt to copy files to sandbox root directory.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;scp -P 2222 C:/Users/rnkumashi/Downloads/sample.txt root@localhost:/root&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.How does my windows machine(command prompt) make connection to sandbox server and copy the file to sandbox root directory ? do i need to install cygwin for that?.&lt;/P&gt;&lt;P&gt;2.Yes i trying to refer the same link which you shared.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2016 20:44:37 GMT</pubDate>
    <dc:creator>ravikumashi</dc:creator>
    <dc:date>2016-06-28T20:44:37Z</dc:date>
    <item>
      <title>Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162284#M124660</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295" target="_blank"&gt;@slachterman&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Greetings!!!&lt;/P&gt;&lt;P&gt;I am trying to copy a file from my local windows machine to sandbox using below command and not seeing the file in sandbox root directory after executing command.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;scp -P C:/Users/rnkumashi/Downloads/sample.txt root@localhost:/root&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.I am connected to sandbox using Vm ware.&lt;/P&gt;&lt;P&gt;2.After executing the command i am trying to list the content in sandbox root directory and not seeing the file.&lt;/P&gt;&lt;P&gt;Please see below for the details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5303-scp-command.png" style="width: 732px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20606i6DA5875BC5642F52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5303-scp-command.png" alt="5303-scp-command.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;any help would be great and i am new to sandbox.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:45:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162284#M124660</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162285#M124661</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11479/ravikumashi.html" nodeid="11479"&gt;@Ravikumar Kumashi&lt;/A&gt; the scp command is missing the port number (please notice that the "usage" text was returned by the command, which means the syntax was incorrect). Please try specifying 2222 after the -P switch.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:23:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162285#M124661</guid>
      <dc:creator>slachterman</dc:creator>
      <dc:date>2016-06-28T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162286#M124662</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11479/ravikumashi.html" nodeid="11479"&gt;@Ravikumar Kumashi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	Try this command instead.&lt;/P&gt;&lt;P&gt;
	scp -P 2222 C:/Users/rnkumashi/Downloads/sample.txt root@localhost:/root&lt;/P&gt;&lt;P&gt;However you need something like cygwin to make scp work from windows machine. &lt;/P&gt;&lt;P&gt;You have to run the command from windows, not sandbox.&lt;/P&gt;&lt;P&gt;This is a good document to get you started &lt;A href="http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:25:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162286#M124662</guid>
      <dc:creator>rpathak</dc:creator>
      <dc:date>2016-06-28T20:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162287#M124663</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295"&gt;@slachterman&lt;/A&gt;  Thanks for your reply...&lt;/P&gt;&lt;P&gt;Do you mean i have to use below command in my windows machine command prompt to copy files to sandbox root directory.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;scp -P 2222 C:/Users/rnkumashi/Downloads/sample.txt root@localhost:/root&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.How does my windows machine(command prompt) make connection to sandbox server and copy the file to sandbox root directory ? do i need to install cygwin for that?.&lt;/P&gt;&lt;P&gt;2.Yes i trying to refer the same link which you shared.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:44:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162287#M124663</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2016-06-28T20:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162288#M124664</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11479/ravikumashi.html" nodeid="11479"&gt;@Ravikumar Kumashi&lt;/A&gt; yes, that is correct, you want to run the command from your local machine since that is where the file lives that you are scp'ing over to the sandbox. You can invoke via Cygwin or you can use &lt;A href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"&gt;pscp&lt;/A&gt; (from the makers of Putty) and run pscp from the Windows command line.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:55:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162288#M124664</guid>
      <dc:creator>slachterman</dc:creator>
      <dc:date>2016-06-28T20:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162289#M124665</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295" target="_blank"&gt;@slachterman&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I installed cygwin in my windows machine and trying to execute the same and it is not recongizing scp command&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5304-cygwin.png" style="width: 591px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20605iC3495A0087B51DBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5304-cygwin.png" alt="5304-cygwin.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:45:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162289#M124665</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162290#M124666</link>
      <description>&lt;P&gt;I would recommend looking into pscp if you are on a Windows platform. If using Cygwin, you'll need to install scp, see &lt;A href="http://stackoverflow.com/questions/18688502/how-do-i-download-scp-and-ssh-on-cygwin" target="_blank"&gt;http://stackoverflow.com/questions/18688502/how-do-i-download-scp-and-ssh-on-cygwin&lt;/A&gt;. scp is part of the openssh package as noted.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 21:14:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162290#M124666</guid>
      <dc:creator>slachterman</dc:creator>
      <dc:date>2016-06-28T21:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162291#M124667</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295" target="_blank"&gt;@slachterman&lt;/A&gt;&lt;P&gt;I installed openssh package for cygwin, it recongnizes scp now.&lt;/P&gt;&lt;P&gt;but still no luck in copying to sandbox server, please see below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5305-scp-openssh.png" style="width: 575px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20604i32927973C2C7876D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5305-scp-openssh.png" alt="5305-scp-openssh.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:45:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162291#M124667</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162292#M124668</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11479/ravikumashi.html" nodeid="11479"&gt;@Ravikumar Kumashi&lt;/A&gt; in Cygwin, you can access the root of your C: drive by specifying the directory /cygdrive/c. So the path would be /cygdrive/c/Users/rnkumashi/Downloads/sample.txt&lt;/P&gt;&lt;P&gt;This is one of the reasons I recommended pscp.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 22:07:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162292#M124668</guid>
      <dc:creator>slachterman</dc:creator>
      <dc:date>2016-06-28T22:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162293#M124669</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295" target="_blank"&gt;@slachterman&lt;/A&gt; Thanks,that issue resolved, now i am getting connection to host localhost is refused for port 2222&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5306-connection-refused.png" style="width: 588px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20603iAD5500DFB0011DC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5306-connection-refused.png" alt="5306-connection-refused.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:45:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162293#M124669</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162294#M124670</link>
      <description>&lt;P&gt;
	&lt;A rel="user" href="https://community.cloudera.com/users/11479/ravikumashi.html" nodeid="11479"&gt;@Ravikumar Kumashi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	Make sure your VM is up and sshd is running and listening on port 2222: sudo netstat -anp | grep sshd&lt;/P&gt;&lt;P&gt;Make sure no firewall rules are getting in the way.&lt;/P&gt;&lt;P&gt;If confirmed, try using 127.0.0.1 instead of localhost and if that doesn't work try editing your hosts file so that sandbox.hortonworks.com resolves to 127.0.0.1 and then use the FQDN sandbox.hortonworks.com instead of localhost. &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 22:31:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162294#M124670</guid>
      <dc:creator>slachterman</dc:creator>
      <dc:date>2016-06-28T22:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162295#M124671</link>
      <description>&lt;P&gt;Yes, you have to run the the scp command from Windows, not the virtual machine. Windows does not natively offer the ability to scp, so trying to scp from the virtual machine to Windows will not work.  Windows also does not have an SCP command by default.  You must install WinSCP or PSCP (via PuTTY) to get access to an SCP command.&lt;/P&gt;&lt;P&gt;Here are links to the respective software:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"&gt;PuTTY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://winscp.net/eng/download.php"&gt;WinSCP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 22:42:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162295#M124671</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-06-28T22:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162296#M124672</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295" target="_blank"&gt;@slachterma&lt;/A&gt;&lt;P style="display: inline !important;"&gt;i was checking sshd is running or not using below 'service ssh status' and it was not running&lt;/P&gt;&lt;DIV&gt;&lt;P style="display: inline !important;"&gt;I used below command to start '&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295" target="_blank"&gt;&lt;/A&gt;sudo service ssh start' but could not start&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5310-ssh-status-and-start.png" style="width: 532px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20602i34CB9FD5B5241334/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5310-ssh-status-and-start.png" alt="5310-ssh-status-and-start.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/7233i0607370244870B4B/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="ports-listening.png" title="ports-listening.png" /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/7234iA6F89ADE242A5983/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="port-22.png" title="port-22.png" /&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:44:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162296#M124672</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162297#M124673</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11479/ravikumashi.html" nodeid="11479"&gt;@Ravikumar Kumashi&lt;/A&gt; sshd not ssh&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 23:07:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162297#M124673</guid>
      <dc:creator>slachterman</dc:creator>
      <dc:date>2016-06-28T23:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162298#M124674</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11295/slachterman.html" nodeid="11295" target="_blank"&gt;@slachterman&lt;/A&gt;&lt;P&gt;Sorry, i changed to 'sudo service sshd' and looks fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5322-2016-06-28-21-48-51-10156106-remote-desktop-connec.png" style="width: 772px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20600iAB5185676A806F84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5322-2016-06-28-21-48-51-10156106-remote-desktop-connec.png" alt="5322-2016-06-28-21-48-51-10156106-remote-desktop-connec.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and also i was trying to check ports it is listening using below command and looks like it is not listening to port 2222, how do i make it to listen on port 2222 also&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5321-2016-06-28-21-48-03-10156106-remote-desktop-connec.png" style="width: 824px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20601iCB7413BEB868B33D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5321-2016-06-28-21-48-03-10156106-remote-desktop-connec.png" alt="5321-2016-06-28-21-48-03-10156106-remote-desktop-connec.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:44:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162298#M124674</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162299#M124675</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/11479/ravikumashi.html" nodeid="11479"&gt;@Ravikumar Kumashi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you check how is your vm network is configured?&lt;/P&gt;&lt;P&gt;Ensure that vm network is set to NAT and port forwarding is configured.&lt;/P&gt;&lt;P&gt;If your network is configured to host only then you need to give ip instead of localhost and remove -P 2222 from command.&lt;/P&gt;&lt;P&gt;Can you paste the output of ifconfig from vm?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 23:54:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162299#M124675</guid>
      <dc:creator>rpathak</dc:creator>
      <dc:date>2016-06-28T23:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162300#M124676</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10322/rpathak.html" nodeid="10322" target="_blank"&gt;@Rahul Pathak&lt;/A&gt;&lt;P&gt;below is the output of ifconfig&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5323-ifconfig.png" style="width: 829px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20599i119975DE6106B96A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5323-ifconfig.png" alt="5323-ifconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:44:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162300#M124676</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162301#M124677</link>
      <description>&lt;P&gt;In this case below command should work for you.&lt;/P&gt;&lt;P&gt;scp /cygdrive/c/Users/rnkumashi/Downloads/sample.txt root@192.168.228.128:/root&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 00:18:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162301#M124677</guid>
      <dc:creator>rpathak</dc:creator>
      <dc:date>2016-06-29T00:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162302#M124678</link>
      <description>&lt;P&gt;
	@&lt;A href="https://community.hortonworks.com/users/11479/ravikumashi.html"&gt;Ravikumar Kumashi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	I tried the following steps in WINSCP and was able to transfer the file. Please check if the same can be done at your end.&lt;/P&gt;&lt;P&gt;
	&lt;STRONG&gt;1. Edit the hosts entry&lt;/STRONG&gt;

	C:\Windows\System32\Drivers\etc : hosts file and added the IP &lt;/P&gt;&lt;P&gt;172.16.0.6 sandbox.hortonworks.com sandbox.&lt;/P&gt;&lt;P&gt;at the end of the file.&lt;/P&gt;&lt;P&gt;2. Use the following credentials for WINSCP&lt;/P&gt;&lt;P&gt;File protocol : SCP&lt;/P&gt;&lt;P&gt;IP : 172.16.0.6 Port : 22&lt;/P&gt;&lt;P&gt;User : root; Password : Sandbox password.&lt;/P&gt;&lt;P&gt;
	&lt;A href="https://community.hortonworks.com/users/11479/ravikumashi.html"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 00:22:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162302#M124678</guid>
      <dc:creator>bharathkumarkri</dc:creator>
      <dc:date>2016-06-29T00:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to copy file from my windows machine to sandbox and not succeding</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162303#M124679</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10322/rpathak.html" nodeid="10322" target="_blank"&gt;@Rahul Pathak&lt;/A&gt;&lt;P&gt;Thanks a lot it worked great&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5324-success-file-cygwin.png" style="width: 662px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20597i3A13BF5C744B728D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5324-success-file-cygwin.png" alt="5324-success-file-cygwin.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5325-success-file-sandbox.png" style="width: 723px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20598i1E4A3AB20FCFBA48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5325-success-file-sandbox.png" alt="5325-success-file-sandbox.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:44:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Trying-to-copy-file-from-my-windows-machine-to-sandbox-and/m-p/162303#M124679</guid>
      <dc:creator>ravikumashi</dc:creator>
      <dc:date>2019-08-18T11:44:29Z</dc:date>
    </item>
  </channel>
</rss>

