IPWorks SFTP 2020 Python Edition

Questions / Feedback?

get_ssh_param_bytes Method

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

Syntax

def get_ssh_param_bytes(payload: bytes, field: str) -> bytes: ...

Remarks

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

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 Python Edition - Version 20.0 [Build 8263]