<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057430#M137909</link>
    <description>Pretty wide field here.&lt;BR /&gt;&lt;BR /&gt;1) Are you sure the VPN is up at the time of transfer.  These connections can be configured with time restristions.&lt;BR /&gt;&lt;BR /&gt;2) If the files exceed 2 GB, you need to insure that the target filesystem accepts largefiles. In HP-UX 11.00 that requires mount instructions in /etc/fstab and the filesystem is created newfs -F vxfs -o largefiles or fsadm is used to convert the filesystem.&lt;BR /&gt;&lt;BR /&gt;As always, a copy of the script and error code would make this much easier to work on.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;wish I could sleep.</description>
    <pubDate>Wed, 27 Aug 2003 07:41:49 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-08-27T07:41:49Z</dc:date>
    <item>
      <title>FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057427#M137906</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have successfuly write script file which runs by cron to transfer files through VPN. But, the other end always says that there are some files not been transfered. Could you please help me in this.</description>
      <pubDate>Wed, 27 Aug 2003 06:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057427#M137906</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2003-08-27T06:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057428#M137907</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you send us your script and the error message?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Simone</description>
      <pubDate>Wed, 27 Aug 2003 07:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057428#M137907</guid>
      <dc:creator>Simone Benzi_1</dc:creator>
      <dc:date>2003-08-27T07:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057429#M137908</link>
      <description>can you please post your script ??</description>
      <pubDate>Wed, 27 Aug 2003 07:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057429#M137908</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2003-08-27T07:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057430#M137909</link>
      <description>Pretty wide field here.&lt;BR /&gt;&lt;BR /&gt;1) Are you sure the VPN is up at the time of transfer.  These connections can be configured with time restristions.&lt;BR /&gt;&lt;BR /&gt;2) If the files exceed 2 GB, you need to insure that the target filesystem accepts largefiles. In HP-UX 11.00 that requires mount instructions in /etc/fstab and the filesystem is created newfs -F vxfs -o largefiles or fsadm is used to convert the filesystem.&lt;BR /&gt;&lt;BR /&gt;As always, a copy of the script and error code would make this much easier to work on.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;wish I could sleep.</description>
      <pubDate>Wed, 27 Aug 2003 07:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057430#M137909</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-27T07:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057431#M137910</link>
      <description>This following is the script:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /appl/TAUT&lt;BR /&gt;ls CD* &amp;gt; files.txt&lt;BR /&gt;while read LINE&lt;BR /&gt;do&lt;BR /&gt;sleep 35&lt;BR /&gt;ftp -n hostname &amp;lt;&amp;lt; EOF&lt;BR /&gt;user name password&lt;BR /&gt;type ascii&lt;BR /&gt;prompt&lt;BR /&gt;hash&lt;BR /&gt;put $LINE&lt;BR /&gt;bye&lt;BR /&gt;EOF&lt;BR /&gt;mv $LINE /home/net/backup_out&lt;BR /&gt;done &amp;lt; files.txt</description>
      <pubDate>Wed, 27 Aug 2003 07:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057431#M137910</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2003-08-27T07:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057432#M137911</link>
      <description>The script looks good to me.  Is the other system a Z/OS ?  I remember we had some strange fenomena in the past that were resolved by ptf on the mf.  &lt;BR /&gt;&lt;BR /&gt;Just a hint, u can also make the folowwing script :&lt;BR /&gt;&lt;BR /&gt;ftp -n hostname &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;  user name password &lt;BR /&gt;  cd /appl/TAUT &lt;BR /&gt;  type ascii &lt;BR /&gt;  prompt &lt;BR /&gt;  hash &lt;BR /&gt;  mput CD*&lt;BR /&gt;  bye &lt;BR /&gt;EOF &lt;BR /&gt;&lt;BR /&gt;BTW, perhaps your problem is the space between&lt;BR /&gt;&amp;lt;&amp;lt; EOF.  Ift should be concatenated.</description>
      <pubDate>Wed, 27 Aug 2003 13:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057432#M137911</guid>
      <dc:creator>hein coulier</dc:creator>
      <dc:date>2003-08-27T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057433#M137912</link>
      <description>Your fundamental problem is that you are doing absolutely no error checking. By far, the easist method, is to use a Perl script using the Net::FTP module. The attached script will examine the status and automatically attempt a re-transmit on any file that fails.&lt;BR /&gt;&lt;BR /&gt;Invoke it like this:&lt;BR /&gt;ftpput.pl file1 file2 file2&lt;BR /&gt;&lt;BR /&gt;It will then send the files indicated. You should modify the script to suit your needs (e.g. specify a host and directory) but this should get you started. It understands .netrc conventions so that passwords do not have to be embedded.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 14:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3057433#M137912</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-27T14:33:53Z</dc:date>
    </item>
  </channel>
</rss>

