Registry / networking / net-scp

net-scp

JSON →
library4.1.0rbrubygemsunverified

A pure Ruby implementation of the SCP client protocol

gem install net-scp
INSTALL
IMPORT
SIG · NET-SCP
N
net-scp
networkingrubyv4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::SCP
require 'net/scp'

Upload a file via SCP to a remote server.

require 'net/scp' Net::SCP.start('example.com', 'user', password: 'pass') do |scp| scp.upload!('/local/file', '/remote/path') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
net-scp — gem install net-scp · libregistry