|
|
|
|
|
<sshSession variable>.DisconnectShell (Function) In french: <Variable sshSession>.DéconnecteShell cMySession is sshSession cMySession.Address = "127.0.0.1" cMySession.Port = 22 cMySession.User = "login" cMySession.UserPassword = "pass" IF cMySession.ConnectShell() THEN Info("Session started") // ... cMySession.DisconnectShell() END
Syntax
<SSH session>.DisconnectShell()
<SSH session>: sshSession variable Name of the sshSession variable corresponding to the SSH session to stop.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|