Add support to f-prot daemon engine.
Information received from f-prot support team:
we are currently not offering a shared object library for
Linux, but this is something we are working on.
We do have an f-prot daemon. You can download the
latest trial version of f-prot from our site:
ftp://ftp.f-prot.com/pub/linux/trial/
The interface to the daemon is very simple.
First) you need to know the location of the file which you
want to be scanned (e.g. /etc/passwd).
Second) you connect to the daemon on ports 10200 -
10204 and give it an http request basically saying which
file you would like to scan and which arguments to use
while scanning (in this demo -dumb and -archive), e.g.:
get /etc/passwd?-dumb%20-archive http/1.0
(send a couple of new lines)
Regards.
Logged In: YES
user_id=376049
I think, this will done aftre releasing Antivirus engine
with plugable modules
Logged In: YES
user_id=3416
It seems very similar to what kaspersky 5 support in cvs
does (see KAVScan.cpp), so should be very easy to implement.