I am having an issue that I know does have a simple solution, but I cannot seem to get it resolved, this is it; I have a script that I have written which works perfectly well, it calls a script on a remote server to find files depending on certain file mask, but what I want to do is to make both scripts into one, but I cannot seem to get the logic right.
In plain English, is there a way to run a batch of commands on a remote server?
I have tried ssh with remote command, but I am able to run only a single line and I cannot run functions in that way, this is a real enigmatic situation, but I do say that I am perplexed, help anyone?
In plain English, is there a way to run a batch of commands on a remote server?
I have tried ssh with remote command, but I am able to run only a single line and I cannot run functions in that way, this is a real enigmatic situation, but I do say that I am perplexed, help anyone?