<?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: file transfer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564895#M919772</link>
    <description>I picked up this hint from the forum so I could verify ftp transfers.&lt;BR /&gt;&lt;BR /&gt;ftp -v maia &amp;lt;&amp;lt; endl&amp;gt;&amp;gt; /somedirpath/ftp.log&lt;BR /&gt;&lt;BR /&gt;It works very well for additional scripts to check for success.&lt;BR /&gt;&lt;BR /&gt;I'm new to unix but maybe this will help.&lt;BR /&gt;dl</description>
    <pubDate>Mon, 13 Aug 2001 22:42:24 GMT</pubDate>
    <dc:creator>Dave La Mar</dc:creator>
    <dc:date>2001-08-13T22:42:24Z</dc:date>
    <item>
      <title>file transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564893#M919770</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We do lots of file transfer with rcp using script. Is there anyway I make sure that  the file from source is entirely copied  to the destination before I issue another command ??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Aug 2001 21:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564893#M919770</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2001-08-13T21:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: file transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564894#M919771</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;A file is completely copied when the copy process terminates.  That does *not* mean that the copy didn't terminate prematurely, perhaps for a network layer error (loss of connection, etc.) or perhaps because the destination filesystem was full.&lt;BR /&gt;&lt;BR /&gt;Perhaps the best way to verify that the file at the source and the file at the destination *are* in fact, exact copies is to 'cksum' the file at both points.  If the checksums are equal, then the copy was successful.&lt;BR /&gt;&lt;BR /&gt;See "man cksum".&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 13 Aug 2001 22:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564894#M919771</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-13T22:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: file transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564895#M919772</link>
      <description>I picked up this hint from the forum so I could verify ftp transfers.&lt;BR /&gt;&lt;BR /&gt;ftp -v maia &amp;lt;&amp;lt; endl&amp;gt;&amp;gt; /somedirpath/ftp.log&lt;BR /&gt;&lt;BR /&gt;It works very well for additional scripts to check for success.&lt;BR /&gt;&lt;BR /&gt;I'm new to unix but maybe this will help.&lt;BR /&gt;dl</description>
      <pubDate>Mon, 13 Aug 2001 22:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564895#M919772</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2001-08-13T22:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: file transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564896#M919773</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you check ten exit code of rcp, you should be quite sure, the transfer completed and the files are identical.&lt;BR /&gt;&lt;BR /&gt;rcp from to &lt;BR /&gt;|| { echo &amp;gt;2 "rcp failed"; exit 1; }&lt;BR /&gt;&lt;BR /&gt;Klaus</description>
      <pubDate>Tue, 14 Aug 2001 06:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564896#M919773</guid>
      <dc:creator>Klaus Crusius</dc:creator>
      <dc:date>2001-08-14T06:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: file transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564897#M919774</link>
      <description>Hi,&lt;BR /&gt;Once the file has been transfered completely the program will terminate by itself. sometimes it may terminate due to network/ link problems,in this case to confirm the complete transfer look at the size of the file on both the machine or u can use 'cksum' command on both machines.</description>
      <pubDate>Tue, 14 Aug 2001 10:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564897#M919774</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-08-14T10:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: file transfer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564898#M919775</link>
      <description>Hello Rushank,&lt;BR /&gt;&lt;BR /&gt;you could create a checksum before doing the transfer&lt;BR /&gt;on the original station, then re-calculate it on the&lt;BR /&gt;destination station, and then compare the results.&lt;BR /&gt;"md5sum" comes to mind (Open Source, simple, fast,&lt;BR /&gt;proven)...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Fri, 17 Aug 2001 19:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-transfer/m-p/2564898#M919775</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-08-17T19:34:48Z</dc:date>
    </item>
  </channel>
</rss>

