in reply to Re^3: net ftp recursive - rls and rdir
in thread net ftp recursive - rls and rdir

Hey guys

got it. All to be done is to use the Matchfile parameter. Just add the filenames u want in an array and execute this :)

foreach my $i (@array) { $f->rget(MatchFiles => qr/$i/) ; }