<?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 broken pipe with ftp script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531958#M593582</link>
    <description>I get this error whenever I try to execute a ftp script from one system to another.  Here is the error:&lt;BR /&gt;sendfile: Broken pipe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*************************************************&lt;BR /&gt;Cron: The previous message is the standard output&lt;BR /&gt;      and standard error of one of your crontab commands:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/dev_newftp.sh 1&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;Here is the script it's using:&lt;BR /&gt;cd /u01/copy  &lt;BR /&gt;ftp -v -i -n &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;open xxx.xxx.xxx.xxx &lt;BR /&gt;user xxxxxx xxxxxxx&lt;BR /&gt;cd /u02/refresh&lt;BR /&gt;bin&lt;BR /&gt;put controlROSS01.ctl&lt;BR /&gt;put controlROSS02.ctl&lt;BR /&gt;put finPROD01_index.dbf&lt;BR /&gt;put finPROD02_index.dbf&lt;BR /&gt;put finPROD03_index.dbf&lt;BR /&gt;put finPROD04_index.dbf&lt;BR /&gt;put redoROSS01a.log&lt;BR /&gt;put redoROSS02a.log&lt;BR /&gt;put redoROSS03a.log&lt;BR /&gt;put systemROSS01.dbf&lt;BR /&gt;put redoROSS01b.log&lt;BR /&gt;put redoROSS02b.log&lt;BR /&gt;put redoROSS03b.log&lt;BR /&gt;put tempROSS01.dbf&lt;BR /&gt;put tempROSS02.dbf&lt;BR /&gt;put toolsROSS01.dbf&lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;Any solution to getting the user name and password out of the script would be great also.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!</description>
    <pubDate>Wed, 23 May 2001 14:12:37 GMT</pubDate>
    <dc:creator>Greta Blamire</dc:creator>
    <dc:date>2001-05-23T14:12:37Z</dc:date>
    <item>
      <title>broken pipe with ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531958#M593582</link>
      <description>I get this error whenever I try to execute a ftp script from one system to another.  Here is the error:&lt;BR /&gt;sendfile: Broken pipe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*************************************************&lt;BR /&gt;Cron: The previous message is the standard output&lt;BR /&gt;      and standard error of one of your crontab commands:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/dev_newftp.sh 1&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;Here is the script it's using:&lt;BR /&gt;cd /u01/copy  &lt;BR /&gt;ftp -v -i -n &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;open xxx.xxx.xxx.xxx &lt;BR /&gt;user xxxxxx xxxxxxx&lt;BR /&gt;cd /u02/refresh&lt;BR /&gt;bin&lt;BR /&gt;put controlROSS01.ctl&lt;BR /&gt;put controlROSS02.ctl&lt;BR /&gt;put finPROD01_index.dbf&lt;BR /&gt;put finPROD02_index.dbf&lt;BR /&gt;put finPROD03_index.dbf&lt;BR /&gt;put finPROD04_index.dbf&lt;BR /&gt;put redoROSS01a.log&lt;BR /&gt;put redoROSS02a.log&lt;BR /&gt;put redoROSS03a.log&lt;BR /&gt;put systemROSS01.dbf&lt;BR /&gt;put redoROSS01b.log&lt;BR /&gt;put redoROSS02b.log&lt;BR /&gt;put redoROSS03b.log&lt;BR /&gt;put tempROSS01.dbf&lt;BR /&gt;put tempROSS02.dbf&lt;BR /&gt;put toolsROSS01.dbf&lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;Any solution to getting the user name and password out of the script would be great also.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!</description>
      <pubDate>Wed, 23 May 2001 14:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531958#M593582</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2001-05-23T14:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: broken pipe with ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531959#M593583</link>
      <description>Edit in ftp script set -x in line 1,and /usr/local/bin/dev_newftp.sh &amp;gt;/tmp/ctrl.log 2&amp;gt;&amp;amp;1 in crontab.Check ctrl.log for all errors. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 May 2001 14:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531959#M593583</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-23T14:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: broken pipe with ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531960#M593584</link>
      <description>&lt;BR /&gt;You can get your username and password out of our ftp script by putting them in a .netrc file instead. See man on netrc</description>
      <pubDate>Wed, 23 May 2001 14:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531960#M593584</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-05-23T14:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: broken pipe with ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531961#M593585</link>
      <description>Thanks, maybe it's just the time I kick it off.  When I tried it again with it outputting to /tmp/ctl.log it worked.  So I'm going to make the time it kicks off later and see if it will work that way.  Thanks for the info on getting the password out of the script.</description>
      <pubDate>Wed, 23 May 2001 15:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531961#M593585</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2001-05-23T15:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: broken pipe with ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531962#M593586</link>
      <description>And the answer was:    &lt;BR /&gt;The receiving system was not able to create a large file on it's filesystem, so it would just die.  I fixed the filesystem to accept large files (&amp;gt;2G) and the problem was solved.</description>
      <pubDate>Fri, 13 Jul 2001 18:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broken-pipe-with-ftp-script/m-p/2531962#M593586</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2001-07-13T18:56:38Z</dc:date>
    </item>
  </channel>
</rss>

