MAC-DUFF Posted February 6, 2006 Posted February 6, 2006 Hi,I have following scenario. Once time in the week we have to download the mcafee superdat file. Now i am looking for a script which downloads it from a http page. I looked for a ftp site but i had no luck. Another problem is, that we are using a proxy with autentification.Hope u can held mecu later
Martijn Posted February 6, 2006 Posted February 6, 2006 have you tried calling ftp.exe using a batch script?
MAC-DUFF Posted February 6, 2006 Author Posted February 6, 2006 sorry, i am not sure what u mean.i want to download something from a http site and not from a ftp.and as second difficulty there also a proxy server which needs an authentification :/cu later
tevoy Posted February 26, 2006 Posted February 26, 2006 If you could use ftp, the files are located at:ftp.nai.com/commonupdater/Note /commonupdater/ is a hidden folder. This is the site Enterprise 7 and 8 are defaulted to for their updates.
net_user Posted March 3, 2006 Posted March 3, 2006 create 2 files1st file call it ftp.txtuser anonymoushelpdesk@microsoft.comprompt offbinarycd /pub/antivirus/datfiles/4.xmget sdat*.exebye2nd file call it get superdat.bat@echo offtitle getting superdat fileftp -n -s:ftp.txt ftp.nai.comthen you can schedule the superdat.bat to download superdats every day!i zipped up the code...getsuperdats.zip
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now