|
|
|
|
|
Note: These functions are also available in prefix syntax ( SSH functions (prefix syntax)). The following functions are used to connect and communicate with a SSH server:
| | SSHCommand | Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent. | SSHConnectShell | Starts a new SSH session of "Shell" type. | 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. |
Please note: The protocol supported is SSH-2.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|