in reply to Re^3: NET::FTP::Recursivein thread NET::FTP::Recursive
my $regex = qr/$yesterdays_date/; my $output = $ftp->rget(MatchDirs => $regex); [download]