Hi,
I am pretty new to perl.
I need to use FTP to get files from a remote site, the files on the FTP site are keeping on being updated/added at irregular time frequency. I want to use an unix cron job which run every 5 minutes to get data from the remote site. Is there a way in perl that can check and make list for all those files which were update or newly added during the past 5 minutes?
Note I can only use FTP to get data from remote site, sftp is not allowed for my case.
Thanks
Jim Wang