<?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: Transferring file via SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996126#M572789</link>
    <description>My approach to the problem would be to use scp and trasnfer the file with public keys already exchanged.&lt;BR /&gt;&lt;BR /&gt;Chris Vail's fantastic doc attached.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 12 Jun 2003 22:57:50 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-06-12T22:57:50Z</dc:date>
    <item>
      <title>Transferring file via SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996123#M572786</link>
      <description>People, HI!&lt;BR /&gt;Thanks for previous advices and help me please again!&lt;BR /&gt;&lt;BR /&gt;Basic data and sequence of operations:&lt;BR /&gt;1. Have SSH client with program interface (can call get and send methods).&lt;BR /&gt;2. Connect to the HP-UX (standard SSH Server).&lt;BR /&gt;3. Send next commands:&lt;BR /&gt;stty -echo&lt;BR /&gt;cat &amp;gt;file1 2&amp;gt;/dev/null&lt;BR /&gt;... here I open file on the client machine, read buffers (or) strings and send them to the server &lt;BR /&gt;" pSSHControl-&amp;gt;send(pBuff);"&lt;BR /&gt;... when reach end of the file I send&lt;BR /&gt;\x04\x04&lt;BR /&gt;stty echo&lt;BR /&gt;... and close connection.&lt;BR /&gt;THE PROBLEM: the transferred file on the server is corrupted - some packets what I sent from client are missed. SSH client sends packets right (checked by tracing).&lt;BR /&gt;Single known solution at this moment - send small bits (packets with small size or single source file line) and wait (call sleep ~ 1...1000 ms) after every bit sending. But in this case the sending time is very long... &lt;BR /&gt;Seems that SSH Server or tty, cat.. , don't know who well on the server side, can't process incoming packages so quickly as client sends and loses them.&lt;BR /&gt;May be anybody have any idea about this issue?&lt;BR /&gt;May be somebody had similar problem.&lt;BR /&gt;In other words - welcome any suggestion!&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2003 17:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996123#M572786</guid>
      <dc:creator>Alex_145</dc:creator>
      <dc:date>2003-06-12T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring file via SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996124#M572787</link>
      <description>Sounds like there is no handshake protocol going on. Make sure the port has ixon and ixoff enabled as part of the initialization for the port. ixon and ixoff are particularly important for LAN connections like telnet. Without ixoff, pasting large amounts of data into a character-processing program like vi will see missing records and characters due to overrun.</description>
      <pubDate>Thu, 12 Jun 2003 18:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996124#M572787</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-06-12T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring file via SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996125#M572788</link>
      <description>You may refer to the post&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd95a2d88ce9cd711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd95a2d88ce9cd711abdc0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 12 Jun 2003 22:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996125#M572788</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-12T22:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring file via SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996126#M572789</link>
      <description>My approach to the problem would be to use scp and trasnfer the file with public keys already exchanged.&lt;BR /&gt;&lt;BR /&gt;Chris Vail's fantastic doc attached.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Jun 2003 22:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996126#M572789</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-12T22:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring file via SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996127#M572790</link>
      <description>We are having this same problem.  We are using OpenSSH_3.4p1.  Could anyone be more specific about setting ixon/ixoff on ports?</description>
      <pubDate>Tue, 16 Sep 2003 17:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transferring-file-via-ssh/m-p/2996127#M572790</guid>
      <dc:creator>Jimmy Rogers</dc:creator>
      <dc:date>2003-09-16T17:07:28Z</dc:date>
    </item>
  </channel>
</rss>

