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

Version 4 of the SFTP protocol changed the number of parameters to several different packet types:

  • rename( id, old, new, flags )
  • stat( id, path, flags )
  • lstat( id, path, flags )
  • fstat( id, handle, flags )

[Validate]