Class: HrrRbSftp::Protocol::Version1::Packet::SSH_FXP_ATTRS

Inherits:
Object
  • Object
show all
Includes:
Common::Packetable
Defined in:
lib/hrr_rb_sftp/protocol/version1/packet/105_ssh_fxp_attrs.rb

Constant Summary collapse

TYPE =
105
FORMAT =
[
  [DataType::Byte,   :"type"      ],
  [DataType::Uint32, :"request-id"],
  [DataType::Attrs,  :"attrs"     ],
]

Instance Attribute Summary

Attributes included from Loggable

#logger

Method Summary

Methods included from Common::Packetable

#decode, #encode, #initialize

Methods included from Loggable

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