File: ch11.html

package info (click to toggle)
lire 2%3A2.0.3-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,292 kB
  • ctags: 5,068
  • sloc: perl: 61,900; xml: 18,361; sh: 1,829; makefile: 1,362
file content (29 lines) | stat: -rw-r--r-- 4,129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter11.FTP Supported Log Formats</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Lire User's Manual"><link rel="up" href="pt02.html" title="PartII.Log Formats"><link rel="prev" href="ch10s05.html" title="WebTrends Enhanced Log Format"><link rel="next" href="ch11s02.html" title="Xferlog"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter11.FTP Supported Log Formats</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch10s05.html">Prev</a></td><th width="60%" align="center">PartII.Log Formats</th><td width="20%" align="right"><a accesskey="n" href="ch11s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="chap:ftp-logs"></a>Chapter11.FTP Supported Log Formats</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch11.html#id2575362"><span class="productname">Microsoft Internet Information Server</span>&#8482;</a></span></dt><dt><span class="section"><a href="ch11s02.html">Xferlog</a></span></dt></dl></div><p><span class="application">Lire</span> supports the widely used
        <code class="filename">xferlog</code> FTP file transfer log files and
        logs from the FTP service of <span class="productname">Microsoft Internet Information Server</span>&#8482;.
      </p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2575362"></a><span class="productname">Microsoft Internet Information Server</span>&#8482;</h2></div></div></div><p>The FTP log file from <span class="productname">Microsoft Internet Information Server</span>&#8482; is a variant of the W3C
          Extended Log Format defined at <a class="ulink" href="http://www.w3.org/TR/WD-logfile.html" target="_top">http://www.w3.org/TR/WD-logfile.html</a>.
        </p><p><span class="application">Lire</span> can use the following fields of the format:
          <em class="structfield"><code>date</code></em>,
          <em class="structfield"><code>time</code></em>,
          <em class="structfield"><code>c-ip</code></em>,
          <em class="structfield"><code>c-dns</code></em>,
          <em class="structfield"><code>cs-bytes</code></em>,
          <em class="structfield"><code>time-taken</code></em>,
          <em class="structfield"><code>cs-uri-stem</code></em> and
          <em class="structfield"><code>cs-method</code></em>. The other fields
          will be ignored.
        </p><div class="example"><a name="id2575423"></a><p class="title"><b>Example11.1.<span class="productname">Microsoft Internet Information Server</span>&#8482; FTP Log Sample</b></p><div class="example-contents"><pre class="programlisting">

#Software: Microsoft Internet Information Server 4.0
#Version: 1.0
#Date: 2001-11-29 00:01:32
#Fields: time c-ip cs-method cs-uri-stem sc-status
00:01:32 10.0.0.1 [56]created spacedat/091001092951LGW_Data.zip 226
00:01:32 10.0.0.1 [56]created spacedat/html/bx01g01.gif 226
00:01:32 10.0.0.1 [56]created spacedat/html/catlogo.gif 226
00:01:32 10.0.0.1 [56]QUIT - 226
00:03:32 10.0.0.1 [58]USER badm 331
00:03:32 10.0.0.1 [58]PASS - 230

          </pre></div></div><br class="example-break"></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch10s05.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="pt02.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="ch11s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">WebTrends Enhanced Log Format</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">Xferlog</td></tr></table></div></body></html>