Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread Al Varnell
See man clamscan. -Al- On Mon, Oct 03, 2016 at 10:05 AM, crazy thinker wrote: > > Hi, > > when i scanned a dirtectory using clamdscan, i could get only error and > virus file infected files status in output.but i would like to see each > file status(including "OK" status also ) when i perform

Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread Steve Basford
On Mon, October 3, 2016 6:05 pm, crazy thinker wrote: > Hi, > > > when i scanned a dirtectory using clamdscan, i could get only error and > virus file infected files status in output.but i would like to see each > file status(including "OK" status also ) when i perform scan over sinle > dirtect

Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread crazy thinker
Hi, I would you like to get each file status call back in *Clamdscan output* while perfrom scan over a dirtectory using *clamdscan*. but i able to get a file status call back *(OR | ERROR| FOUND)* in *Clamdscan output* when i perfrom scan over a *single file.* @Steve Basford Thanks for re

Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread Kris Deugau
crazy thinker wrote: > Hi, > > I would you like to get each file status call back in *Clamdscan output* > while perfrom scan over a dirtectory using *clamdscan*. but i able to get > a file status call back *(OR | ERROR| FOUND)* in *Clamdscan output* when > i perfrom scan over a *single file.

Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread crazy thinker
Hi @kris The second option you suggested won't work if the dirtectory have mutiple subdirtectories. please find below example..I want to see same output as like calmscan output when we perform recurisve scan over dirtectory that contains mutiple subdirtectories. root@backbencher:~#* /usr/loc

[clamav-users] MaxQueue & MaxConnectionQueueLength

2016-10-04 Thread crazy thinker
Hi All, I am newbie to ClamAV. what is the exact difference between MaxQueue and MaxConnectionQueueLength how many clamdscan instances can able to connect to clamd on local machine? is theere any limit on this. Any help/Suggestions would be appreciated Thanks, Crazy Thinker ___

Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread G.W. Haywood
Hi there, On Tue, 4 Oct 2016, crazy thinker wrote: when i scanned a dirtectory using clamdscan, i could get only error and virus file infected files status in output.but i would like to see each file status(including "OK" status also ) when i perform scan over sinle dirtectory / multiple dirt

Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread crazy thinker
@Haywood Thanks for reply..i checked this command. it's working fine..but I am planning to code changes in code base to achieve each call back file status when perform a scan over dirtectory that conatins multiple subdirtectories.. could you please help me on this ..i think you have good underst

Re: [clamav-users] How to get each file status when scan a ditrtectory using clamdscan

2016-10-04 Thread crazy thinker
@Haywood I know that Clamd uses Multiscan mode when we perform scan over dirtectory to do Parallel scanning using available threads.. but In the case of you suggested command we only able to send the file one by one to Clamd server through clamdscan request.so we can't able to take the advantag