Guys
I have a issue with comparing the Time and date stamp of a file in FTP
folder on the web and the same file previuosly down loaded.
I have written a script where it goes to the FTP site and get the file
details like date and time stamp and these info are recorded in
FTP1.TXT file looks like
---------------------FTP1.TXT----------------------
-rwxrwxr-x 1 hevasymantec-ftp5 hevasymantec-ftp3 4651576 Feb 11
14:15 symcdefsi32.exe
---------------------------------------------------
I run one more script which gets the file deatils of prevoiusly
downloaded file which is ther on G:\
------------------Ter.txt-------------------------
Volume in drive G is Local Disk
Volume Serial Number is 8C0A-2423
Directory of G:\
20/02/04 16:03 4651598 symcdefsi32.exe
1 File(s) 4651598 bytes
4,600,000,512 bytes free
-------------------------------------------------
Now how do I compare the dates to find out which is new...BTW there is
no version property for this file
Thanks
cha