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

2016-10-06 Thread crazy thinker
@All In MultiScan Mode,i would like to get each file staus call back from clamd server but currently clamdscan gets callback from clamd when a file is either infected or error one. clamdscan runs faster than clamscan..so i would like to improve performance in full system scan i am reading source

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

2016-10-05 Thread Paul Kosinski
Some years ago, before ClamAv had an option to follow symlinks when recursing, I modified the source code to add an option to do that. It was not too much work to do it once, but it got tedious to roll the modifications forward and recompile with every new version, as I like to keep up, even ahead

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

2016-10-05 Thread Dennis Peterson
You have access to the source code. Make it do what you want that it does not already do. dp On 10/3/16 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 sta

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

2016-10-05 Thread Vladislav Kurz
On 10/03/16 19:05, 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 > dirtectory / multiple di

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

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 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
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

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, 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 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 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

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

2016-10-03 Thread crazy thinker
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 dirtectory / multiple dirtectories how does it can be achived? could anyone