SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SSHSettingsMaxSSHPacketSize Property

Specifies the maximum length of one SSH packet in bytes.

Object Oriented Interface

public function getSSHSettingsMaxSSHPacketSize();
public function setSSHSettingsMaxSSHPacketSize($value);

Procedural Interface

secureblackbox_sftpclient_get($res, 134 );
secureblackbox_sftpclient_set($res, 134, $value );

Default Value

262144

Remarks

Specifies the maximum length of one SSH packet in bytes.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]