What problem does it solve?
sftp-cc reduces the manual, error-prone process of uploading local project files to a remote server by providing Claude Code driven SFTP operations. It enables incremental pushes, private key binding, and automatic permission handling with zero external dependencies.
Core Features & Use Cases
- Incremental uploads: detects changes since the last push and only uploads changed or new files, while performing a safe initial full upload.
- Private key binding and secure access: automatically binds keys and ensures proper permissions for SSH keys.
- Remote deployment and configuration: creates remote directories as needed, supports language-specific config, and can deploy public keys to servers for passwordless authentication.
- Use cases include rapid code deployment after edits, setting up fresh servers for Claude Code plugins, and automating routine server syncs.
Quick Start
Install the skill in your Claude Code project, run the interactive configuration to provide host, username, and remote path, place your SSH private key in the configured directory, then tell Claude: "sync code to server" to start uploads.