Using Telnet On Mendix

0
Hi Mendix Team,   I would like to know how to integrate Mendix with another system using Telnet?
asked
1 answers
0

There's no out of the box support for telnet, so you'll probably need to create some custom java action to use a java library providing telnet support, e.g., Apache telnet library.

answered