This file is free documentation.

This is a small Qt client for ClamAV that uses the STREAM socket connection to a a clamd server machine where the daemon is listening to locally scan files.


Basic Installation

To compile this package:

1)Type 'qmake'
2)Type 'make'

To run this package:

./qtclamavclient <server> <port>

by default <server> is localhost and <port> is 3310

./qtclamavclient 192.168.0.1 3310

