I need to scan uploaded files for viruses on a Linux server, but I’m not sure how to go about it.
What are my options, if any? I’m also interested in how the scanners perform when multiple users send multiple files at the same time.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would have a look at Clam AntiVirus. It provides a
clamscanprogram that can scan a given file and return a pass/fail indication. It’s free and automatically updates its database regularly.As for integrating such a product into your file upload process, that would be specific to whatever file upload process you actually use.