Class: HrrRbSftp::Protocol::Common::Packets::SSH_FXP_VERSION
- 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
Method Summary
Methods inherited from Packet
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