Registry / networking / ftpd
library2.1.0rbrubygemsunverified

A pure Ruby FTP server library supporting implicit and explicit TLS, IPv6, passive and active mode, compliant with RFC-1123.

gem install ftpd
INSTALL
IMPORT
SIG · FTPD
F
ftpd
networkingrubyv2.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.

FTPD
require 'ftpd'

Start an FTP server on port 21

require 'ftpd' server = FTPD::Server.new(port: 21) server.start
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
ftpd — gem install ftpd · libregistry