ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: SSH functions
16 results
Starts a new SSH session of "Shell" type.
Closes an SSH session that was opened by SSHConnectShell.
Reads the data found on the output buffer of the SSH session.
Writes data into the specified SSH session.
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys.
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys.
The following constants are used to manage an SSH server:
The following functions are used to connect and communicate with a SSH server:
The following functions are used to connect and communicate with a SSH server:
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
Starts a new SSH session of "Shell" type.
Closes an SSH session that was opened by SSHConnectShell.
Usage example of the SSHRead function
Reads the data found on the output buffer of the SSH session.
The sshSession type is used to define the characteristics of a connection to an SSH server.
Writes data into the specified SSH session.