基于 Git 的 FTP 客户端:git-ftp
jopen
11年前
git-ftp 是一个采用 Shell 脚本开发,基于 Git 的 FTP 客户端。
Usage
$ cd my_git_tracked_project $ git ftp push --user <user> --passwd <password> ftp://host.example.com/public_html
For interactive password prompt use:
$ git ftp push -u <user> -p - ftp://host.example.com/public_html
Pushing for the first time:
$ git ftp init -u <user> -p - ftp://host.example.com/public_html