git-ftp
Git powered FTP client written as shell script
Install
- All systems
-
curl cmd.cat/git-ftp.sh
- Debian
-
apt-get install git-ftp
- Ubuntu
-
apt-get install git-ftp
- Kali Linux
-
apt-get install git-ftp
- Fedora
-
dnf install git-ftp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install git-ftp
- OS X
-
brew install git-ftp
- Raspbian
-
apt-get install git-ftp
- Dockerfile
- dockerfile.run/git-ftp
git-ftp
Git powered FTP client written as shell script
git-ftp is a shell script for uploading Git tracked files to a FTP server. By default, it uploads only those files which have changed since the last upload. This saves time and bandwidth. It can even work with different branches. See manpage for more options.