Goal:
1. Web Page to upload the file using struts file upload features.
2. Scan for Virus
3. Store in a BLOB on our database.
Thanks
-Brian
Regards
Amarjeet
--
Amarjeet Singh
Phone: +91-98712-76661
On Oct 18, 10:04 am, "Amarjeet Singh" <amarjeet.aur...@gmail.com>
wrote:
> Take a look at:http://www.openantivirus.org/projects.php
>
> Regards
>
> Amarjeet
>
I'm not sure what your context is, but if you don't mind running clamav
as a daemon you can connect out to it using sockets via Java. The
protocol is fairly simple to work with. As an example, take a look at
the ClamAVScan class from the James project: http://tinyurl.com/39g2kv.
We've written our own implementation at my company and it's worked quite
well for us.
HTH,
Rob