{"id":"mauler-simple-ftp-server","name":"simple-ftp-server","homepage":"https://hub.docker.com/r/mauler/simple-ftp-server","repo_url":"https://hub.docker.com/r/mauler/simple-ftp-server","category":"infrastructure","subcategories":[],"tags":["storage","file-transfer","ftp","networking","devtools","infrastructure"],"what_it_does":"simple-ftp-server is a lightweight FTP server implementation intended to run locally or in small deployments, providing basic FTP file transfer capabilities.","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"],"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.","alternatives":["SFTP servers (e.g., OpenSSH sftp-server)","FTPS (FTP over TLS) solutions","HTTP file upload/download (your own API or static storage)","Managed file transfer services (e.g., AWS Transfer Family)","Local tooling without a server (scp/rsync) depending on environment"],"af_score":27.5,"security_score":27.0,"reliability_score":27.5,"package_type":"mcp_server","discovery_source":["docker_mcp"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T21:31:46.926912+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":false,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["FTP username/password (implied by typical FTP servers)"],"oauth":false,"scopes":false,"notes":"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":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"Open-source style package pricing cannot be inferred from the provided prompt."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":27.5,"security_score":27.0,"reliability_score":27.5,"mcp_server_quality":0.0,"documentation_accuracy":20.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":60.0,"rate_limit_clarity":0.0,"tls_enforcement":10.0,"auth_strength":30.0,"scope_granularity":0.0,"dependency_hygiene":50.0,"secret_handling":50.0,"security_notes":"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.","uptime_documented":0.0,"version_stability":40.0,"breaking_changes_history":40.0,"error_recovery":30.0,"idempotency_support":"false","idempotency_notes":"FTP operations are generally not idempotent by default; retry behavior depends on client/server implementation and transfer semantics.","pagination_style":"none","retry_guidance_documented":false,"known_agent_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"]}}