Hi,
I've started using your module and I like it a lot.
I'm building small project that runs FTP server in the background while a lot of other stuff happening.
So here is my problem:
There are a lot of different users that connect to FTP and constantly uploading/downloading small files. So the screen is is very busy and constantly scrolling. As I wrote already FTP is running as a background process and there are lot of other things going on, on the screen which are more important than FTP messages and unfortunately they are getting lost. So I was wondering is there away to suppress FTP onscreen messages?
Thank you