<?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 Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310937#M567720</link>
    <description>hi Madhu,&lt;BR /&gt;if it is possible, use the "hash" option before you  start download, some ftp severs need it during download in order to forbid these kind of messages&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
    <pubDate>Tue, 22 Jun 2004 04:32:32 GMT</pubDate>
    <dc:creator>Jan Sladky</dc:creator>
    <dc:date>2004-06-22T04:32:32Z</dc:date>
    <item>
      <title>FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310934#M567717</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We are downloading a file from a FTP Server every day.  This process runs successfully.  But occasionally we receive a huge file (50MB, may be small for some people), on these occassions, after downloading full file the server gives an error "421 Service not available, remote server has closed connection".  But we are able to receive full file successfully.  Any idea why we are receiving this error message?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Madhu</description>
      <pubDate>Mon, 21 Jun 2004 11:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310934#M567717</guid>
      <dc:creator>Madhu_15</dc:creator>
      <dc:date>2004-06-21T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310935#M567718</link>
      <description>Hmnnn....sounds like the remote server has some sort of idle time out - and doesn't track the transfer as non-idle - as it doesn't close the connection during the transfer. &lt;BR /&gt;&lt;BR /&gt;Basically - you transfer a small file, it complets within the "time out window", then you can go ahead an perform additional ftp commands/tranfers...but with the larger file, you don't complete within the window, so they punt your connection as soon as the transfer is complete.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 21 Jun 2004 12:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310935#M567718</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-06-21T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310936#M567719</link>
      <description>This is probably a timeout issue. It might also be the inetd daemon being restarted on th server. If you have responsibility for this system take a look at the following areas:&lt;BR /&gt;&lt;BR /&gt;cron jobs that might disrupt the transfer&lt;BR /&gt;inetd.conf configuration&lt;BR /&gt;filesystem's getting full. A filesystem getting full might explain it.&lt;BR /&gt;&lt;BR /&gt;If its a HP box, check /var/adm/syslog/syslog.log for messages coinciding with the message.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jun 2004 13:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310936#M567719</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-21T13:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310937#M567720</link>
      <description>hi Madhu,&lt;BR /&gt;if it is possible, use the "hash" option before you  start download, some ftp severs need it during download in order to forbid these kind of messages&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Tue, 22 Jun 2004 04:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310937#M567720</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-06-22T04:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310938#M567721</link>
      <description>Hi ,&lt;BR /&gt;Use "ndd" to set any tcp/udp related parameters. see man ndd.&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/tcp&lt;BR /&gt;list all tcp parameters and values.&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/tcp &lt;PARAMETER&gt; value&lt;BR /&gt;&lt;BR /&gt;Just to add to the earlier responses those rightly explained the cuase.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/PARAMETER&gt;</description>
      <pubDate>Tue, 22 Jun 2004 04:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310938#M567721</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-22T04:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310939#M567722</link>
      <description>We used to have a similar problem with timeouts when transferring files (about the size you speak of) between servers.  We were able to match te buffer window of the sending machine to match that of the target machine.  That eliminated the timeout problem, and increased the transmission rate too!</description>
      <pubDate>Tue, 22 Jun 2004 07:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3310939#M567722</guid>
      <dc:creator>Jeffrey Killian</dc:creator>
      <dc:date>2004-06-22T07:07:52Z</dc:date>
    </item>
  </channel>
</rss>

