Hello I'm using 'ftpserver-core' 1.0.6. I'd like to log the raw content of the 'NLST' results. I don't how to do it best.So I overwrote the NLST class with a modified one contained in another osgi-bundle. But it doesn't work without manipulating the 'ftpserver-core' Manifest file because 'org.apache.ftpserver.command.impl.listing' isn't exported for osgi.
How could I get the raw content of the 'NLST' results with standard (unmanipulated) version of 'ftpserver-core'?
Any idea? Best regards