property Connected: Boolean;
Description
Connected determines, whether the connection is established. Switch it to True, to establish a logical connection to an SSH server. Switch it to False, to close a logical connection to the SSH server.
Note: To establish a connection, it is required to set the Client property, that provides secure physical connection to the SSH server. After the connection is established, the information is transferred through the secure channel.
See Also