I am facing problem in executing a command Using SSH.
my req: 1. open a ssh connection using IP (example: 125.230.200.80)
Login ssh [Documentation] Connecting to SSH and login close all connections open connection ${SSH_IP} port=22 timeout=10 login ${USERNAME} ${PASSWORD} delay=10 seconds
I want to execute a command in a particular directory of that server. Directory: /export/home/IKBAL/Simulator Command: ./send 1 1 hostsocket S I have used below comamnd EXECUTE COMMAND /export/home/IKBAL/Simulator/./send 1 1 hostsocket S
How can i view the full command output or store the command output in a file ?