|
ElSimpleSSHClient provides client-side functionality for SSH connections. |
|
|
Description
ElSimpleSSHClient is used to add SSH support to client side of TCP connection
(the client side is the side which initiates connection). To initiate
connection call
Open
method which returns after SSH connection is established or error happens.
When there are encrypted data to be sent to the socket, ElSimpleSSHClient will
fire
OnSend
event. When ElSimpleSSHClient needs data from the socket, it fires
OnReceive
event.
|
|
|
|
|
|
|
|
|
|
|
|
.NET:
|
|
|
To use the component in development and distribution of your projects, you need to purchase one of the licenses: .NET: SSHBlackbox client-only OR SSHBlackbox client-server OR SFTPBlackbox client-only OR SFTPBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional VCL: SSHBlackbox client-only OR SSHBlackbox client-server OR SFTPBlackbox client-only OR SFTPBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional ActiveX/DLL: SSHBlackbox client-only OR SFTPBlackbox client-only OR SecureBlackbox Transports OR SecureBlackbox Standard |

