git-ftp/git-ftp
Uses Git to upload only changed files to FTP servers. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4886
- days_rel: n/a
- days_push: 14
- n_releases_24m: 0
Adoption not part of the score
5592 stars · 694 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Git-ftp is a shell-based command-line tool that uploads only the files changed since the last deployment to an FTP server, using Git to track changes. It stores the last uploaded commit id on the server, enabling incremental deploys and easy rollback to older versions.
Use cases
- deploy only changed files to an ftp server
- upload website updates via git push
- incremental ftp deployment from git
- roll back a deployment to an older git commit
- deploy a specific git branch to shared hosting over ftp
- sync local git repo with ftp host without re-uploading everything
When to choose
- you deploy to shared hosting or legacy servers that only offer FTP
- you want bandwidth-saving incremental uploads driven by Git history
- you need simple scriptable deployment without a CI/CD platform
When to avoid
- you need a centralized deployment tool with concurrent pushes
- your server supports Git, SSH/rsync, or modern deployment pipelines
- you require atomic or transactional deployments
Facets
cli-tool · maturity stable
deployment cli file-upload version-control developer-tools web-development windows cli git ftp deployment shell incremental-upload sync command-line automation linux macos
2 sources
- readme: https://github.com/git-ftp/git-ftp · fetched 2026-08-28 · 0c412f803857
- homepage: https://git-ftp.github.io/ · fetched 2026-08-29 · b0fddd6702ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| git-ftp/git-ftp | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem