kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
236 stars 69 forks source link

streams #9

Closed donniev closed 9 years ago

donniev commented 9 years ago

Is there any way to scan an input stream instead of a file?

kylefarris commented 9 years ago

I'm working on it in the socket branch. Check it out if you want. I'm just working on the final tests before releasing version 0.9 out to NPM.

donniev commented 9 years ago

Great thank you

Sent from my iPhone

On Aug 25, 2015, at 3:16 PM, Kyle Farris notifications@github.com wrote:

I'm working on it in the socket branch. Check it out if you want. I'm just working on the final tests before releasing version 0.9 out to NPM.

— Reply to this email directly or view it on GitHub.