Class: HrrRbSftp::Protocol::Version1::Packets::SSH_FXP_ATTRS
- Inherits:
-
Packet
- Object
- Common::Packets::Packet
- Packet
- HrrRbSftp::Protocol::Version1::Packets::SSH_FXP_ATTRS
- Defined in:
- lib/hrr_rb_sftp/protocol/version1/packets/105_ssh_fxp_attrs.rb
Overview
This class implements SFTP protocol version 1 SSH_FXP_ATTRS packet type, format, and responder.
Constant Summary collapse
- TYPE =
Represents SSH_FXP_ATTRS packet type.
105
- FORMAT =
Represents SSH_FXP_ATTRS packet format.
[ [DataTypes::Byte, :"type" ], [DataTypes::Uint32, :"request-id"], [DataTypes::Attrs, :"attrs" ], ]
Instance Attribute Summary
Attributes included from Loggable
Method Summary
Methods inherited from Packet
#context, #handles, #initialize, #version
Methods inherited from Common::Packets::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::Version1::Packets::Packet