<?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: howto write perl script using ncftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326954#M873692</link>
    <description>thanks !&lt;BR /&gt;&lt;BR /&gt;but how can work with error checking ?</description>
    <pubDate>Sun, 11 Jul 2004 09:08:16 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-07-11T09:08:16Z</dc:date>
    <item>
      <title>howto write perl script using ncftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326952#M873690</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;howto write perl script using ncftp and ncftp commands to transfer files ?&lt;BR /&gt;&lt;BR /&gt;# ncftp -u user -p password -P 21  192.168.0.1&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# put file.txt&lt;BR /&gt;# quit&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ncftp.com/ncftp/doc/faq.html" target="_blank"&gt;http://www.ncftp.com/ncftp/doc/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I must use perl and ncftp in my case and cannot use Net::FTP, shell script or else.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Thu, 08 Jul 2004 17:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326952#M873690</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-07-08T17:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: howto write perl script using ncftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326953#M873691</link>
      <description>Can you explain why Net::FTP is not an option?&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;open my $ncftp "| ncftp -u user -p password -P 21 192.168.0.1";&lt;BR /&gt;print $ncftp "cd /tmp\n",&lt;BR /&gt;"put file.txt\n",&lt;BR /&gt;"quit\n";&lt;BR /&gt;close $ncftp;&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;This has no error checking.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 08 Jul 2004 18:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326953#M873691</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-07-08T18:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: howto write perl script using ncftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326954#M873692</link>
      <description>thanks !&lt;BR /&gt;&lt;BR /&gt;but how can work with error checking ?</description>
      <pubDate>Sun, 11 Jul 2004 09:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326954#M873692</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-07-11T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: howto write perl script using ncftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326955#M873693</link>
      <description>using Net::FTP and Net::Netrc (presuming you don't want to use Net::FTP because of user/password issues).&lt;BR /&gt;&lt;BR /&gt;It's very hard ti do error checking on external programs (helper programs), mostly because you have problems in knowing how to synchronize. The error on cammand 1 may come after command 2 has already been sent.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Sun, 11 Jul 2004 13:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/howto-write-perl-script-using-ncftp/m-p/3326955#M873693</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-07-11T13:55:52Z</dc:date>
    </item>
  </channel>
</rss>

