Help for this page

Select Code to Download


  1. or download this
    my @contents = $sftp->ls($RemoteBaseDirectory . $RemoteOutgoingDirecto
    +ry);
    my @sorted = sort {$b->{a}->mtime <=> $b->{a}->mtime} @contents;
    print $sorted[0]->{longname};