Home / FTPstats-0.7
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2011-05-24 2.7 kB
FTPstats-0.7.zip 2011-05-24 57.4 kB
Totals: 2 Items   60.1 kB 0
====================
FTPstats v0.7 beta
====================

/*
    FTPstats is a FileZilla FTP Server log analyzer and stats compiler.
    Copyright (C) 2011 Zachary J. Rice

    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 3 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.  If not, see http://www.gnu.org/licenses/.
 */


This program will read FileZilla FTP Server logs and compile various stats such as number of uploads/downloads, logins, connections opened, etc.  It also provides a grid display that allows easy (or easier) reading of server activity for the selected user and time period.

The source code is available under the GPLv3 at:
https://sourceforge.net/projects/ftpstats/


REQUIREMENTS
------------
FTPstats has been tested on Windows 7 (32 && 64 bit) and Windows XP (32 bit) and requires the .NET framework.


INSTALLATION??
------------
No.  Just run the exe.  Note: the program will log errors in its residing folder.


KNOWN ISSUES
------------
: Loading more than one file into the list with the "Load File" button doesn't refresh the display automatically if -All- is selected in both the Date and User list boxes
: Client download resumes are counted as completed downloads, giving the impression that certain files were downloaded multiple times


FUTURE PLANNED FEATURES
-----------------------
: integrated Help menu (not that a dunce couldn't figure things out on their own)
: print/save reports
: multiselect in Load File window
: data grid sorting
: find filesize of user-accessed files (maybe; this info is not logged by FileZilla)
: other stuff





COMMENTS
--------
This program is a student effort.  It is a project in learning C# and .NET programming from someone with only a year of C++ programming experience.  As such, expect a few errors and bugs.  It has only been tested on small-scale server logs which are certainly not as verbose as any of the industrial sized FTPs out there.

Please send me any comments, suggestions, critiques, or contributions you might have.
https://sourceforge.net/projects/ftpstats/
zrice011@gmail.com

Thanks for downloading!  Hopefully you find this program to be useful.
Source: readme.txt, updated 2011-05-24