Registry / networking / ruby-smb

ruby-smb

JSON →
library3.3.21rbrubygemsunverified

A pure Ruby implementation of the SMB Protocol Family.

gem install ruby_smb
INSTALL
IMPORT
SIG · RUBY-SMB
R
ruby-smb
networkingrubyv3.3.21
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.

RubySMB
require 'ruby_smb'

Connects to an SMB share and lists files

require 'ruby_smb' client = RubySMB::Client.new(host: '192.168.1.100', username: 'user', password: 'pass') client.login client.list('\\SHARE')
Debug
Known issues
breakingRequires Ruby 2.5+ due to use of keyword arguments
fix
Upgrade Ruby to version 2.5 or later
affects: < 3.0.0
Upgrade
Version history
3.3.21latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
ruby-smb — gem install ruby-smb · libregistry