<?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: Q about scp in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077451#M21077</link>
    <description>Bear in mind that any use of scp/ssh is going to be quite slow. With GigE infrastructure, I am anly able to achieve ~75 Mbps throughput for a single ssh/scp stream.</description>
    <pubDate>Thu, 27 Sep 2007 10:15:05 GMT</pubDate>
    <dc:creator>Mark Poeschl_2</dc:creator>
    <dc:date>2007-09-27T10:15:05Z</dc:date>
    <item>
      <title>Q about scp</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077447#M21073</link>
      <description>Hello&lt;BR /&gt;Is it possible to stream data from remote system using scp?&lt;BR /&gt;I mean like get huge file from some remote system and compress it before writing it to local disk. &lt;BR /&gt;&lt;BR /&gt; Regards&lt;BR /&gt;  Josef</description>
      <pubDate>Thu, 27 Sep 2007 07:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077447#M21073</guid>
      <dc:creator>Bouda16</dc:creator>
      <dc:date>2007-09-27T07:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Q about scp</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077448#M21074</link>
      <description>You can use something like this:&lt;BR /&gt;&lt;BR /&gt;gzip -c &lt;FILENAME&gt; | ssh &lt;REMOTEHOST&gt; dd of=/tmp/&lt;FILENAME&gt;.gz&lt;BR /&gt;&lt;BR /&gt;You have to replace &lt;VARIABLE&gt; by real host/files.&lt;/VARIABLE&gt;&lt;/FILENAME&gt;&lt;/REMOTEHOST&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077448#M21074</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-27T07:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Q about scp</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077449#M21075</link>
      <description>&lt;BR /&gt;If I undestand it correctly, the packing process would by running on source server, but I need to run it on destination server :-(</description>
      <pubDate>Thu, 27 Sep 2007 08:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077449#M21075</guid>
      <dc:creator>Bouda16</dc:creator>
      <dc:date>2007-09-27T08:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Q about scp</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077450#M21076</link>
      <description>Then, you can try this:&lt;BR /&gt;&lt;BR /&gt;This is executed on the host that is the source for the file:&lt;BR /&gt;&lt;BR /&gt;sourcehost&amp;gt; dd if=&lt;FILENAME&gt; | ssh &lt;REMOTEHOST&gt; "gzip &amp;gt; /tmp/&lt;FILENAME&gt;.gz"&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;&lt;BR /&gt;This is executed on the host that is the destination for the file:&lt;BR /&gt;&lt;BR /&gt;dsthost&amp;gt; ssh &lt;REMOTEHOST&gt; dd if=&lt;FILENAME&gt; | gzip &amp;gt; /tmp/&lt;FILENAME&gt;.gz&lt;BR /&gt;&lt;BR /&gt;Welcome to the forum, please keep asigning points, if you are unsure how to do it, please review:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/REMOTEHOST&gt;&lt;/FILENAME&gt;&lt;/REMOTEHOST&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 27 Sep 2007 08:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077450#M21076</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-27T08:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Q about scp</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077451#M21077</link>
      <description>Bear in mind that any use of scp/ssh is going to be quite slow. With GigE infrastructure, I am anly able to achieve ~75 Mbps throughput for a single ssh/scp stream.</description>
      <pubDate>Thu, 27 Sep 2007 10:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/q-about-scp/m-p/4077451#M21077</guid>
      <dc:creator>Mark Poeschl_2</dc:creator>
      <dc:date>2007-09-27T10:15:05Z</dc:date>
    </item>
  </channel>
</rss>

