Some suggestions
Status: Beta
Brought to you by:
pelotron
Hi,
I've found this tool a few days back and it looks very promising. However, I have some suggestions.
Actually, the program is unable to read the the log file currently used by FileZilla server, and, in most cases, that's the only one I want to read. This can be solved by passing to the StreamReader (on FZparser.cs, line 68, v0.7.5.1b) a FileStream with the FileShare flag set to ReadWrite instead of just passing it the file path, something like this:
StreamReader Read = new StreamReader(new FileStream(fileName, FileMode.Open, FileAccess.Read, FileShare.ReadWrite));
Concerning the user interface, I think it would be great to add an horizontal splitContainer in order to allow to resize the
sorry, I accidentally clicked on Save button ;-)
Concerning the user interface, I think it would be great to add an horizontal splitContainer allowing to resize the upper vs lower part of the window, see Screen1 and Screen2 attachments for an exemple.
Finally, what I am missing from the stats summary is some kind of stats about files, ie who uploaded/downloaded this file, how many times as it been downloaded, ...
Thanks to let me know your thoughts about those suggestions.