swiftp
swiftp copied to clipboard
Log commands
It would be great if the app had a main window where you could see the log of all operations: someone connecting, authenticating, running commands like list, get, put, etc.
See email from Elijah on 9/12/2019
I have a test of this working atm. Intend to fully implement and create a pull request soon enough.
Some possibilities:
- Simply showing logcat in the app
- Show time stamps and the incoming client connection stuff as seen by SessionThread
- A menu of choices to filter the logs and eg show only logins
- Auto refresh
Can possibly be closed. Pull request now added with it implemented: https://github.com/ppareit/swiftp/pull/227
Pull fixes this