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

add list_recursively option #15

Closed nuest closed 4 years ago

nuest commented 7 years ago

I wanted to know the actual "number of found files" even when scanning a directory with clam.scan_dir(..). This adds a new option list_recursively to that effect.

kylefarris commented 5 years ago

This seems like a good feature but it would have to be slightly re-done for v1.x.x. If you're still interested, please see if you can get this feature into the new version.