<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475963#M361827</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I was trying with scp..but it shows sftp in syslog.&lt;BR /&gt;&lt;BR /&gt;So what?  I suspect that this is intentional to make tracking easier.&lt;BR /&gt;&lt;BR /&gt;A good overview of the differences between 'scp' and 'sftp' is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol" target="_blank"&gt;http://en.wikipedia.org/wiki/SSH_file_transfer_protocol&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Sun, 09 Aug 2009 15:01:00 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-08-09T15:01:00Z</dc:date>
    <item>
      <title>scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475955#M361819</link>
      <description>I am transferring around 50 mb file thro scp.It copies for a while and throws below error&lt;BR /&gt;&lt;BR /&gt;ead from remote host 10.11.7.139: Connection reset by peer&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;from syslog i found below line &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disconnecting: Bad packet length 4023852822&lt;BR /&gt;&lt;BR /&gt;using oracle account m tranferring&lt;BR /&gt;&lt;BR /&gt;i tried with other user and from root with different file,it works&lt;BR /&gt;&lt;BR /&gt;what are the possibilities&lt;BR /&gt;&lt;BR /&gt;plz help me on this&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Sun, 09 Aug 2009 12:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475955#M361819</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-09T12:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475956#M361820</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have transefferd using ftp.&lt;BR /&gt;&lt;BR /&gt;But please tell me what is the max file size  which can be transeferred using scp.&lt;BR /&gt;&lt;BR /&gt;i have googled..but didnot get proper answer..&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Aug 2009 13:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475956#M361820</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-09T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475957#M361821</link>
      <description>&amp;gt;&amp;gt;But please tell me what is the max file size &lt;BR /&gt;&amp;gt;&amp;gt;which can be transeferred using scp.&lt;BR /&gt;&lt;BR /&gt;None that I know of.  I have copied a 25 GB file via scp without any problems.  There should be no issues with 50 MB.&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Aug 2009 13:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475957#M361821</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-08-09T13:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475958#M361822</link>
      <description>Hi :&lt;BR /&gt;&lt;BR /&gt;&amp;gt; i have transefferd using ftp. But please tell me what is the max file size which can be transeferred using scp.&lt;BR /&gt;&lt;BR /&gt;File size isn't an issue for the transport layer.  The destination system might limit the largest file it can store (i.e &amp;lt; 2GB if largefiles isn't set) but this clearly isn't the case here.  Your 'ulimit' might also constrain the maximum file size at your destination, but that doesn't seem to be happening here, either.&lt;BR /&gt;&lt;BR /&gt;Google turns up an number of threads to suggest that mixing SSH-1 and SSH-2 protocols may lead to the message you saw.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Aug 2009 13:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475958#M361822</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-09T13:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475959#M361823</link>
      <description>Hi JRF,Patrik,&lt;BR /&gt;&lt;BR /&gt;Thanx for the reply..&lt;BR /&gt;&lt;BR /&gt;i missed to tell u that both the system running different versions.&lt;BR /&gt;&lt;BR /&gt;HP-UX Secure Shell-A.05.10.046  and&lt;BR /&gt;HP-UX Secure Shell-A.04.30.007&lt;BR /&gt;&lt;BR /&gt;But small size files(500K) transferred without problem.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Sun, 09 Aug 2009 13:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475959#M361823</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-09T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475960#M361824</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Plz provide me the link to download below depot.&lt;BR /&gt;&lt;BR /&gt;HP-UX Secure Shell-A.04.30.007&lt;BR /&gt;&lt;BR /&gt;The same is not available in hp site as this is old version&lt;BR /&gt;&lt;BR /&gt;Quick response is highly appreciated&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Sun, 09 Aug 2009 14:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475960#M361824</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-09T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475961#M361825</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Why would you want an old version of Secure Shell?&lt;BR /&gt;&lt;BR /&gt;The HP software depot notes that "...HP provides software technical support for HP-UX Secure Shell for only the latest, currently shipping version and the immediately prior version of the product."&lt;BR /&gt;&lt;BR /&gt;If you can upgrade to the current version (because you are running 11.11, 11.23 or 11.31) then I would consider doing that.  However, this may _not_ be the source of your problem, since you said, "i tried with other user and from root with different file, it works".  &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Aug 2009 14:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475961#M361825</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-09T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475962#M361826</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;Now i transfered the  same file using scp...&lt;BR /&gt;&lt;BR /&gt;I dont understand whats happening..&lt;BR /&gt;&lt;BR /&gt;i suspect some network fluctuations..But n/w guys telling there was no issue with network..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One more doubt..&lt;BR /&gt;I was getting below error in syslog while scp issue&lt;BR /&gt;&lt;SUBSYSTEM request="" for="" sftp=""&gt;&lt;/SUBSYSTEM&gt;&amp;lt; bad="" packet="" length="" 1896786796.=""&amp;gt;&lt;BR /&gt;I was trying with scp..but it shows sftp in syslog.&lt;BR /&gt;&lt;BR /&gt;This is second time m facing problem with scp.But both the time issue resolved itself..strange..&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Aug 2009 14:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475962#M361826</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-08-09T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475963#M361827</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I was trying with scp..but it shows sftp in syslog.&lt;BR /&gt;&lt;BR /&gt;So what?  I suspect that this is intentional to make tracking easier.&lt;BR /&gt;&lt;BR /&gt;A good overview of the differences between 'scp' and 'sftp' is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol" target="_blank"&gt;http://en.wikipedia.org/wiki/SSH_file_transfer_protocol&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 09 Aug 2009 15:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4475963#M361827</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-09T15:01:00Z</dc:date>
    </item>
  </channel>
</rss>

