Access Socket Handle to SSHChannel

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
MRoth
Posts: 14
Joined: Thu 30 Sep 2021 01:06

Access Socket Handle to SSHChannel

Post by MRoth » Thu 07 Oct 2021 17:41

Hello,

Is it possible to get access to the socket handle to the SSHChannel connection.

We need to pass this to a ZModem protocol to extract files from the SSHServer.

Thank you.

YanishevskiyVI
Devart Team
Posts: 70
Joined: Wed 02 Jun 2021 09:30

Re: Access Socket Handle to SSHChannel

Post by YanishevskiyVI » Wed 20 Oct 2021 12:20

Hi there,

We do not provide direct access to socket handle, however you can use SSH tunnel instead.

You may use port forwarding in order to create SSH tunnel:

Code: Select all

https://www.devart.com/sbridge/docs/index.html?client_configuration.htm 
Regards,
Vitaliy

Post Reply