awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • git-ftp/git-ftpAvatar de git-ftp

    git-ftp/git-ftp

    5,583Ver en GitHub↗

    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
    Ver en GitHub↗5,583
  1. Home
  2. DevOps & Infrastructure
  3. Git-Based Deployment
  4. FTP Deployment Integrations