class Net::SFTP::Protocol::V03::Base

  1. lib/net/sftp/protocol/03/base.rb
Parent: V03

Wraps the low-level SFTP calls for version 3 of the SFTP protocol.

None of these protocol methods block--all of them return immediately, requiring the SSH event loop to be run while the server response is pending.

You will almost certainly never need to use this driver directly. Please see Net::SFTP::Session for the recommended interface.

Methods

Public Instance

  1. readlink
  2. symlink
  3. version

Public Instance methods

version ()

Returns the protocol version implemented by this driver. (3, in this case)

[show source]
# File lib/net/sftp/protocol/03/base.rb, line 17
def version
  3
end