Newbie: Perl how evaluate files newer than an hour within ftp

2010-08-17 Thread Atropo
Hi all, i have this simple script to check if a file has arrive since the last hour find2perl tmp -type f -eval '-M $_ < 1/24' -print |perl but now i would like to check in a remote server, maybe on ftp session. i have this ftp.pl perl -w >> ftp.log -MNet::FTP -le' ($second, $minute, $hour, $da

Re: Newbie: Perl how evaluate files newer than an hour within ftp

2010-08-18 Thread Shlomi Fish
Hi Atropo, On Tuesday 17 August 2010 15:37:51 Atropo wrote: > Hi all, i have this simple script to check if a file has arrive since > the last hour > > find2perl tmp -type f -eval '-M $_ < 1/24' -print |perl > > but now i would like to check in a remote server, maybe on ftp > session. i have th