I am having one business scenario and I need a help for it.
Business scenario:
1. We have two systems, say System A and System B. System A is having a linux environment while System B is having a windows environment. Now from sytem A, one has to
download the script to the system B ,execute it on system B and communicate the status (successful or fail) back to system B. System B has some constraints like no ftp,sftp
server is running, but RDC (Remote desktop connection) can be established. Understand System B as a customer machine where one is not allowed to do too many things.
I am curious to know that RDC service can be used to download the scripts or please suggest if you have other ways to handle this.
Thanks in advance.