man Lire::Ftp::IisFtpDlfConverter () - convert Microsoft Ftp Server Logs into DLF
NAME
Lire::FTP::IisFtpDlfConverter - convert Microsoft Ftp Server Logs into DLF
SYNOPSIS
Lire::FTP::IisFtpDlfConverter
DESCRIPTION
Lire::FTP::IisFtpDlfConverter converts Microsoft FTP Server log files into the FTP DLF format. Those log files are in a format which is based on the W3C Extended Log Format.
To have the maximum information in you reports, we suggests that you log the following fields:
time, time-taken, c-dns or c-ip, cs-uri-stem, sc-bytes
We also support the cs-uri field.
Other fields will be ignored.
LIMITATIONS
The converter doesn't handle aggregation (record with count field) and will refuse to process those logs. Also it doesn't support changing the fields in the middle of the log file. This means that all records in the log file must have the same format.
AUTHORS
Francis J. Lacoste <flacoste@logreport.org>, Wessel Dankers <wsl@logreport.org>
VERSION
$Id: IisFtpDlfConverter.pm,v 1.6 2004/07/22 13:43:46 flacoste Exp $
COPYRIGHT
Copyright (C) 2001-2003 Stichting LogReport Foundation LogReport@LogReport.org
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html or write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.