Is it possible to add a custom listener that would be invoked when specific sftp operations occur for auditing purposes? For example; execute some custom method when file is put or deleted via sftp? I'm keen to migrate from apache mina that supports this feature via their 'ftplet' (https://mina.apache.org/ftpserver-project/ftplet.html)
Hi,
Is it possible to add a custom listener that would be invoked when specific sftp operations occur for auditing purposes? For example; execute some custom method when file is put or deleted via sftp? I'm keen to migrate from apache mina that supports this feature via their 'ftplet' (https://mina.apache.org/ftpserver-project/ftplet.html)
Tim