<?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 Hanging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172917#M663271</link>
    <description>Your win script should include existence of file checking.&lt;BR /&gt;&lt;BR /&gt;few reasons for ftp hanging or waiting:&lt;BR /&gt;1) there are no files in that dir that you are trying to retrieve.&lt;BR /&gt;2) check the unix folder name&lt;BR /&gt;&lt;BR /&gt;try manually the steps you are doing from the win dos prompt. just repeat the steps from your win script</description>
    <pubDate>Mon, 04 May 2009 05:19:42 GMT</pubDate>
    <dc:creator>Basheer_2</dc:creator>
    <dc:date>2009-05-04T05:19:42Z</dc:date>
    <item>
      <title>FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172912#M663266</link>
      <description>We use the mget command on a windows server to retrieve files from a HP-UX 11.31 server. Some days it works fine and other times the ftp process will hang and we have to abort the process. If I use Relection FTP to download the files it works fine. Any thoughts on why the command line process hangs sporadically?</description>
      <pubDate>Sun, 03 May 2009 19:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172912#M663266</guid>
      <dc:creator>Joe Milici</dc:creator>
      <dc:date>2009-05-03T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172913#M663267</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] why the command line process hangs&lt;BR /&gt;&amp;gt; sporadically?&lt;BR /&gt;&lt;BR /&gt;That's the command-line FTP program on the&lt;BR /&gt;Windows system, when you do an "mget"?  Is&lt;BR /&gt;the failure repeatable?  (When it fails, can&lt;BR /&gt;you make it fail repeatedly?)  Always the&lt;BR /&gt;same "mget" command?  (Is it a secret, or can&lt;BR /&gt;you divulge the actual command(s)?)&lt;BR /&gt;&lt;BR /&gt;How does the command-line FTP program on an&lt;BR /&gt;HP-UX system do in the same situation?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Some days it works fine [...]&lt;BR /&gt;&lt;BR /&gt;Is the problem day-related, or&lt;BR /&gt;directory-content-related, or entirely&lt;BR /&gt;unpredictable?  Knowing nothing, I can&lt;BR /&gt;imagine potential problems if there are large&lt;BR /&gt;numbers of files involved.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Any thoughts [...]&lt;BR /&gt;&lt;BR /&gt;You need to play around more before you can&lt;BR /&gt;assign blame (always the most important step&lt;BR /&gt;in problem solving).&lt;BR /&gt;&lt;BR /&gt;There may be debug options at each end which,&lt;BR /&gt;if enabled, could tell you who's doing what&lt;BR /&gt;when.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If I use Relection FTP [...]&lt;BR /&gt;&lt;BR /&gt;Not a useful description of what you're doing&lt;BR /&gt;in that situation.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] a windows server [...]&lt;BR /&gt;&lt;BR /&gt;Not a useful description of the software at&lt;BR /&gt;that end.</description>
      <pubDate>Sun, 03 May 2009 22:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172913#M663267</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-03T22:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172914#M663268</link>
      <description>If your windows box is behind a NAT router, you must use passive mode. Be sure to set this as the default before running mget.</description>
      <pubDate>Mon, 04 May 2009 01:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172914#M663268</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-04T01:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172915#M663269</link>
      <description>Hi,&lt;BR /&gt;Check this &lt;BR /&gt;1.nic speed at server&lt;BR /&gt;2.port speed at switch where server is connected.&lt;BR /&gt;same as other end&lt;BR /&gt;&lt;BR /&gt;keep the speed same at both side for best performance&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 04 May 2009 03:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172915#M663269</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-04T03:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172916#M663270</link>
      <description>&lt;!--!*#--&gt;&amp;gt; If your windows box is behind a NAT router,&lt;BR /&gt;&amp;gt; you must use passive mode.  [...]&lt;BR /&gt;&lt;BR /&gt;Really?  Although none of them runs Windows,&lt;BR /&gt;all my systems are behind a NAT router (Cisco&lt;BR /&gt;678 DSL modem/router) and I have no trouble&lt;BR /&gt;at all using active FTP.&lt;BR /&gt;&lt;BR /&gt;Perhaps you need a better/smarter router.&lt;BR /&gt;What do you have that doesn't let you use&lt;BR /&gt;active FTP?  (Or is this some old folk&lt;BR /&gt;(pseudo-) wisdom which you heard somewhere&lt;BR /&gt;and believed without evidence?)</description>
      <pubDate>Mon, 04 May 2009 04:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172916#M663270</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-04T04:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172917#M663271</link>
      <description>Your win script should include existence of file checking.&lt;BR /&gt;&lt;BR /&gt;few reasons for ftp hanging or waiting:&lt;BR /&gt;1) there are no files in that dir that you are trying to retrieve.&lt;BR /&gt;2) check the unix folder name&lt;BR /&gt;&lt;BR /&gt;try manually the steps you are doing from the win dos prompt. just repeat the steps from your win script</description>
      <pubDate>Mon, 04 May 2009 05:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172917#M663271</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2009-05-04T05:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172918#M663272</link>
      <description>Both servers are on an internal network connected to a gigabit switch. The command from the windows server is ftp -i -v -n -s...&lt;BR /&gt;&lt;BR /&gt;There are about 250 files in the unix folder and we retrieve 25 of them. The largest is 15MB.&lt;BR /&gt;&lt;BR /&gt;Reflections has a file transfer program so if I am connected to the unix server and select all of the files through the file transfer window they come down fine.</description>
      <pubDate>Mon, 04 May 2009 11:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172918#M663272</guid>
      <dc:creator>Joe Milici</dc:creator>
      <dc:date>2009-05-04T11:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172919#M663273</link>
      <description>&lt;!--!*#--&gt;&amp;gt; The command from the windows server is&lt;BR /&gt;&amp;gt; ftp -i -v -n -s...&lt;BR /&gt;&lt;BR /&gt;Doesn't tell us what you did with it.  For&lt;BR /&gt;example, the actual "mget" command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There are about [...]&lt;BR /&gt;&lt;BR /&gt;Sounds harmless enough.  My psychic powers&lt;BR /&gt;are too weak to tell me what the file names&lt;BR /&gt;are, or what your "mget" command requested,&lt;BR /&gt;so I don't know much more now than I did&lt;BR /&gt;before.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Reflections has a file transfer program&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;And if it doesn't use FTP, then it doesn't&lt;BR /&gt;tell us much about any FTP problem.&lt;BR /&gt;&lt;BR /&gt;Did I miss something(s), or did I ask many&lt;BR /&gt;questions, and get very few answers?</description>
      <pubDate>Mon, 04 May 2009 16:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172919#M663273</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-04T16:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172920#M663274</link>
      <description>It appears that there was some type of network issue causing the FTP service to hang. We resolved and everything is running normally.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 04 May 2009 16:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172920#M663274</guid>
      <dc:creator>Joe Milici</dc:creator>
      <dc:date>2009-05-04T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172921#M663275</link>
      <description>&amp;gt; Steven: Perhaps you need a better/smarter router.&lt;BR /&gt; &lt;BR /&gt;Possibly, but not usually an option in most companies.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&amp;gt; What do you have that doesn't let you use&lt;BR /&gt;active FTP?  (Or is this some old folk&lt;BR /&gt;(pseudo-) wisdom which you heard somewhere&lt;BR /&gt;and believed without evidence?)&lt;BR /&gt; &lt;BR /&gt;Actually several years of working with commercial firewalls and endless disconnect issues. I first saw the problem with HP's Response Center site about 15 years ago and still today, customers submitting dumps or other information files are given the passive mode recommendation for uploading. As you will see from the references below, active and passive modes both have firewall and router issues depending on the rulesets chosen by the netadmins.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/File_Transfer_Protocol" target="_blank"&gt;http://en.wikipedia.org/wiki/File_Transfer_Protocol&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://slacksite.com/other/ftp.html" target="_blank"&gt;http://slacksite.com/other/ftp.html&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.openbsd.org/faq/pf/ftp.html" target="_blank"&gt;http://www.openbsd.org/faq/pf/ftp.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 May 2009 23:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172921#M663275</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-04T23:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Hanging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172922#M663276</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Actually several years of working with&lt;BR /&gt;&amp;gt; commercial firewalls [...]&lt;BR /&gt;&lt;BR /&gt;You said "NAT", not "firewalls".</description>
      <pubDate>Tue, 05 May 2009 02:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-hanging/m-p/5172922#M663276</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-05T02:19:54Z</dc:date>
    </item>
  </channel>
</rss>

