Page 2 of 2

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2011-12-02 22:37
by pelotron
Great suggestions. I'll add them to the list of things to work on.

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2012-02-09 02:50
by Galixte
Hi,

and thanks for this FTPstats.

Is it possible to add a fullscreen mode ?

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2012-02-13 16:27
by pelotron
Yes, fullscreen will be enabled in the next update.

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2012-04-21 00:45
by Galixte
Hi,

any news about development ?

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2012-05-02 23:39
by pelotron
I've poked around on the project here and there but haven't done significant work on it since school has been in session. Sorry about that; I have compiled and kept a list of changes people have asked for and have redesigned a couple things on paper. This summer should be productive. Stay tuned...

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2012-08-03 03:41
by pelotron
I've been working on a relatively large 0.8 update. Lots of things are changing under the hood as well as in the interface. As it has been taking longer and longer to learn and implement the things I want to do, I've been itching to get an update out. There were a few easy things that remained to-do that I've put into another incremental update - 0.7.5. Nothing major, but it makes usage a little bit easier and these are things people have been asking about for quite a while. Enjoy!

(8/2/2012) Latest version - 0.7.5

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2012-08-03 12:09
by Galixte
Thanks for this new release

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2012-11-26 07:05
by Pepdeal
Unfortunately.I tried to apply it but now working.I think I missed something

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2013-06-05 12:33
by PrzemekRyk
Hi guys,
I've got one problem - when I try to load my logs folder, I receive an error message:
Index was outside the bounds of the array.
Stack trace written to log file.
This message appears when program parses 7th file of 260 (at least this is what I see in Stats Summary frame).

After cliking OK, I receive next window with message:
Unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Index was outside the bounds of the array.
Message details:

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at FTPstats.FZparser.Scan(String fileName)
   at FTPstats.FTPstats.backgroundParser_DoWork(Object sender, DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
FTPstats
    Assembly Version: 1.0.0.0
    Win32 Version: 0.7.5.1
    CodeBase: file:///C:/Users/Przemysław%20Ryk/VMware%20Shared/My%20Documents/Logs/FTPstats%20for%20FileZilla%20Server%200.7.5.1b/FTPstats.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1002 built by: RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1001 built by: RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1001 built by: RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 built by: RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
After clicking OK program's window looks like on the screen below:


Tested on:
  • Windows XP Professional ENG SP3 (with all newer updates). Logs folder has 260 files (165,5 MB data).
  • Windows 7 Ultimate SP1 (with all newer updates). The same log file folder.

Re: FTPstats GUI-based FileZilla log parser / stats generato

Posted: 2014-09-25 09:07
by chrisfairbrother
Hi, I have an "industrial" sized log file (82.4MB) on a very busy ftp site
When I load the log file, the message is :-
Index was outside the bounds of the array. Stack trace written to log file.
logfile is:-
25/09/2014 09:17:15
Index was outside the bounds of the array.
at FTPstats.FZparser.Scan(String fileName)
at FTPstats.FTPstats.backgroundParser_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

Unhandled Exception is :-
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at FTPstats.FZparser.Scan(String fileName)
at FTPstats.FTPstats.backgroundParser_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

using ftpstats version 0.7.5.1b beta
I can load smaller logfiles (45MB) files ok.

Re: FTPstats GUI-based FileZilla log parser / stats generator

Posted: 2015-07-29 07:33
by Tomaz
I am trying to load a folder with logs, which resides on a network share.

When I click Load folder and browse to the share with logs, nothing happens. If I copy the logs to local drive everything is OK. Loading from network share does not work for me. Not via Load Files or Load Folder.

0.7.5.1b beta

Any ideas?

Re: FTPstats GUI-based FileZilla log parser / stats generator

Posted: 2015-08-18 18:24
by boco
Did you try assigning a drive letter to the share? If so, did you do it for both the non-elevated and the elevated (with Admin rights) user token?

Re: FTPstats GUI-based FileZilla log parser / stats generator

Posted: 2021-05-13 07:00
by Stefan1200
I guess the development is stopped on this project, but I tested it now and it looks nice.

It would be great to have a view which allows to see how many connection attempts are from which IP address, because I block all IP addresses with more than ~10 failed connection attempts in my firewall.