The notification I was talking about was an email that gets sent to my team. The script runs at 7am everyday to let us know that ePO has the latest DAT. It's a quick and easy way for those in my team that aren't as familiar with ePO to know if there is an issue with the DATs or not.
Putting the why question aside. I do have a problem with the script. Here is my FTPGet command.
Code:
FTPget("ftp://ftp.mcafee.com/CommonUpdater/delta.ini","C:\delta.ini")
When I check the C:\delta.ini file, it is not the current file. I browse to that location with IE and grab the file and it is the latest version. Here is the example of the contents of the delta.ini file. I'll give what FTPGet gives me and what browsing manually gives.
FTPGet Version
[Contents]
LatestIncremental=621
Created=Mon Jan 2 04:40:00 2006
CurrentVersion=4665
Manually browsing via IE Version
[Contents]
LatestIncremental=626
Created=Mon Jan 9 04:40:00 2006
CurrentVersion=4670
Am I doing something wrong with the FTPGet command?