No recent searches
Net
SCP
Download
Error
Upload
Version
SSH
Connection
Session
OpenURI
URI
# File lib/net/scp.rb, line 445 def scp @scp ||= Net::SCP.new(self) end
Provides a convenient way to initialize a SCP session given a Net::SSH session. Returns the Net::SCP instance, ready to use.
Net::SSH
Net::SCP