in reply to How to fetch all files with a given name from an FTP server

I think you're confusing ftps get (get a file) and mget (get multiple files) commands. Net::FTP doesn't implement mget. See Net::FTP::Recursive which can use a regex for file names.

  • Comment on Re: How to fetch all files with a given name from an FTP server