crebassa gilles
Results
2
issues of
crebassa gilles
Hi, I have added 'chmod' feature on sftp (due after send, to execute script), I don't know the process to pull an update of the code, so it's only in...
Hi, I'm connecting to a server AIX using ksh on ssh. $ssh_remote_script_path= '/home/user_ksh/em/em_os.sh'; $configuration = new Ssh\Configuration('IPAddress'); $authentication = new Ssh\Authentication\Password('user_ksh', 'password'); $session = new Session($configuration, $authentication); $exec = $session->getExec();...