<?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 quit working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412093#M563206</link>
    <description>I don't know if there were any patches applied to Microsoft FTP Server.  The site is not in our company, so it would take some time to find out.  Taking out the piping seems to have worked.  Thanks to all.</description>
    <pubDate>Mon, 01 Nov 2004 17:31:53 GMT</pubDate>
    <dc:creator>Ed Hon</dc:creator>
    <dc:date>2004-11-01T17:31:53Z</dc:date>
    <item>
      <title>FTP script quit working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412089#M563202</link>
      <description>I have an ftp script on HP-UX 11.0 that has suddenly stopped working:&lt;BR /&gt;&lt;BR /&gt;cd /home/xfer&lt;BR /&gt;echo "&lt;BR /&gt;        open dxs.us.abb.com &lt;BR /&gt;        user &lt;USERNAME&gt; &lt;PASSWORD&gt; &lt;BR /&gt;        type ascii&lt;BR /&gt;        cd fromdir&lt;BR /&gt;        append filename&lt;BR /&gt;        close&lt;BR /&gt;     "  | ftp -i -n &lt;BR /&gt;&lt;BR /&gt;It now generates errors:&lt;BR /&gt;&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;Not connected.&lt;BR /&gt;Not connected.&lt;BR /&gt;Not connected.&lt;BR /&gt;Not connected.&lt;BR /&gt;&lt;BR /&gt;Now, here's the kicker.  If I open an ftp session from a command line, type "open dxs.us.abb.com" at the ftp prompt, then reply to Name" with &lt;USERNAME&gt; and to Password with &lt;PASSWORD&gt;, it works everytime!  Why won't the script work??  (If it make any difference, the FTP server is Microsoft FTP Service (Version 5.0))  Thanks.&lt;BR /&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 01 Nov 2004 15:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412089#M563202</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2004-11-01T15:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script quit working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412090#M563203</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try with '-v' in the ftp line and see what additional errors you see.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 01 Nov 2004 15:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412090#M563203</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-01T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script quit working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412091#M563204</link>
      <description>Instead of piping, try this:&lt;BR /&gt;&lt;BR /&gt;ftp -nv dxs.us.abb.com  &amp;lt;&amp;lt; EOF &amp;gt; /tmp/ftp.log&lt;BR /&gt;user ${USERNAME} ${PASSWORD}&lt;BR /&gt;type ascii&lt;BR /&gt;cd fromdir&lt;BR /&gt;append filename&lt;BR /&gt;quit&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 15:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412091#M563204</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-01T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script quit working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412092#M563205</link>
      <description>I think the change in post 2 will do the trick.&lt;BR /&gt;&lt;BR /&gt;Microsoft's ftp server does not apply to standards and could be a contributing factor.&lt;BR /&gt;&lt;BR /&gt;Another question to ask if the script worked and stopped, is what changed?&lt;BR /&gt;&lt;BR /&gt;Was there a change or patch on the Microsoft ftp server?&lt;BR /&gt;&lt;BR /&gt;SEO</description>
      <pubDate>Mon, 01 Nov 2004 16:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412092#M563205</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-01T16:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script quit working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412093#M563206</link>
      <description>I don't know if there were any patches applied to Microsoft FTP Server.  The site is not in our company, so it would take some time to find out.  Taking out the piping seems to have worked.  Thanks to all.</description>
      <pubDate>Mon, 01 Nov 2004 17:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-quit-working/m-p/3412093#M563206</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2004-11-01T17:31:53Z</dc:date>
    </item>
  </channel>
</rss>

