awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesFTP Deployment Integrations

Uploading only changed files to an FTP server by comparing Git commits, saving bandwidth and time.

Distinct from Git-Based Deployment: Distinct from Git-Based Deployment: focuses on FTP as the deployment target, not general version-control-sourced deployments.

Explore 1 awesome GitHub repository matching devops & infrastructure · FTP Deployment Integrations. Refine with filters or upvote what's useful.

Awesome FTP Deployment Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • git-ftp/git-ftpAvatar von git-ftp

    git-ftp/git-ftp

    5,583Auf GitHub ansehen↗

    git-ftp is a tool that synchronizes files to an FTP server by comparing Git commit histories. It tracks the last deployed Git commit on the server and uses git diff to determine which files have changed, uploading only those files incrementally. The entire tool is implemented as a single-file Bash script, making it portable and dependency-free across Unix systems. The tool supports deploying any Git branch, tag, or commit to an FTP server, enabling rollbacks to previous versions and switching between different environments such as staging and production. It uses raw socket connections and s

    Uploads only changed files to an FTP server by comparing Git commits, saving bandwidth and time.

    Shelldeployftpgit
    Auf GitHub ansehen↗5,583
  1. Home
  2. DevOps & Infrastructure
  3. Git-Based Deployment
  4. FTP Deployment Integrations