Registry / networking / double-bag-ftps

double-bag-ftps

JSON →
library0.1.4rbrubygemsunverified

Provides a child class of Net::FTP to support implicit and explicit FTPS.

gem install double-bag-ftps
INSTALL
IMPORT
SIG · DOUBLE-BAG-FTPS
D
double-bag-ftps
networkingrubyv0.1.4
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.

DoubleBagFTPS
require 'double_bag_ftps'

Connect to an FTPS server

require 'double_bag_ftps' ftps = DoubleBagFTPS.new ftps.ssl_context = DoubleBagFTPS.create_ssl_context(:verify_mode => OpenSSL::SSL::VERIFY_NONE) ftps.connect('ftp.example.com') ftps.login('user', 'password') puts ftps.list
Debug
Known issues
breakingUsing VERIFY_NONE disables certificate verification, making the connection insecure.
fix
Use a proper SSL context with verification enabled and a trusted CA bundle.
affects: >= 0
Upgrade
Version history
0.1.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
double-bag-ftps — gem install double-bag-ftps · libregistry