Hi all,
I’m working in windows machine. I have a server running in windows. I have enabled ssh server as optional feature in the server. My requirement is as follows:
I need to have a batch script in local. It should copy the files to the server via ssh or scp and invoke a batch script in the server. The script in remote server will deployed the copied code. How to achieve this.
I tried with powershell but enabling ps-remote needs admin access which i don’t have. I am trying to use cmd. Any inputs will help.
Communication between host and servers are fine. My need is to get a single line of command so that developers will execute and get done with the deployment.
Thanks in advance