data class Credentials(val id: String = UUID.randomUUID().toString(), val displayName: String, val protocol: String, val host: String, val port: Int, val username: String, val password: String, val ftps: Boolean = false, val ftpsImplicit: Boolean = false, val privateKeyPath: String = "")