Method: Net::SFTP::Protocol::V03::Base#version

Defined in:
lib/net/sftp/protocol/03/base.rb

#versionObject

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



17
18
19
# File 'lib/net/sftp/protocol/03/base.rb', line 17

def version
  3
end