Class Net::SFTP::Protocol::V_03::PacketAssistant
In: lib/net/sftp/protocol/03/packet-assistant.rb
Parent: V_02::PacketAssistant

The packet assistant which formats packets for version 3 of the SFTP protocol. This adds support for the readlink and symlink packets:

  • readlink( id, path )
  • symlink( id, link, target )

[Validate]