simple-ftp-server
simple-ftp-server is a lightweight FTP server implementation intended to run locally or in small deployments, providing basic FTP file transfer capabilities.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
FTP commonly transmits credentials and data without encryption; unless the project explicitly supports FTPS/TLS and secure configuration, it is risky on untrusted networks. No concrete evidence is available here for TLS enforcement, scope granularity, dependency health, or secret handling practices.
⚡ Reliability
Best When
You control the network (e.g., localhost or trusted LAN) and need a minimal FTP server for development/testing or simple internal transfers.
Avoid When
When you need encrypted transport/authentication suitable for untrusted networks; prefer SFTP/FTPS or object storage APIs instead.
Use Cases
- • Local development file transfer (upload/download) via FTP
- • Quick internal tooling where full SFTP/SSH is unnecessary
- • Testing FTP clients and workflows
- • Temporary data exchange in trusted networks
Not For
- • Public internet exposure
- • Security-sensitive environments requiring encryption in transit
- • Multi-tenant or regulated workloads (PII/financial/legal) without additional safeguards
- • High-assurance reliability requirements without operational monitoring
Interface
Authentication
No evidence provided here of OAuth/scopes. FTP authentication in general is typically basic credentials; secure usage depends on whether TLS/FTPS is supported, which is not confirmed from the provided data.
Pricing
Open-source style package pricing cannot be inferred from the provided prompt.
Agent Metadata
Known Gotchas
- ⚠ FTP lacks inherent modern safety features; consider network restrictions and transport security
- ⚠ FTP commands/responses are stateful; agents may fail if they don't follow session flow correctly
- ⚠ File overwrite/rename behaviors may be client/server dependent
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for simple-ftp-server.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.