I'd like to write a perl script that would run evey hour (I'm thinking of just having the Windows Task Manager crank up the perl script each hour).
The perl script needs to go to an ftp site (this part isn't a problem) and check a particular file's date and time and write that out (append) to a text file (this last part is also not a problem).
My ftp site only has ONE file in the directory I am ftp'ing into and the filename is constant. The file gets updated everyday and I am trying to find out WHEN it actually changes (when a new one is uploaded by a third party) so I can then decide to get this massive file.
Any ideas?
thanks in advance
The perl script needs to go to an ftp site (this part isn't a problem) and check a particular file's date and time and write that out (append) to a text file (this last part is also not a problem).
My ftp site only has ONE file in the directory I am ftp'ing into and the filename is constant. The file gets updated everyday and I am trying to find out WHEN it actually changes (when a new one is uploaded by a third party) so I can then decide to get this massive file.
Any ideas?
thanks in advance