Registry / networking / net-sftp

net-sftp

JSON →
library4.0.0rbrubygemsunverified

A pure Ruby implementation of the SFTP client protocol for secure file transfer over SSH.

gem install net-sftp
INSTALL
IMPORT
SIG · NET-SFTP
N
net-sftp
networkingrubyv4.0.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::SFTP
require 'net/sftp'

Upload a file via SFTP

require 'net/sftp' Net::SFTP.start('host', 'user', password: 'pass') do |sftp| sftp.upload!('/local/file', '/remote/file') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
net-sftp — gem install net-sftp · libregistry