IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

SendSSHPacket Method

Used to send an encoded SSH packet to a connected client.

Syntax

[VB.NET]
Public Sub SendSSHPacket(ByVal ChannelId As String, ByVal PacketType As Integer, ByVal Payload As String)
[C#]
public void SendSSHPacket(string channelId, int packetType, byte[] payload);

Remarks

This method can be used to send a previously built SSH payload to a connected client. ConnectionId identifies the connection that will receive the packet. To send a packet to specific channel, you may specify that channel's ChannelId instead.

PacketType identifies what kind of packet is to be sent. Payload should contain the payload of the packet, which can be built by successive calls to SetSSHParam.

When SendSSHPacket is called, the SSHDaemon will finish building the packet, encrypt it for transport, and send it to the target connected client.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0