in reply to multiftp.pl
One of the shortcomings of the Net:FTP module is the lack of the 'multi' commands (mget, mput)
A quick addition to code can populate the @files array even given a mask.
@files = $ftp -> ls("*.tar.gz");
Gets all of the archives from the server.