ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / SSH functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The following functions are used to connect and communicate with a SSH server:
<sshSession variable>.CommandSends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
Keeps the SSH session active between several commands sent to an SSH server (using the <sshSession variable>.Command function).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<sshSession variable>.ConnectShellStarts a new SSH session of "Shell" type.
Stops the SSH session that was active to send a series of commands.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<sshSession variable>.DisconnectShellCloses an SSH session that was opened by <sshSession variable>.ConnectShell.
<sshSession variable>.ReadReads the data found on the output buffer of the SSH session.
<sshSession variable>.WriteWrites data into the specified SSH session.
Please note: The protocol supported is SSH-2.
The following functions are used to connect and communicate with a SSH server (prefix syntax):
<sshSession variable>.CommandSends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
<sshSession variable>.ConnectCommandKeeps the SSH session active between several commands sent to an SSH server (using the <sshSession variable>.Command function).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<sshSession variable>.ConnectShellStarts a new SSH session of "Shell" type.
<sshSession variable>.DisconnectCommandStops the SSH session that was active to send a series of commands.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<sshSession variable>.DisconnectShellCloses an SSH session that was opened by <sshSession variable>.ConnectShell.
<sshSession variable>.ReadReads the data found on the output buffer of the SSH session.
<sshSession variable>.WriteWrites data into the specified SSH session.
Please note: The protocol supported is SSH-2.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help