~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to docs/html/node29.html

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
2
 
3
 
<!--Converted with LaTeX2HTML 2008 (1.71)
 
3
<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
4
4
original version by:  Nikos Drakos, CBLU, University of Leeds
5
5
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
6
6
* with significant contributions from:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Clamdscan</TITLE>
11
 
<META NAME="description" CONTENT="Clamdscan">
 
10
<TITLE>LibClamAV</TITLE>
 
11
<META NAME="description" CONTENT="LibClamAV">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
15
15
 
16
 
<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
 
16
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
 
17
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
18
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
19
 
19
20
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
21
 
21
 
<LINK REL="next" HREF="node30.html">
22
 
<LINK REL="previous" HREF="node28.html">
23
 
<LINK REL="up" HREF="node27.html">
 
22
<LINK REL="next" HREF="node53.html">
 
23
<LINK REL="previous" HREF="node22.html">
 
24
<LINK REL="up" HREF="clamdoc.html">
24
25
<LINK REL="next" HREF="node30.html">
25
26
</HEAD>
26
27
 
27
28
<BODY >
28
 
 
29
 
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html577"
 
29
<!--Navigation Panel-->
 
30
<A NAME="tex2html555"
31
31
  HREF="node30.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html573"
34
 
  HREF="node27.html">
 
33
<A NAME="tex2html551"
 
34
  HREF="clamdoc.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html567"
 
36
<A NAME="tex2html545"
37
37
  HREF="node28.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html575"
 
39
<A NAME="tex2html553"
40
40
  HREF="node1.html">
41
41
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42
42
<BR>
43
 
<B> Next:</B> <A NAME="tex2html578"
44
 
  HREF="node30.html">Clamuko</A>
45
 
<B> Up:</B> <A NAME="tex2html574"
46
 
  HREF="node27.html">Usage</A>
47
 
<B> Previous:</B> <A NAME="tex2html568"
48
 
  HREF="node28.html">Clam daemon</A>
49
 
 &nbsp; <B>  <A NAME="tex2html576"
 
43
<B> Next:</B> <A NAME="tex2html556"
 
44
  HREF="node30.html">Licence</A>
 
45
<B> Up:</B> <A NAME="tex2html552"
 
46
  HREF="clamdoc.html">clamdoc</A>
 
47
<B> Previous:</B> <A NAME="tex2html546"
 
48
  HREF="node28.html">clamd</A>
 
49
 &nbsp <B>  <A NAME="tex2html554"
50
50
  HREF="node1.html">Contents</A></B> 
51
51
<BR>
52
 
<BR></DIV>
 
52
<BR>
53
53
<!--End of Navigation Panel-->
54
54
 
55
 
<H2><A NAME="SECTION00062000000000000000">
56
 
Clam<SPAN  CLASS="textbf">d</SPAN>scan</A>
57
 
</H2>
58
 
    <code>clamdscan</code> is a simple <code>clamd</code> client. In many cases you can
59
 
    use it as a <code>clamscan</code> replacement however you must remember that:
60
 
    
61
 
<UL>
62
 
<LI>it only depends on <code>clamd</code>
63
 
</LI>
64
 
<LI>although it accepts the same command line options as
65
 
              <code>clamscan</code> most of them are ignored because they must be
66
 
              enabled directly in <code>clamd</code>, i.e. <code>clamd.conf</code>
67
 
</LI>
68
 
<LI>in TCP mode scanned files must be accessible for <code>clamd</code>,
69
 
              if you enabled LocalSocket in clamd.conf then clamdscan will
70
 
              try to workaround this limitation by using FILDES
71
 
    
72
 
</LI>
73
 
</UL>
 
55
<H1><A NAME="SECTION00070000000000000000">
 
56
LibClamAV</A>
 
57
</H1>
 
58
    Libclamav provides an easy and effective way to add a virus protection into
 
59
    your software. The library is thread-safe and transparently recognizes and
 
60
    scans within archives, mail files, MS Office document files, executables
 
61
    and other special formats.
74
62
 
75
63
<P>
76
64
<BR><HR>
 
65
<!--Table of Child-Links-->
 
66
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
 
67
 
 
68
<UL>
 
69
<LI><A NAME="tex2html557"
 
70
  HREF="node30.html">Licence</A>
 
71
<LI><A NAME="tex2html558"
 
72
  HREF="node31.html">Supported formats</A>
 
73
<UL>
 
74
<LI><A NAME="tex2html559"
 
75
  HREF="node32.html">Executables</A>
 
76
<LI><A NAME="tex2html560"
 
77
  HREF="node33.html">Mail files</A>
 
78
<LI><A NAME="tex2html561"
 
79
  HREF="node34.html">Archives and compressed files</A>
 
80
<LI><A NAME="tex2html562"
 
81
  HREF="node35.html">Documents</A>
 
82
<LI><A NAME="tex2html563"
 
83
  HREF="node36.html">Others</A>
 
84
</UL>
 
85
<LI><A NAME="tex2html564"
 
86
  HREF="node37.html">Hardware acceleration</A>
 
87
<LI><A NAME="tex2html565"
 
88
  HREF="node38.html">API</A>
 
89
<UL>
 
90
<LI><A NAME="tex2html566"
 
91
  HREF="node39.html">Header file</A>
 
92
<LI><A NAME="tex2html567"
 
93
  HREF="node40.html">Database loading</A>
 
94
<LI><A NAME="tex2html568"
 
95
  HREF="node41.html">Error handling</A>
 
96
<LI><A NAME="tex2html569"
 
97
  HREF="node42.html">Engine structure</A>
 
98
</UL>
 
99
<LI><A NAME="tex2html570"
 
100
  HREF="node43.html">Database reloading</A>
 
101
<UL>
 
102
<LI><A NAME="tex2html571"
 
103
  HREF="node44.html">Data scan functions</A>
 
104
<LI><A NAME="tex2html572"
 
105
  HREF="node45.html">Memory</A>
 
106
<LI><A NAME="tex2html573"
 
107
  HREF="node46.html">clamav-config</A>
 
108
<LI><A NAME="tex2html574"
 
109
  HREF="node47.html">Example</A>
 
110
</UL>
 
111
<LI><A NAME="tex2html575"
 
112
  HREF="node48.html">CVD format</A>
 
113
<LI><A NAME="tex2html576"
 
114
  HREF="node49.html">Contributors</A>
 
115
<LI><A NAME="tex2html577"
 
116
  HREF="node50.html">Donors</A>
 
117
<LI><A NAME="tex2html578"
 
118
  HREF="node51.html">Graphics</A>
 
119
<LI><A NAME="tex2html579"
 
120
  HREF="node52.html">OpenAntiVirus</A>
 
121
</UL>
 
122
<!--End of Table of Child-Links-->
 
123
<BR><HR>
77
124
<ADDRESS>
78
125
Tomasz Kojm
79
 
2010-08-12
 
126
2007-02-12
80
127
</ADDRESS>
81
128
</BODY>
82
129
</HTML>