Help for this page

Select Code to Download


  1. or download this
    for my $filename ($ftp->ls) {
      my $filetime = $ftp->mdtm($filename)
         or die "mdtm failed ", $ftp->message;
      # here check if filetime is in your range
    }