Help for this page

Select Code to Download


  1. or download this
    ($file) = $sftp->glob("${file}*", names_only => 1);
    defined $file or die "file not found";
    
    $sftp->get($file, "$ai_dest_day/$file");