IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

GetSSHParamBytes Method

Used to read a field from an SSH packet's payload.

Syntax

async sftp.getSSHParamBytes(payload : Uint8Array, field : string): Promise<Uint8Array>

Remarks

This method is the same as calling GetSSHParam, but returns raw bytes instead of strings.

Note: This method is only applicable for reading and creating SSH packets for use within the SSHCustomAuth event.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 JavaScript Edition - Version 20.0 [Build 8262]