kobaltz / clamby

ClamAV interface to your Ruby on Rails project.
MIT License
132 stars 29 forks source link

How complete is this interface? #2

Closed deepak07 closed 8 years ago

deepak07 commented 8 years ago

I am planning to use clamav for scanning uploaded files and was planning to create a ruby wrapper for clamav command line utilities. On searching I found your gem. So I just wanted to know is this production ready setup. I wanted to use this badly on my production servers.

kobaltz commented 8 years ago

The wrapper is fairly basic and there isn't too much to it. However, it does leverage usage of the daemonized clamscan version; clamdscan. I highly recommend the usage of this as it will reduce the wait time of scanning the files for viruses. I've not had any issues with the gem and have been using it on production for a number of years. As long as you're able to access clamscan or clamdscan from your terminal, you should be fine to use the gem on your server.

deepak07 commented 8 years ago

Thaks @kobaltz, I was not sure it was maintained, happy to hear you are still using it.