|
|
|
|
|
<sshSession variable>.ConnectShell (Function) In french: <Variable sshSession>.ConnecteShell cMaSession is sshSession
cMaSession.Address = "127.0.0.1"
cMaSession.Port = 22
cMaSession.User = "login"
cMaSession.UserPassword = "pass"
IF cMaSession.ConnecteShell() THEN
Info("Session ouverte")
END
Syntax
<Result> = <SSH session>.ConnectShell()
<Result>: Boolean - True if the session was started,
- False otherwise.
<SSH session>: sshSession variable Name of the sshSession variable containing the connection parameters of the SSH session to open.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|