Hi there,
On Mon, 20 May 2013, xingcheng cai wrote:
... i get "UNKOWN COMMAND".
Did you run 'make check' when you built clamd?
Take a look at unit_tests/check_clamd.c
--
73,
Ged.
___
Help us build a comprehensive ClamAV guide: visit http://wiki.
clamd version:0.97.2
2013/5/20 xingcheng cai
> Dear all:
>
> I wanna to scan buffer, and i do that as this:
> 1.connect to clamd.socket
> 2.send command "zINSTREAM"
> 3.send buffer length
> 4.send buffer data
> 5.send a 0-length block to mark end of stream
> 6.read clamd reply
>
> however i get