I'm trying to execute a shell file(.sh) located on the remote server. I do obtain a connection successfully, but the control returns to the callback handler with Exit Code [127].
Is it something like this module cant execute the command sh filename.sh over the server?
If yes, what else could be done? Is there any other alternative?
Please suggest an alternative.
Regards,
Ashish Deshpande
I'm trying to execute a shell file(
.sh) located on the remote server. I do obtain a connection successfully, but the control returns to the callback handler withExit Code [127].Is it something like this module cant execute the command
sh filename.shover the server?If yes, what else could be done? Is there any other alternative?
Please suggest an alternative.
Regards,
Ashish Deshpande