http://qs1969.pair.com?node_id=239208


in reply to Re: Net::FTP
in thread Net::FTP

You can implement mget by getting a list of files with 'ls', searching the files you want by passing the returned list through perl's 'grep' and performing a 'get' on the resulting list. Something like the following (untested):

$ftp->get($_) for grep /\.txt$/, $ftp->ls;
--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';