At the moment, we depend on Putty for connecting to the app server and checking logs. I am looking for a solution that would allow me to automate this process using angular js. Is it possible to send commands from my angular js or any other client-side application to Putty in order to run those commands and display the results in the browser or save them to a file? Essentially, I want the UI to collect user credentials and server details to access the app logs, with the automation taking care of the rest. I require a way to transmit data or commands to Putty from the client side.