|
|
|
|
|
|
|
|
|
|
Note: These functions are also available in prefix syntax ( SSH functions (prefix syntax)). The following functions are used to connect and communicate with an SSH server:
| | | SSHCommand | Sends 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 SSHCommand function). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. | | SSHConnectShell | Starts a new SSH session of "Shell" type. | | Stops the SSH session that was active to send a series of commands. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. | | SSHDisconnectShell | Closes an SSH session that was opened by SSHConnectShell. | | SSHRead | Reads the data found on the output buffer of the SSH session. | | SSHWrite | Writes data into the specified SSH session. |
Note: SSH-2 protocol supported.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|