Hi All,
I want to automate following task using an ETL package.
Right now we manually connect to a device using telnet:
Run cmd
telnet some_ip_address port_#
Then we type command:
some_command
Then we get the response in cmd window.
What are my options in automating this process?
Thanks,
Remember to mark as an answer if this post has helped you.