Files.com is a secure cloud file management platform with SFTP, FTP, and API access. This CLI lets you manage files and folders, set permissions, manage users, and automate file transfer workflows from the terminal.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/filescom # Set up API key
filescom auth login --api-key YOUR_API_KEY
# Verify connection
filescom auth status # List files in a folder
filescom files list /reports
# Upload a file
filescom files upload ./report.pdf /reports/
# Download a file
filescom files download /reports/report.pdf ./local/ For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.