<?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: How to rcp file from windows to linux in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959803#M7901</link>
    <description>Use ftp from LINUX to Windows if you don't have some flavor of SAMBA installed.&lt;BR /&gt;Example:&lt;BR /&gt;Start -&amp;gt; run -&amp;gt; cmd&lt;BR /&gt;Microsoft Windows XP [Version 5.1.2600]&lt;BR /&gt;(C) Copyright 1985-2001 Microsoft Corp.&lt;BR /&gt;&lt;BR /&gt;C:\Documents and Settings\rdarling&amp;gt;ftp 192.100.100.199&lt;BR /&gt;Connected to 192.100.100.199.&lt;BR /&gt;220 L1000 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.&lt;BR /&gt;User (192.100.100.199:(none)): root&lt;BR /&gt;331 Password required for root.&lt;BR /&gt;Password:&lt;BR /&gt;230 User root logged in.&lt;BR /&gt;ftp&amp;gt; cd /tmp&lt;BR /&gt;250 CWD command successful.&lt;BR /&gt;ftp&amp;gt; get tztab&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening ASCII mode data connection for tztab (11935 bytes).&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;ftp: 12333 bytes received in 0.00Seconds 12333000.00Kbytes/sec.&lt;BR /&gt;&lt;BR /&gt;tztab file is in C:\Documents and Settings\rdarling&lt;BR /&gt;&lt;BR /&gt;Even easier if you get a GIU ftp program, such as FTP Voyager.&lt;BR /&gt;RD&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Mar 2007 14:56:14 GMT</pubDate>
    <dc:creator>Richard Darling</dc:creator>
    <dc:date>2007-03-12T14:56:14Z</dc:date>
    <item>
      <title>How to rcp file from windows to linux</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959802#M7900</link>
      <description>If I want to copy file (test.txt) from host : 192.168.0.1 to another host 192.168.0.2 , what is the command ?&lt;BR /&gt;&lt;BR /&gt;I tried rcp -a 192.168.0.1.myname:test.txt 192.168.0.2.myname:\tmp but not work , can advise how to do it ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RCP [-a | -b] [-h] [-r] [host][.user:]source [host][.user:] path\destination</description>
      <pubDate>Mon, 12 Mar 2007 06:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959802#M7900</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-12T06:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to rcp file from windows to linux</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959803#M7901</link>
      <description>Use ftp from LINUX to Windows if you don't have some flavor of SAMBA installed.&lt;BR /&gt;Example:&lt;BR /&gt;Start -&amp;gt; run -&amp;gt; cmd&lt;BR /&gt;Microsoft Windows XP [Version 5.1.2600]&lt;BR /&gt;(C) Copyright 1985-2001 Microsoft Corp.&lt;BR /&gt;&lt;BR /&gt;C:\Documents and Settings\rdarling&amp;gt;ftp 192.100.100.199&lt;BR /&gt;Connected to 192.100.100.199.&lt;BR /&gt;220 L1000 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.&lt;BR /&gt;User (192.100.100.199:(none)): root&lt;BR /&gt;331 Password required for root.&lt;BR /&gt;Password:&lt;BR /&gt;230 User root logged in.&lt;BR /&gt;ftp&amp;gt; cd /tmp&lt;BR /&gt;250 CWD command successful.&lt;BR /&gt;ftp&amp;gt; get tztab&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening ASCII mode data connection for tztab (11935 bytes).&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;ftp: 12333 bytes received in 0.00Seconds 12333000.00Kbytes/sec.&lt;BR /&gt;&lt;BR /&gt;tztab file is in C:\Documents and Settings\rdarling&lt;BR /&gt;&lt;BR /&gt;Even easier if you get a GIU ftp program, such as FTP Voyager.&lt;BR /&gt;RD&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959803#M7901</guid>
      <dc:creator>Richard Darling</dc:creator>
      <dc:date>2007-03-12T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to rcp file from windows to linux</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959804#M7902</link>
      <description>The rcp command provided by windows is not compatible with the "rcp" service of Linux. You may need to install cygwin, or as methioned above, use SAMBA or ftp.</description>
      <pubDate>Mon, 12 Mar 2007 21:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959804#M7902</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-12T21:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to rcp file from windows to linux</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959805#M7903</link>
      <description>hangyu,&lt;BR /&gt;&lt;BR /&gt;You are better off using the secure alternative  Putty/SSH. Download the programs from this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank"&gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They don't need any installation, just copying to the drive, though you can add the directory to your $PATH for extra convenience. There are then two alternatives:&lt;BR /&gt;&lt;BR /&gt;pscp file user@host:/path/file&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;psftp hostname&lt;BR /&gt;&lt;BR /&gt;The second is better for sending multiple files, the first is more direct and can be scripted and automated.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Mar 2007 03:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959805#M7903</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2007-03-13T03:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to rcp file from windows to linux</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959806#M7904</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;never tried WINSCP?&lt;BR /&gt;I think it's the best one!!!&lt;BR /&gt;Pasquino</description>
      <pubDate>Mon, 26 Mar 2007 06:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-rcp-file-from-windows-to-linux/m-p/3959806#M7904</guid>
      <dc:creator>pasquino bocci_1</dc:creator>
      <dc:date>2007-03-26T06:33:41Z</dc:date>
    </item>
  </channel>
</rss>

