Class: HrrRbSftp::Protocol::Version1::Packet::SSH_FXP_HANDLE

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

Constant Summary collapse

TYPE =
102
FORMAT =
[
  [DataType::Byte,   :"type"      ],
  [DataType::Uint32, :"request-id"],
  [DataType::String, :"handle"    ],
]

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