Advanced ETL Processor Enterprise version 6.3.11.9 is available for download
In this version, we have added Support for SSH Connections to MySQL, Postgres and MongoDB
Full list of changes:
- Added: Support for SSH Connections to MySQL, Postgres and MongoDB
- Added: Start at the option to Execute external application package action
- Improved: Data writer working with variables
- Improved: Data writer error handling
What is SSH?
SSH, or Secure Shell Protocol, is a protocol that allows users to access, control, and modify their remote servers over the internet.
SSH service was created as a secure replacement for the unencrypted Telnet and uses cryptographic techniques to ensure that all communication to and from the remote server happens in an encrypted manner. It provides a mechanism for authenticating a remote user, transferring inputs from the client to the host, and relaying the output back to the client.
Adding SSH to our ETL Software
Although it is just one of many features of our ETL Software it took a lot of time and effort to implement it. We had to modify the data reader, data writer, lookups, reports, SQL scripts, SQL builder, data-browser, import and export and test all of them. We would to thank our customers for providing us with useful feedback.