awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesFTP Deployment Tools

Uploads only changed files to an FTP server by comparing the current Git commit with a stored commit ID.

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 Tools. Refine with filters or upvote what's useful.

Awesome FTP Deployment Tools GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • git-ftp/git-ftpالصورة الرمزية لـ git-ftp

    git-ftp/git-ftp

    5,583عرض على 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 the current Git commit with a stored commit ID.

    Shelldeployftpgit
    عرض على GitHub↗5,583
  1. Home
  2. DevOps & Infrastructure
  3. Git-Based Deployment
  4. FTP Deployment Tools