Virus Scan from Servlet
Hiii,
First of all I cant decide where to post this message... this can be wrong place but I am sure that you can give some valuable ideas...
I have a servlet that donwloads some files from some users, and puts them to appropriate place... but dosent look at the files are corrupted by virus, trojans or etc... so that it brings a security issue that I have to handle... but I dont know where to begin... My server runs RedHat EE ..
In my opinnion I should use command line scanning ... scanner can scan file and may RETURN some information about the file .. finally do some necessary job(delete, copy or move file ... etc..)...
Some anti-virus softares has command line scanners.. but it seems that they do not return a meaningfull message .. ...
I think I am clear about the problem...
Is there anybody who has done such kind of a job before.. ? ..

