< Home - < Back

git-ftp


Information about the package, git-ftp, which is shipped with common Linux distributions. The git-ftp package is designed for, Git powered FTP client written as shell script.


Package Name:

git-ftp

Summary:

Git powered FTP client written as shell script

Description:

A shell script for pushing git tracked changed files to a remote host by FTP

Architecture:

noarch

Version:

0.84

Release:

1.el6

Size:

25 k

Repository:

epel

From Repository:

Licence:

GPLv3



Handy Yum Commands for git-ftp


Control the git-ftp package with the following handy commands outlined below.


Command

Description of Command

yum install git-ftp

This command will install git-ftp on the server.

yum remove git-ftp

This command will un-install git-ftp on the server. When you run this command, you will be asked if you are sure that you want to remove git-ftp, so you have to manually confirm that you want to do this.

yum -y remove git-ftp

This command will un-install git-ftp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove git-ftp when using the -y flag.

yum update git-ftp

This command will update git-ftp to the latest version. When you run this command, you will be asked if you are sure that you want to remove git-ftp, so you have to manually confirm that you want to do this.

yum -y update git-ftp

This command will update git-ftp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove git-ftp when using the -y flag.

yum info git-ftp

This command will show you core information about the git-ftp package.

yum deplist git-ftp

This command will show you the dependencies for git-ftp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update git-ftp

This command will check if there is an update waiting on git-ftp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.