{"id":"euranova-simple-ftp-server","name":"simple-ftp-server","homepage":"https://hub.docker.com/r/euranova/simple-ftp-server","repo_url":"https://hub.docker.com/r/euranova/simple-ftp-server","category":"infrastructure","subcategories":[],"tags":["ftp","file-transfer","server","self-hosted","devops","networking"],"what_it_does":"simple-ftp-server is an FTP server implementation intended to provide basic FTP functionality (server-side) for file transfer over the FTP protocol.","use_cases":["Local or development/test environments needing an FTP endpoint","Legacy system integration where FTP is required","Simple file drop/download workflows for non-sensitive data","Educational/demo purposes around FTP server behavior"],"not_for":["Production use without additional hardening (network, auth, TLS, auditing)","Transferring sensitive data (FTP is not secure by default)","Workloads requiring modern secure file transfer features (e.g., SFTP/FTPS with strong authentication)","Agent-to-agent automated workflows that rely on REST/SDK interfaces"],"best_when":"You need a lightweight FTP server for development or controlled environments and can manage security at the network and configuration layers.","avoid_when":"You need confidentiality/integrity guarantees, modern auth controls, or you want a well-documented agent-friendly API surface.","alternatives":["SFTP servers (e.g., OpenSSH SFTP subsystem)","FTPS (FTP over TLS) implementations","Object storage with signed URLs (if applicable)","WebDAV for authenticated HTTP-based file access","Drop-box style systems or message-based ingestion for file transfer"],"af_score":33.2,"security_score":25.5,"reliability_score":31.2,"package_type":"mcp_server","discovery_source":["docker_mcp"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T21:33:01.113357+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 login (username/password)"],"oauth":false,"scopes":false,"notes":"Authentication method is FTP-session based; no indication of OAuth/scopes. (Exact strength and configuration options depend on the project’s configuration.)"},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"Open-source/server-style package; no hosted pricing model indicated."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":33.2,"security_score":25.5,"reliability_score":31.2,"mcp_server_quality":0.0,"documentation_accuracy":30.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":70.0,"rate_limit_clarity":5.0,"tls_enforcement":5.0,"auth_strength":40.0,"scope_granularity":10.0,"dependency_hygiene":30.0,"secret_handling":40.0,"security_notes":"FTP commonly transmits credentials and data in plaintext unless TLS is configured (FTPS). Security depends heavily on whether TLS/FTPS is supported/enforced, how authentication is configured, and how the server is deployed (firewalling, access controls, logging).","uptime_documented":0.0,"version_stability":50.0,"breaking_changes_history":50.0,"error_recovery":25.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["FTP is stateful; agent automation must manage sessions/connection lifecycle.","FTP lacks modern security features by default; transfers may be unencrypted and susceptible to interception unless FTPS/TLS is explicitly used (if supported).","FTP commands and server responses are less standardized than REST/JSON APIs; robust parsing may be needed.","Transfer operations are often not naturally idempotent (retries can duplicate/overwrite depending on server config)."]}}