[clamav-users] Stream scanning

2016-01-12 Thread Istvan Szabo
Hi, Is it possible to handle somehow this request with clamav? 1. User uploads file to web site 2. File is loaded into memory (byte stream) 3. File byte stream is sent to ClamAV for scanning 4. ClamAV returns OK or VIRUS 5. If OK, store file in the database, if VIRUS, return error to user I'd

Re: [clamav-users] Stream scanning

2016-01-12 Thread Istvan Szabo
Subject: Re: [clamav-users] Stream scanning On 12.01.16 12:14, Istvan Szabo wrote: >Is it possible to handle somehow this request with clamav? > > >1. >User uploads file to web site >2. >File is loaded into memory (byte stream) >3. >File byte stream is sent to ClamAV for s

Re: [clamav-users] Stream scanning

2016-01-12 Thread Istvan Szabo
indows, you will need to > periodically > >>> run a scan on the target directory. > >>> > >>> Cheers, > >>> Mickey > >>> > >>> On Tue, Jan 12, 2016 at 9:52 AM, Istvan Szabo > wrote: > >>> > >>>> If