Class Net::SFTP::Protocol::V_03::Impl
In: lib/net/sftp/protocol/03/impl.rb
Parent: V_02::Impl

The implementation of the operations for version 3 of the SFTP protocol. This adds support for the readlink and symlink operations.

Methods

do_status  

Public Instance methods

The status message changed in this version. It adds message and language fields, so the callback now receives driver, id, code, message, and language as parameters.

[Validate]