pbek / loganalyzer

LogAnalyzer is a tool that helps you to analyze your log files by reducing the content with patterns you define.
GNU General Public License v2.0
97 stars 20 forks source link

Is it possible to add ftp sources for log file? #4

Open inspire99 opened 4 years ago

inspire99 commented 4 years ago

firstly thanks for this tool.

Is it possible to add ftp sources for fetching log files ? For example , using filezilla or any ftp client it is possible to fetch log files.. but, after that, we need to copy to a folder which loganalyzer understands.. so, there's a manual overhead.. is it possible to add ftp client logic internally to the tool? or it does not make sense. i see that, the sources tab in loganalyzer could be improved..

pbek commented 4 years ago

It would make sense, but I don't think I will implement it (would be a lot of work considering all the ways FTP is working). Pull requests are welcome.