I am new to Katalon. My project is hosted to a remote machine. I can access to URL but i need to access the remote machine from my desktop and run some linux command on that machine.
Is is possible to access the remote machine and run some command by Katalon.
why don’t you just use putty?
or if you want to execute a script, check winsshterm, has a nice ‘script mode’ feature
what commands you need to run on the target machine?
Hi
i am getting "2019-06-10 13:52:23.074 ERROR k.k.c.m.CustomKeywordDelegatingMetaClass - Cannot cast object ‘com.jcraft.jsch.ChannelSftp@9bd0fa6’ with class ‘com.jcraft.jsch.ChannelSftp’ to class ‘io.netty.channel.Channel’
ChannelSftp sftpChannel = (ChannelSftp) channel; - this line causes the problem