AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones SSH
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Starts a new SSH session of "Shell" type. This session can be closed by <sshSession variable>.DisconnectShell.
Remark: To send a command to the SSH server directly, use SSHCommand.
Example
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")
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.
Component: wd290com.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local