Not able to run putty script via JAVA JSch
问题 I had to move a file from one location to another and run script named "Irel_Wrapper" in putty I did /home/location mv filename. So in Java i used channel(Exec) and I was able to execute the above scenario ie moving the file as "mv" command is a putty command. But I am not able to run the script Irel_Wrapper (my guess is as its not a putty native command i am not able to do that in java with channel(Exec). I basically need to open a location with cd command and run the irel_wrapper script. I