Class: HrrRbSftp::Protocol::Common::Packets::SSH_FXP_VERSION

Inherits:
Packet
  • Object
show all
Defined in:
lib/hrr_rb_sftp/protocol/common/packets/002_ssh_fxp_version.rb

Overview

This class implements SFTP protocol version independent SSH_FXP_VERSION packet type, format, and responder.

Constant Summary collapse

TYPE =

Represents SSH_FXP_VERSION packet type.

2
FORMAT =

Represents SSH_FXP_VERSION packet format.

[
  [DataTypes::Byte,           :"type"      ],
  [DataTypes::Uint32,         :"version"   ],
  [DataTypes::ExtensionPairs, :"extensions"],
]

Instance Attribute Summary

Attributes included from Loggable

#logger

Method Summary

Methods inherited from Packet

#decode, #encode, #initialize

Methods included from Loggable

#log_debug, #log_error, #log_fatal, #log_info, #log_warn

Constructor Details

This class inherits a constructor from HrrRbSftp::Protocol::Common::Packets::Packet