<?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: scp and gunzip in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210123#M899993</link>
    <description>I don't know if this is wath you want but You can try:&lt;BR /&gt;&lt;BR /&gt;cd &lt;WHERE file="" is=""&gt;; tar cvf - &lt;FILENAME&gt;|compress|ssh &lt;HOSTNAME&gt; "cd &lt;WHERE youlike=""&gt;;uncompress|tar xvf -"&lt;BR /&gt;&lt;BR /&gt;Compress and uncompress seem to work fine with stadard input and output (like is written in man).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Mauro&lt;/WHERE&gt;&lt;/HOSTNAME&gt;&lt;/FILENAME&gt;&lt;/WHERE&gt;</description>
    <pubDate>Fri, 05 Mar 2004 05:35:42 GMT</pubDate>
    <dc:creator>Mauro Gatti</dc:creator>
    <dc:date>2004-03-05T05:35:42Z</dc:date>
    <item>
      <title>scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210120#M899990</link>
      <description>Can a file be gunzip'd while it's being scp'd to another box ?  The file is gzip'd on the source box and I want it to land unzip'd on the target box.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 20:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210120#M899990</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-03-04T20:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210121#M899991</link>
      <description>I haven't tried this so I don't know if it'll work, but it might:&lt;BR /&gt;&lt;BR /&gt;# gunzip &amp;lt; file.gz &amp;gt; - | scp - remotehost:/remote/dir/file</description>
      <pubDate>Thu, 04 Mar 2004 21:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210121#M899991</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-04T21:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210122#M899992</link>
      <description>I tested Patrick's idea.&lt;BR /&gt;&lt;BR /&gt;Didn't work.&lt;BR /&gt;&lt;BR /&gt;scp requires a source and a destination, so the concept can be modified to work.&lt;BR /&gt;&lt;BR /&gt;gunzip filename.gz ; scp filename remotehostname://dir&lt;BR /&gt;&lt;BR /&gt;That is teseted and works. Not exactly what you want.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 05 Mar 2004 00:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210122#M899992</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-05T00:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210123#M899993</link>
      <description>I don't know if this is wath you want but You can try:&lt;BR /&gt;&lt;BR /&gt;cd &lt;WHERE file="" is=""&gt;; tar cvf - &lt;FILENAME&gt;|compress|ssh &lt;HOSTNAME&gt; "cd &lt;WHERE youlike=""&gt;;uncompress|tar xvf -"&lt;BR /&gt;&lt;BR /&gt;Compress and uncompress seem to work fine with stadard input and output (like is written in man).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Mauro&lt;/WHERE&gt;&lt;/HOSTNAME&gt;&lt;/FILENAME&gt;&lt;/WHERE&gt;</description>
      <pubDate>Fri, 05 Mar 2004 05:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210123#M899993</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2004-03-05T05:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210124#M899994</link>
      <description>gzip -c &lt;FILENAME&gt; |ssh &lt;HOSTNAME&gt; "cd &lt;WHERE youlike=""&gt;;gunzip -c &amp;gt;filename"&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;ssh &lt;HOSTNAME&gt; "cd &lt;WHERE youlike=""&gt;;gunzip -c &amp;gt;filename" &lt;/WHERE&gt;&lt;/HOSTNAME&gt;&lt;/WHERE&gt;&lt;/HOSTNAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 05 Mar 2004 05:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210124#M899994</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2004-03-05T05:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210125#M899995</link>
      <description>You could instead of gunzip use the -C option of scp, if it works in your environment, you can forget gunzip.&lt;BR /&gt;&lt;BR /&gt;scp options: &lt;BR /&gt;&lt;BR /&gt;-C   Compression enable. Passes the -C flag to ssh(1) to enable compression.</description>
      <pubDate>Mon, 08 Mar 2004 02:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210125#M899995</guid>
      <dc:creator>Kari Pannila</dc:creator>
      <dc:date>2004-03-08T02:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210126#M899996</link>
      <description>You must first of course unzip the file...&lt;BR /&gt;then scp -C...</description>
      <pubDate>Mon, 08 Mar 2004 02:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210126#M899996</guid>
      <dc:creator>Kari Pannila</dc:creator>
      <dc:date>2004-03-08T02:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: scp and gunzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210127#M899997</link>
      <description>Laurent, your code works very well for my application so I have plugged that in where needed.  It is very much appreciated.  All the very excellent respones very much appreciated !!&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 02:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-and-gunzip/m-p/3210127#M899997</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-03-11T02:22:43Z</dc:date>
    </item>
  </channel>
</rss>

