<?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: errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170494#M897930</link>
    <description>hi sanjay,&lt;BR /&gt;   what ever you sent is fine and working .Thanks for giving the solution.but i want to know how to catch in side the script b'cause i am using that command 4 times in my script,based on erros i have to do the remainig connection.as per above model it leads to write many scripts.plz let me know any method to handle erros inside the script itself.&lt;BR /&gt;&lt;BR /&gt;THANKS A LOT FOR GIVING THE SOLUTION&lt;BR /&gt;&lt;BR /&gt;HARI</description>
    <pubDate>Thu, 22 Jan 2004 00:51:06 GMT</pubDate>
    <dc:creator>harikrishna</dc:creator>
    <dc:date>2004-01-22T00:51:06Z</dc:date>
    <item>
      <title>errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170492#M897927</link>
      <description>hi, &lt;BR /&gt;  can anyone plz let me know how to handle the error for the following command.&lt;BR /&gt;&lt;BR /&gt;ftp -n &amp;lt;</description>
      <pubDate>Thu, 22 Jan 2004 00:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170492#M897927</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-22T00:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170493#M897928</link>
      <description>You can do the following. Put the following in a script file say a.sh.&lt;BR /&gt;&lt;BR /&gt;ftp -n &amp;lt;&amp;lt; EOF&lt;BR /&gt;open xxxxxxxxxxx&lt;BR /&gt;user name passwd&lt;BR /&gt;cd /xxx/yyyy&lt;BR /&gt;ascii&lt;BR /&gt;get filename&lt;BR /&gt;quit&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;And execute with &lt;BR /&gt;&lt;BR /&gt;#sh a.sh &amp;gt; out&lt;BR /&gt;&lt;BR /&gt;sks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 00:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170493#M897928</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-01-22T00:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170494#M897930</link>
      <description>hi sanjay,&lt;BR /&gt;   what ever you sent is fine and working .Thanks for giving the solution.but i want to know how to catch in side the script b'cause i am using that command 4 times in my script,based on erros i have to do the remainig connection.as per above model it leads to write many scripts.plz let me know any method to handle erros inside the script itself.&lt;BR /&gt;&lt;BR /&gt;THANKS A LOT FOR GIVING THE SOLUTION&lt;BR /&gt;&lt;BR /&gt;HARI</description>
      <pubDate>Thu, 22 Jan 2004 00:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170494#M897930</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-22T00:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170495#M897931</link>
      <description>Hello Hari&lt;BR /&gt;&lt;BR /&gt;If you want you can check with if as given below:&lt;BR /&gt;&lt;BR /&gt;if test -f out&lt;BR /&gt;then&lt;BR /&gt;echo "error"&lt;BR /&gt;else&lt;BR /&gt;echo "no error"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Thu, 22 Jan 2004 01:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170495#M897931</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-01-22T01:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170496#M897932</link>
      <description>hi sanjay,&lt;BR /&gt;   thanks for your help.i got the answer.it is&lt;BR /&gt;ftp -n &amp;lt;&amp;lt; ! &amp;gt; logfile&lt;BR /&gt;--&lt;BR /&gt;---&lt;BR /&gt;--&lt;BR /&gt;bye&lt;BR /&gt;!&lt;BR /&gt;then errors are in log file.&lt;BR /&gt;&lt;BR /&gt;THANKS&lt;BR /&gt;&lt;BR /&gt;HARI</description>
      <pubDate>Thu, 22 Jan 2004 01:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170496#M897932</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-22T01:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170497#M897934</link>
      <description>If you do an ftp -n -v you wil get some more error information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 22 Jan 2004 02:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170497#M897934</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-01-22T02:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170498#M897935</link>
      <description>Hi Hari,&lt;BR /&gt;&lt;BR /&gt;you still can take no action within the ftp script. I don't think, that's possible.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2004 13:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors/m-p/3170498#M897935</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-01-23T13:21:52Z</dc:date>
    </item>
  </channel>
</rss>

