I need a solution
Hello!
We have WorkerRole service in VM in Azure (.net). It is using for file uploading.
We are looking for solution to check uploaded files for viruses.
We need to check if file is infected and what kind of threat was found (virus name, signature etc).
We suppose to do it in parallel - so several files can be scanned for viruses at the same time.
We tried to use DoScan.exe through command line, but it reports scanning results in log file which is hard to parse. And there is no scanned file name in log file.
Is it possible to setup DoScan.exe to do this properly?
If not, are there other solutions that can help us (api, command line tools, etc)?
0