How to Install git-ftp in Ubuntu 18.04



Install git-ftp by entering the following commands in the terminal:

sudo apt update
sudo apt install git-ftp

Description:

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.

Homepage: http://github.com/git-ftp/git-ftp

Version: 1.3.1-1

Section: universe/vcs