in reply to Net::FTP's get() does not handle wildcards
while (my $in = IO::Ftp->new('<<','//foo.bar.com/foo/bar/*.txt', TYPE= +>'a') { print "processing ",$in->filename, "\n"; #... $in->close; $in +->delete; } [download]
You might try giving that a shot.