Registry / networking / em-ftpd

em-ftpd

JSON →
library0.0.1rbrubygemsunverified

Build a custom FTP daemon backed by a datastore of your choice.

gem install em-ftpd
INSTALL
IMPORT
SIG · EM-FTPD
E
em-ftpd
networkingrubyv0.0.1
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.

EMFTPd
✓ require 'em-ftpd'

Start a custom FTP server

require 'em-ftpd' class MyDriver < EMFTPd::Driver def authenticate(user, pass) true end end EMFTPd.start(MyDriver, :port => 21)
Debug
Known issues
breakingRequires EventMachine; not compatible with Ruby 3.0+ without patches.
fix
Use a compatible EventMachine version or switch to a non-EM solution.
affects: >= 0.0.1
Upgrade
Version history
0.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
em-ftpd — gem install em-ftpd · libregistry