Unfortunately, MockFtpServer does not support FTPS. I assume it is technically possible, but I don't think we ever went too far down the path of determining what would be required. Just implementing that missing "AUTH" FTP command might be pretty straightforward, but I expect the requirements go much deeper than that.
Add support for checking indentation
Addressed in GitHub #271
See https://github.com/CodeNarc/CodeNarc/issues/261.
See GitHub issue: https://github.com/dx42/gmetrics/issues/4
Switch from Log4J 1.x to SLF4J
Migrate GMetrics to Gradle
Yeah, the only way I see so far is to subclass DefaultSession and override sendReply()....