<?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 with compression in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022177#M750613</link>
    <description>scp docs say this...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-C      Compression enable.  Passes the -C flag to ssh(1) to enable compression.&lt;BR /&gt;&lt;BR /&gt;The doc seems to agree with you.&lt;BR /&gt;&lt;BR /&gt;My test with Linux(HP box, finally in the house YEAH!, is turned off) should show same results.&lt;BR /&gt;&lt;BR /&gt;My version on HP-UX is 3.50 from HP tested depots.&lt;BR /&gt;&lt;BR /&gt;Secure shell&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you compiled some other version, you are taking risks of bugs and difficulties with HP-UX.&lt;BR /&gt;&lt;BR /&gt;I'm attaching Chris Vail's secureshell doc, because it contains lots of cool nuggets.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 13 Jul 2003 12:44:14 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-07-13T12:44:14Z</dc:date>
    <item>
      <title>SCP with compression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022176#M750612</link>
      <description>Hi, &lt;BR /&gt;I am fairly new to the ideas and use of SSH so apologies if I am asking something really obvious.&lt;BR /&gt;&lt;BR /&gt;I have a basic scp command (which is run as part of a script),&lt;BR /&gt;scp usr1@rmtsrv:file1.dat file2.dat&lt;BR /&gt;&lt;BR /&gt;This command runs fine, however I want to change the script to explicitly state whether compression should be used or not.&lt;BR /&gt;&lt;BR /&gt;Various posts (particularly &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x061c6049dbb6d611abdb0090277a778c,00.html)" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x061c6049dbb6d611abdb0090277a778c,00.html)&lt;/A&gt;&lt;BR /&gt;seem to imply that this should be achievable using a -C option but the man pages make no mention of it. &lt;BR /&gt;&lt;BR /&gt;The closest I can find is using &lt;BR /&gt;'-o     Specify additional options for ssh2.' &lt;BR /&gt;and putting the &lt;BR /&gt;'+C   Enable compression.' command within.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;scp -C usr1@rmtsrv:file1.dat file2.dat&lt;BR /&gt;returns&lt;BR /&gt;illegal option -- C&lt;BR /&gt;&lt;BR /&gt;scp -o +C usr1@rmtsrv:file1.dat file2.dat&lt;BR /&gt;ssh2: FATAL: Illegal -o parameter "+C"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The 2 boxes are both running F-Secure SSH 3.0.1 (build 6) on hppa1.1-hp-hpux11.00 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Am I going about this in the right way? and is it even possible?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;&lt;BR /&gt;Roger</description>
      <pubDate>Sun, 13 Jul 2003 12:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022176#M750612</guid>
      <dc:creator>Roger Cowan</dc:creator>
      <dc:date>2003-07-13T12:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: SCP with compression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022177#M750613</link>
      <description>scp docs say this...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-C      Compression enable.  Passes the -C flag to ssh(1) to enable compression.&lt;BR /&gt;&lt;BR /&gt;The doc seems to agree with you.&lt;BR /&gt;&lt;BR /&gt;My test with Linux(HP box, finally in the house YEAH!, is turned off) should show same results.&lt;BR /&gt;&lt;BR /&gt;My version on HP-UX is 3.50 from HP tested depots.&lt;BR /&gt;&lt;BR /&gt;Secure shell&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you compiled some other version, you are taking risks of bugs and difficulties with HP-UX.&lt;BR /&gt;&lt;BR /&gt;I'm attaching Chris Vail's secureshell doc, because it contains lots of cool nuggets.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 13 Jul 2003 12:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022177#M750613</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-13T12:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: SCP with compression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022178#M750614</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You also should know that ssh already use&lt;BR /&gt;compression with the zlib so the data&lt;BR /&gt;is compresd in the minimal way.&lt;BR /&gt;&lt;BR /&gt;If you want to made more compression i&lt;BR /&gt;don't think that it will be good&lt;BR /&gt;couse the speed of transfer on fast&lt;BR /&gt;network will more slow.&lt;BR /&gt;Let's say that you will use bzip2 so to&lt;BR /&gt;compress the data you will loose time also&lt;BR /&gt;for decompres also it's cpu that will work&lt;BR /&gt;on this.&lt;BR /&gt;&lt;BR /&gt;First you should think if it worth it.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Sun, 13 Jul 2003 18:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022178#M750614</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-13T18:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: SCP with compression</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022179#M750615</link>
      <description>Cesar,&lt;BR /&gt;&lt;BR /&gt;I am aware that it may not be best to always run compression - making us constrained by cpu rather than bandwidth, and it is for this reason that I want to have the option of switching it.&lt;BR /&gt;&lt;BR /&gt;I am not sure if  I unsderstood your comment about bzip2, this is not part of the ssh?&lt;BR /&gt;I could run the files through a compress and uncompress before and after the scp, but, I was under the impression that it was possible to enable a higher level of compression as an option in the command - this was more what my question was aimed at.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Roger&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2003 07:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-with-compression/m-p/3022179#M750615</guid>
      <dc:creator>Roger Cowan</dc:creator>
      <dc:date>2003-07-15T07:27:59Z</dc:date>
    </item>
  </channel>
</rss>

