Class Net::SSH::Connection::Session
In: lib/net/scp.rb
lib/net/scp.rb
Parent: Object

Methods

scp   scp  

Public Instance methods

Provides a convenient way to initialize a SCP session given a Net::SSH session. Returns the Net::SCP instance, ready to use.

[Source]

     # File lib/net/scp.rb, line 411
411:   def scp
412:     @scp ||= Net::SCP.new(self)
413:   end

Provides a convenient way to initialize a SCP session given a Net::SSH session. Returns the Net::SCP instance, ready to use.

[Source]

     # File lib/net/scp.rb, line 411
411:   def scp
412:     @scp ||= Net::SCP.new(self)
413:   end

[Validate]