Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lire::ftp::iisftpdlfconverter(3pm) [debian man page]

IisFtpDlfConverter(3pm) 				  LogReport's Lire Documentation				   IisFtpDlfConverter(3pm)

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.7 2006/07/23 13:16:35 vanbaal 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. Lire 2.1.1 2006-07-23 IisFtpDlfConverter(3pm)

Check Out this Related Man Page

Max(3pm)						  LogReport's Lire Documentation						  Max(3pm)

NAME
Lire::Max - Lire class that implements the max operator SYNOPSIS
use Lire::Max DESCRIPTION
Class that implements the max operator. This operator will find the minimum value appearing in a DLF field among a group of DLF records. METHODS
new( %params ) Creates a new Lire::Max object. SEE ALSO
Lire::ReportSpec(3pm), Lire::ReportOperator(3pm), Lire::Aggregator(3pm), Lire::Aggregate(3pm). AUTHOR
Francis J. Lacoste <flacoste@logreport.org> VERSION
$Id: Max.pm,v 1.10 2008/03/09 19:27:31 vanbaal Exp $ COPYRIGHT
Copyright (C) 2001, 2002 Stichting LogReport Foundation LogReport@LogReport.org This file is part of Lire. Lire 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. Lire 2.1.1 2008-03-09 Max(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Ftp

Looking for a FTP application that records date, time, and file transfered. Freeware.... Thanks (2 Replies)
Discussion started by: eugene_mayo
2 Replies

2. Shell Programming and Scripting

prepare log for access

I need help with one of my log files I got following format: This is only a smal part of the file ! ......... -------------------------------------- 2003-08-05 12:23:13.939781 logNo : 1380008 Server started - Activate; 10.48.4.51 -------------------------------------- 2003-08-05 ... (4 Replies)
Discussion started by: joerg
4 Replies

3. UNIX for Dummies Questions & Answers

Ftp

Is it possible to make an automatically Ftp conection and download files by using script/macro functions within Ftp? (2 Replies)
Discussion started by: kno
2 Replies

4. UNIX for Dummies Questions & Answers

Ftp

Dear All At the moment I am using Oracle Apps over HP 9000/800 platform , when using FTP to transfer files between UNIX servers , after an hour or more of transfering I noticed that server performance starts to degrade until I am in need to restart the machine despite that it is a dual PA-RISC... (1 Reply)
Discussion started by: hisham.hamdy
1 Replies

5. UNIX for Dummies Questions & Answers

Ftp

I was looking for the syntax for the FTP command on HP AIX UNIX. WHat I am looking to do is transport a file from UNIX to my PC.:) (2 Replies)
Discussion started by: Gary Armstrong
2 Replies

6. UNIX for Dummies Questions & Answers

Unix Ftp

Hi, - connecting to a sun unix platform from a windows station i would like to get the complete contents of a directory via FTP instead of getting each file at its turn - is that possible? thanks for help Jack (0 Replies)
Discussion started by: JAKEZ
0 Replies

7. BSD

Checksums in Microsoft FTP Server

hi, I wanted to know from anyone out there a way to perform a checksum command on a Microsoft FTP Server for a file and compare this with the checksum of the file that was transferred from a Unix machine. Thanks, Erick (1 Reply)
Discussion started by: ewhindle
1 Replies

8. Programming

How to check for a directory during FTP from WinNT to HP-UNIX

hi All, I have to Ftp a Directory from the WinNt to Hp-Unix, before that i have to check wether the same directory is present on HP-Unix, if it is then i have to delete that,& do the fresh FTP. The problem is that i have to implement this in a C Program,which i have to develop on WinNT Envt.... (1 Reply)
Discussion started by: asifkhan
1 Replies

9. Shell Programming and Scripting

Ftp

FTP_path="" cd $FTP_path Source_path="" Ftp -ni ${hostname}<<! destusername="XXX" destpass="XXX" user ${destusername} ${destpass} cd $Source_path for i in `ls -ltr <filename>*.dat`;do put $i Done the above script is giving an error -Askin for correct user name and password saying... (1 Reply)
Discussion started by: dineshr85
1 Replies

10. UNIX for Dummies Questions & Answers

Logs: getting information from them?

I have some log files and would like to 'strip' some information from them. I would like to take the time: time="Mon Oct 20 01:36:21 BST 2008" and another line that occurs under each time stamp. Does anyone know how I could do this? Many thanks. (5 Replies)
Discussion started by: Sepia
5 Replies

11. UNIX for Dummies Questions & Answers

Ftp files error

Hi Guys, I am trying to copy files using FTP but I get this error: Arguments to long... I read that I can copy files in batches...How can I copy those files in batches? I am currently using mget A*.csv B*.csv C*.csv, etc up to a certain letter then when its done i will continue. Is... (1 Reply)
Discussion started by: Phuti
1 Replies

12. UNIX for Dummies Questions & Answers

After Ftp'ing file to destination how to check the file if it is in correct ASCII and not corrupted

Hi Folks, While transferring file from FTP software like Filezilla the files gets corrupted. Is there any way I can check if the recently transferred file is in ASCII and not corrupted. I have tried using file -i filename command which does tell if the file character set is ASCII or binary... (6 Replies)
Discussion started by: Khan28
6 Replies