Class: HrrRbSftp::Protocol::Version2::Packets

Inherits:
HrrRbSftp::Protocol::Version1::Packets show all
Defined in:
lib/hrr_rb_sftp/protocol/version2/packets.rb,
lib/hrr_rb_sftp/protocol/version2/packets/018_ssh_fxp_rename.rb

Overview

This class implements SFTP protocol version 2 packet types, formats, and responders.

Direct Known Subclasses

HrrRbSftp::Protocol::Version3::Packets

Defined Under Namespace

Classes: SSH_FXP_RENAME

Instance Attribute Summary

Attributes included from Loggable

#logger

Method Summary

Methods inherited from HrrRbSftp::Protocol::Version1::Packets

#initialize, #respond_to

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