<?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: mget using Perl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265177#M333398</link>
    <description>You mean something like this?&lt;BR /&gt;&lt;BR /&gt;my $ext = "zip";&lt;BR /&gt;for ($ftp-&amp;gt;ls) {&lt;BR /&gt;   m/\.$ext$/i or next;&lt;BR /&gt;   $ftp-&amp;gt;get ($_);&lt;BR /&gt;   }&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Tue, 09 Sep 2008 09:34:19 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2008-09-09T09:34:19Z</dc:date>
    <item>
      <title>mget using Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265175#M333396</link>
      <description>all,&lt;BR /&gt;   I want to copy a file with an extension .zip using FTP via Perl.&lt;BR /&gt;   am using NET::FTP module but get() method does not seem to work if i need to copy a file with some extension..&lt;BR /&gt;Pls help out</description>
      <pubDate>Tue, 09 Sep 2008 05:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265175#M333396</guid>
      <dc:creator>Kishore.R.P</dc:creator>
      <dc:date>2008-09-09T05:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: mget using Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265176#M333397</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you give a sample of the perl script for further analysis?</description>
      <pubDate>Tue, 09 Sep 2008 07:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265176#M333397</guid>
      <dc:creator>Ollie Rowland</dc:creator>
      <dc:date>2008-09-09T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: mget using Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265177#M333398</link>
      <description>You mean something like this?&lt;BR /&gt;&lt;BR /&gt;my $ext = "zip";&lt;BR /&gt;for ($ftp-&amp;gt;ls) {&lt;BR /&gt;   m/\.$ext$/i or next;&lt;BR /&gt;   $ftp-&amp;gt;get ($_);&lt;BR /&gt;   }&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 09 Sep 2008 09:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265177#M333398</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2008-09-09T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: mget using Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265178#M333399</link>
      <description>i got it by using $ftp-&amp;gt;ls(*.zip)&lt;BR /&gt;Thanks a lot..</description>
      <pubDate>Tue, 09 Sep 2008 10:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265178#M333399</guid>
      <dc:creator>Kishore.R.P</dc:creator>
      <dc:date>2008-09-09T10:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: mget using Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265179#M333400</link>
      <description>note that using $ftp-&amp;gt;ls ("*.zip") (don't forget the quotes) is case sensitive, whereas my suggested solution will catch all .zip .Zip .ZIP .ziP .zIp etc&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ seeing no appreciations for the given comments ]</description>
      <pubDate>Tue, 09 Sep 2008 11:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-using-perl/m-p/4265179#M333400</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2008-09-09T11:43:11Z</dc:date>
    </item>
  </channel>
</rss>

