<?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: Ftp problem - Using split??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127456#M315784</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You already got an advice about splitting the large file.&lt;BR /&gt;&lt;BR /&gt;Some additional options to consider:&lt;BR /&gt;&lt;BR /&gt;a) Why not compress the files before&lt;BR /&gt;sending via FTP (gzip, or even better bzip2).&lt;BR /&gt;The idea is to decrease the total&lt;BR /&gt;amount of data sent over the network.&lt;BR /&gt;&lt;BR /&gt;b) Replace FTP with RSYNC (with, or without&lt;BR /&gt;SSH support). It is a more efficient&lt;BR /&gt;protocol for file synchronization between&lt;BR /&gt;sites.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
    <pubDate>Fri, 11 Jan 2008 00:49:39 GMT</pubDate>
    <dc:creator>VK2COT</dc:creator>
    <dc:date>2008-01-11T00:49:39Z</dc:date>
    <item>
      <title>Ftp problem - Using split???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127453#M315781</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We are trying to download a lot of data across the internet from another server. The files are generally around 90GB in size and the sessions are regularly timing out midway through the transfer. We are simply using ftp for this. Is using split an option to make the files more manageble. Also when you have used split on a file how do you then re-create it at the other end. I expected the man page to tell me this.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 10 Jan 2008 17:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127453#M315781</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2008-01-10T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp problem - Using split???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127454#M315782</link>
      <description>For example, to join a file that's been split into three parts:&lt;BR /&gt;&lt;BR /&gt;cat part1 part2 part3 &amp;gt; whole&lt;BR /&gt;&lt;BR /&gt;Or one part at a time:&lt;BR /&gt;&lt;BR /&gt;mv part1 whole&lt;BR /&gt;cat part2 &amp;gt;&amp;gt;whole&lt;BR /&gt;rm part2 &lt;BR /&gt;cat part3 &amp;gt;&amp;gt;whole&lt;BR /&gt;rm part3&lt;BR /&gt;&lt;BR /&gt;Maybe the manual writer thought it was too simple to be worth mentioning...&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 10 Jan 2008 18:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127454#M315782</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-10T18:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp problem - Using split???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127455#M315783</link>
      <description>hi cheers ;&lt;BR /&gt;&lt;BR /&gt;on the souce machine split the file by split command .eg &lt;BR /&gt;&lt;BR /&gt;split -b 1024000k filename &lt;BR /&gt;&lt;BR /&gt;above command creates 1gb files &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp them ;&lt;BR /&gt;&lt;BR /&gt;on the target &lt;BR /&gt;&lt;BR /&gt;cat x* &amp;gt; filename &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hasan</description>
      <pubDate>Thu, 10 Jan 2008 20:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127455#M315783</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2008-01-10T20:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp problem - Using split???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127456#M315784</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You already got an advice about splitting the large file.&lt;BR /&gt;&lt;BR /&gt;Some additional options to consider:&lt;BR /&gt;&lt;BR /&gt;a) Why not compress the files before&lt;BR /&gt;sending via FTP (gzip, or even better bzip2).&lt;BR /&gt;The idea is to decrease the total&lt;BR /&gt;amount of data sent over the network.&lt;BR /&gt;&lt;BR /&gt;b) Replace FTP with RSYNC (with, or without&lt;BR /&gt;SSH support). It is a more efficient&lt;BR /&gt;protocol for file synchronization between&lt;BR /&gt;sites.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Fri, 11 Jan 2008 00:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127456#M315784</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-01-11T00:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp problem - Using split???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127457#M315785</link>
      <description>Thanks Matti for making me feel better about myself...Ha ha. Didn't realise it was quite as simple as that</description>
      <pubDate>Fri, 11 Jan 2008 10:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127457#M315785</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2008-01-11T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp problem - Using split???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127458#M315786</link>
      <description>Sorry, my comment was not intended to slight you, but I see it's possible to read it that way too...&lt;BR /&gt;&lt;BR /&gt;What I meant is, it's probably obvious to HP's Unix shell wizards who wrote the documentation of HP-UX commands.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 11 Jan 2008 15:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem-using-split/m-p/4127458#M315786</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-11T15:00:45Z</dc:date>
    </item>
  </channel>
</rss>

