Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.MaxSSHPacketSize

TElSSHBaseClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies maximum packet size.

Declaration

[C#]
    int MaxSSHPacketSize;

[VB.NET]
    Property MaxSSHPacketSize As Integer

[Pascal]
    property MaxSSHPacketSize : integer;

[C++]
    int32_t get_MaxSSHPacketSize();
    void set_MaxSSHPacketSize(int32_t Value);

[PHP]
    integer get_MaxSSHPacketSize()
    void set_MaxSSHPacketSize(integer $Value)

[Java]
    int getMaxSSHPacketSize();
    void setMaxSSHPacketSize(int Value);

Description

Use this property to specify the maximal length of SSH packet in bytes. The default value is 262144, i.e., 256 KBytes.

Discuss this help topic in SecureBlackbox Forum