Is it possible to execute Linux command using Mendix Application over a SSH connection

0
I have a use case where I have to connect to an external server using SSH protocol and execute few linux command. It is possible to achieve it in Mendix Application?
asked
1 answers
0

Hey Karan, 

 

At the moment, Mendix offers easy integration to external applications via REST and SOAP only, meaning you can directly use this inside microflow as an activity.

Now for SSH protocol, there must be an implementation to do it over Java(you can search over stack overflow) and then see whether you can achieve it over Java action or not.

 

Regards,

Naman Khard

answered