<?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 SESSION TIMED OUT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812407#M582964</link>
    <description>There is an FTP daemon parameter in some FTP servers which can be set.  However if data is moving then timeout is not an issue.&lt;BR /&gt;&lt;BR /&gt;Looks like your dropping the connection part way through.  The easiest way to tell is to turn on hashing.&lt;BR /&gt;I.E.&lt;BR /&gt;ftp somehost&lt;BR /&gt;user &lt;BR /&gt;pass&lt;BR /&gt;bin&lt;BR /&gt;prompt&lt;BR /&gt;hash&lt;BR /&gt;mput myfiles*&lt;BR /&gt;by&lt;BR /&gt;&lt;BR /&gt;Hashing will print a pound sign "#" for ever 1024bytes (some clients vary, my SunOS system is 8K per hash).&lt;BR /&gt;&lt;BR /&gt;Many reasons that the connections can drop, and would require new thread with topology and configurations.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
    <pubDate>Tue, 24 Sep 2002 14:26:04 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2002-09-24T14:26:04Z</dc:date>
    <item>
      <title>FTP SESSION TIMED OUT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812404#M582961</link>
      <description>I am sending a 190MB file by FTP to a remote site. After about two hours of data transfer I get "sendfile: Connection timed out"&lt;BR /&gt;Is there some parameter I need to alter to get around this ?</description>
      <pubDate>Tue, 24 Sep 2002 13:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812404#M582961</guid>
      <dc:creator>ALAN BELLENGER</dc:creator>
      <dc:date>2002-09-24T13:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SESSION TIMED OUT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812405#M582962</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sounds like a network issue.  I've seen problems like this before between remote systems, and it turned out to be a speed and duplex problem on one of our systems.&lt;BR /&gt;&lt;BR /&gt;Does it start out fast and then gradually slow down?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 13:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812405#M582962</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-09-24T13:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SESSION TIMED OUT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812406#M582963</link>
      <description>&lt;BR /&gt;What are ftp'ing from and what are you ftp'ing to?&lt;BR /&gt;&lt;BR /&gt;Have you tried to turn the hash option on and see it transfer? &lt;BR /&gt;&lt;BR /&gt;Is there any file on the remote site?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 24 Sep 2002 13:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812406#M582963</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-09-24T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SESSION TIMED OUT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812407#M582964</link>
      <description>There is an FTP daemon parameter in some FTP servers which can be set.  However if data is moving then timeout is not an issue.&lt;BR /&gt;&lt;BR /&gt;Looks like your dropping the connection part way through.  The easiest way to tell is to turn on hashing.&lt;BR /&gt;I.E.&lt;BR /&gt;ftp somehost&lt;BR /&gt;user &lt;BR /&gt;pass&lt;BR /&gt;bin&lt;BR /&gt;prompt&lt;BR /&gt;hash&lt;BR /&gt;mput myfiles*&lt;BR /&gt;by&lt;BR /&gt;&lt;BR /&gt;Hashing will print a pound sign "#" for ever 1024bytes (some clients vary, my SunOS system is 8K per hash).&lt;BR /&gt;&lt;BR /&gt;Many reasons that the connections can drop, and would require new thread with topology and configurations.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 24 Sep 2002 14:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812407#M582964</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-09-24T14:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP SESSION TIMED OUT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812408#M582965</link>
      <description>Try using the "-B" option to set buffer size to a lower value. According to the man page on ftp this can help with connection and timeout issues. Here is the what the man page says about this option.&lt;BR /&gt;&lt;BR /&gt;man ftp&lt;BR /&gt;&lt;BR /&gt;Set the buffer size of the data socket to size blocks of&lt;BR /&gt;1024 bytes. The valid range for size is an integer from 1 to 64 (default is 56).&lt;BR /&gt;Note: A large buffer size will improve the performance of ftp on fast links (e.g., FDDI), but may cause long connection times on slow links (e.g., X.25).&lt;BR /&gt;&lt;BR /&gt;Ray</description>
      <pubDate>Tue, 24 Sep 2002 14:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-session-timed-out/m-p/2812408#M582965</guid>
      <dc:creator>Ray Brewer</dc:creator>
      <dc:date>2002-09-24T14:33:04Z</dc:date>
    </item>
  </channel>
</rss>

