Class: HrrRbSftp::Protocol::Common::Packets::SSH_FXP_INIT
- Defined in:
- lib/hrr_rb_sftp/protocol/common/packets/001_ssh_fxp_init.rb
Overview
This class implements SFTP protocol version independent SSH_FXP_INIT packet type, format, and responder.
Constant Summary collapse
- TYPE =
Represents SSH_FXP_INIT packet type.
1
- FORMAT =
Represents SSH_FXP_INIT packet format.
[ [DataTypes::Byte, :"type" ], [DataTypes::Uint32, :"version"], ]
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