Browse code

Added command line interface

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@225 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/02/02 17:27:42
Showing 3 changed files
... ...
@@ -1,3 +1,8 @@
1
+Mon Feb  2 08:28:41 GMT 2004 (njh)
2
+----------------------------------
3
+  * contrib: added CLI to the Windows client to allow integration with
4
+  	download managers, or scheduled scanning of an entire disc
5
+
1 6
 Sun Feb  1 17:50:30 CET 2004 (tk)
2 7
 ---------------------------------
3 8
   * clamd: use putenv() instead of setenv() while setting TemporaryDirectory
... ...
@@ -1,3 +1,13 @@
1
+2/2/04
2
+Added a command line interface. This allows the client to be used either
3
+in conjunction with download managers which often ask users to specify
4
+a CLI to a AV system to scan files that have been downloaded. It also
5
+allows a full system scan to be done either manually or via the Windows
6
+scheduler, for example
7
+	clamav.exe 192.168.1.1 eicar.com
8
+	clamav.exe 192.168.1.1 c:\
9
+
10
+----------------------------
1 11
 This is a small Windows client for ClamAV that I hope will turn into
2 12
 something bigger with time.
3 13
 
... ...
@@ -9,7 +19,7 @@ You will need a clamd server machine where the clamd daemon is listening
9 9
 on port 3310. When firing up the Windows client you will be asked to
10 10
 enter in the hostname/IPv4 address of the clamd server. Once you have done
11 11
 that simply drag 'n' drop files or folders on to the program, they will
12
-then be scaned for Viruses.
12
+then be scanned for viruses.
13 13
 
14 14
 Nigel Horne njh@bandsman.co.uk
15 15
 29/01/04
16 16
Binary files a/contrib/Windows/clamav.exe and b/contrib/Windows/clamav.exe differ