<?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 SCRIPT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794886#M80683</link>
    <description>look at 'wget'&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://download.xs4all.nl/pub/mirror/gnu/wget/" target="_blank"&gt;ftp://download.xs4all.nl/pub/mirror/gnu/wget/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.8.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.8.1/&lt;/A&gt;</description>
    <pubDate>Tue, 27 Aug 2002 12:16:15 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2002-08-27T12:16:15Z</dc:date>
    <item>
      <title>FTP SCRIPT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794885#M80682</link>
      <description>Hi Masters,&lt;BR /&gt;     I have seen one ftp software "Download Accelerator" (Windows xx ), which is spliting the file in multiple segment and receving /transmiting the segment simulteneously. After receiving the segments it combines the segment in one to get the file.&lt;BR /&gt;Is it possible to do the same in unix.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 27 Aug 2002 12:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794885#M80682</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-27T12:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SCRIPT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794886#M80683</link>
      <description>look at 'wget'&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://download.xs4all.nl/pub/mirror/gnu/wget/" target="_blank"&gt;ftp://download.xs4all.nl/pub/mirror/gnu/wget/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.8.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.8.1/&lt;/A&gt;</description>
      <pubDate>Tue, 27 Aug 2002 12:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794886#M80683</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-27T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SCRIPT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794887#M80684</link>
      <description>Some food for thought.  How can cutting a file into segments accelerate file transfer?  You'd have to add header/tail info and encapsulate each segment so you knew how it was to be re-assembled, so how can you make that any smaller?&lt;BR /&gt;Also, if you had a client that did this, the server would have to support it... none that I know of do, but all my servers do support reget.&lt;BR /&gt;&lt;BR /&gt;So, just wondering how it would be of any benefit accept that you could download lets say 14 of 15 pieces, then later get the 15th?  And if this is the case most current ftp daemons support reget functions so you dont have to do this..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 27 Aug 2002 13:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794887#M80684</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-08-27T13:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SCRIPT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794888#M80685</link>
      <description>Spliting the file and sending in multiple ftp sessions can accelerate the transfer by fully utilizing the network connection.  Usually just one ftp transfer cannot.&lt;BR /&gt;&lt;BR /&gt;The server does not have to support anything really special.  It just has to have to be able to download a part of a file starting at a particular byte offset.  FTP servers that can resume an interupted download can do this.  &lt;BR /&gt;&lt;BR /&gt;After the client has completed several downloads it just concatenates them together into the original file.</description>
      <pubDate>Wed, 28 Aug 2002 15:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794888#M80685</guid>
      <dc:creator>Erik Tong</dc:creator>
      <dc:date>2002-08-28T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SCRIPT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794889#M80686</link>
      <description>Hi Ash,&lt;BR /&gt;&lt;BR /&gt;have a look at "rsync" as it can transmit only the "deltas" of remote files (compared to locla ones) and it can use SSH for the transport, thatway not showing your password!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rsync.samba.org" target="_blank"&gt;http://rsync.samba.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Wed, 28 Aug 2002 16:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794889#M80686</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-28T16:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SCRIPT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794890#M80687</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think the reasons for these "tools" is to encounter the capability of some routers to detect FTP traffic and reduce bandwidth for this traffic.&lt;BR /&gt;&lt;BR /&gt;The main reason for this router behavior is to keep networks working. If you have low-speed lines between two spots, a big FTP can bring down all other activities. So some routers can be configured to delay ftp-packets, to keep the rest of the network alive.&lt;BR /&gt;&lt;BR /&gt;I doubt (following Shannon) that these "tools" will have a big benefit in LAN environments and I think you will create new problems in WAN and Internet environments.&lt;BR /&gt;&lt;BR /&gt;Just my 0.02???&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 28 Aug 2002 16:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2794890#M80687</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2002-08-28T16:48:14Z</dc:date>
    </item>
  </channel>
</rss>

