Table of Contents
Lire supports the widely used xferlog FTP file transfer log files and logs from the FTP service of Microsoft Internet Information Server™.
The FTP log file from Microsoft Internet Information Server™ is a variant of the W3C Extended Log Format defined at http://www.w3.org/TR/WD-logfile.html.
Lire can use the following fields of the format: date, time, c-ip, c-dns, cs-bytes, time-taken, cs-uri-stem and cs-method. The other fields will be ignored.
Example 11.1. Microsoft Internet Information Server™ FTP Log Sample
#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