private boolean isFtpEnabled() {
   AcPropertyRegistry pr = AcPropertyRegistries.getGlobal();
   return pr.getLogFtpServerEnabled();
 }