git-ftp

Git-powered FTP client for deploying changes via FTP

brewmacoslinux
Try with needOr install directly
Source

About

Git-powered FTP client

Commands

git-ftp

Examples

Initialize git-ftp for a repository with FTP credentials$ git ftp init -u username -p password ftp://example.com/public_html
Push only changed files since last deployment$ git ftp push -u username -p password ftp://example.com/public_html
Show list of files that would be uploaded without actually pushing$ git ftp show -u username -p password ftp://example.com/public_html