Class: HrrRbSftp::Protocol::Version1::Packet::SSH_FXP_HANDLE
- Inherits:
-
Object
- Object
- HrrRbSftp::Protocol::Version1::Packet::SSH_FXP_HANDLE
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
#decode, #encode, #initialize
Methods included from Loggable
#log_debug, #log_error, #log_fatal, #log_info, #log_warn