FileZilla-Log-Analyzer
FileZilla-Log-Analyzer copied to clipboard
Python scripts that filter, parse, mask, and analyze FileZilla Server Log files.
fixed: No successful transfers were found as the text returned by FileZilla server changed for the "226" status code. (was "Transfer OK" now is "Successfully transferred") fixed: By now FileZilla_Server...
Converted to python 3 with python-3.3.5\Tools\Scripts\2to3.py (Mainly print statements, some list and dictionary)
README is currently text/html, needs to be converted into MarkDown in order to display properly on GitHub web page.
Occurs when running log file provided by @qwecc ``` $ python FLA.py -p 10353 fzs-2014-12-15.log Analyzing fzs-2014-12-15.log... Writing parsedLog.log... Traceback (most recent call last): File "FLA.py", line 41, in FLACore.main(sys.argv)...