Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
FTPstats-0.7.5.1b-src.zip | 2013-02-21 | 108.0 kB | |
FTPstats-0.7.5-src.zip | 2012-08-03 | 107.1 kB | |
FTPstats-0.7.4-src.zip | 2011-09-01 | 99.3 kB | |
FTPstats-0.7.3-src.zip | 2011-07-30 | 90.9 kB | |
FTPstats-0.7.2-src.zip | 2011-06-16 | 84.8 kB | |
FTPstats-0.7.1-src.zip | 2011-06-04 | 72.2 kB | |
FTPstats-0.7-src.zip | 2011-05-24 | 70.2 kB | |
Totals: 7 Items | 632.5 kB | 7 |
CHANGELOG ---------------- v0.7.5.1b --------- : localization bug fixes v0.7.5 ------ : Date list is sorted : file dialog windows are initialized to the last location log files were chosen from : window is resizable and remembers size and placement between sessions v0.7.4 ------ : added save Stats Summary to text file : added Stats Summary printing : User list is sorted : fixed data connection counts disappearing when focusing on a date or user v0.7.3 ------ : parser now runs on a separate thread than the UI (please report bugs or odd results that may come from this) : cancellation possible while multiple files are being processed : added Options menu to choose proper date/time format used in server logs - This is meant for servers on which the system time is set to a different culture than the system-wide culture. If your systime has not been set to a different culture, .NET should detect the correct one and prefill this option; otherwise you should set this manually. : fixed DataGrid and Summary relying on incorrect lists in some cases after changing the User selection : changed font and layout of Summary reports to improve readability : disabled window resizing : performance enhancements with StringBuilders ... ? V0.7.2 ------ : parser now accounts for some servers not including AM or PM in their timestamp : usernames are now case-insensitive (like FZ) and should not show duplicates in the Users list if a user logs in with different capitalization schemes : tweaked for somewhat faster performance when dealing with large amounts of log data : multiple files can be selected in the Load File(s) window v0.7.1 ------ : fixed a few cases where stats were tallied inaccurately : fixed duplicate successful upload/download entries when the FTP User was simply resuming these actions - Note: It is still possible for duplicates to affect Summary tallies. FileZilla logs uploads/downloads that the user cancels exactly the same as truly finished up/downloads. FTPstats culls duplicates from the up/download lists in the Summary box but the dupes are still included in the tally numbers. I may try to find a workaround for this in the future but it's not a priority. : added Created Directories, Deleted and Restarted files stats : more detailed Simple Mode interpretations : rewrote a couple functions to fix bugs and redesign data flow - any stats errors now should be caused by true bugs and not flawed design ----------------