|
TElSSHClient provides client-side functionality for SSH connections. |
|
|
Description
TElSSHClient 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.
When there are encrypted data to be sent to the socket, TElSSHClient will
fire
OnSend
event. When TElSSHClient needs data from the socket, it fires
OnReceive
event. If you use non-blocking mode, you can use
DataAvailable
method to tell TElSSHClient that there are some data in the socket that can
be read.
|
|
|
|
|
|
|
|
|
|
|
|
.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 |

