macOS
brew install git-ftplocal Homebrew formula metadata
sudo port install git-ftpMacPorts ports tree · devel/git-ftp/Portfile · ソース: api.github.com
brew / 順位 6040
git-ftp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-ftplocal Homebrew formula metadata
sudo port install git-ftpMacPorts ports tree · devel/git-ftp/Portfile · ソース: api.github.com
sudo apt install git-ftpDebian stable package indexes · git-ftp · ソース: deb.debian.org
sudo dnf install git-ftpFedora Rawhide package metadata · git-ftp · ソース: dl.fedoraproject.org
nix profile install nixpkgs#git-ftpnixpkgs package indexes · pkgs/by-name/gi/git-ftp/package.nix · ソース: api.github.com
概要
Git-powered FTP client
履歴
git-ftp is a Git-oriented deployment utility for FTP and related protocols. Its core idea is to record the deployed Git commit on the server, then use Git history to upload only files that changed since that commit.
The project grew around a common shared-hosting problem: teams had Git locally but only FTP, FTPS, SFTP, or lftp-style access on the deployment target. The README describes the tool as uploading to FTP servers 'the Git way', while the changelog records a long stabilization path through 1.0.0, submodule handling, include and ignore rules, hooks, FTPES/SFTP fixes, and compatibility work for newer Git versions.
A 0.8-era changelog entry records the move to the git-ftp GitHub organization. Later releases added push hooks, snapshot and pull/download actions, BusyBox fixes, PEM/key options, and better error handling, keeping the tool as a shell-based bridge between Git workflows and older hosting environments.
git-ftp became the most visible project in this batch because it solved a deployment niche that Git itself does not cover. Its packaging in Homebrew and other Unix package collections reflects use by developers who need repeatable deployments without rsync, SSH shell access, or a platform-specific deployment service.
Practitioners configure FTP URL, user, and password in Git config, run `git ftp init` for a first upload or `git ftp catchup` when files already exist remotely, and then deploy later commits with `git ftp push`. The ignore and include files let projects tune which tracked or untracked paths are sent.
git-ftp is package-manager interesting because it packages an old-web deployment pattern as a Git subcommand-style CLI. It sits at the edge between version-control tooling and hosting compatibility, where a small shell utility can replace heavier deployment systems for simple sites.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.git/config.git-ftp-ignore.git-ftp-includeCredential-bearing paths to review before unattended agent runs.
.git/config実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-ftp | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:git-ftp |
|---|---|
| バージョン | 1.6.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://git-ftp.github.io/ |
| リポジトリ | https://github.com/git-ftp/git-ftp |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
git-ftp 1.6.0+dfsg-1
Git powered FTP client written as shell script
https://github.com/git-ftp/git-ftp
sudo apt install git-ftpgit-ftp
nix profile install nixpkgs#git-ftpgit-ftp 1.6.0+dfsg-1
Git powered FTP client written as shell script
https://github.com/git-ftp/git-ftp
sudo apt install git-ftpgit-ftp 1.6.0-18.fc45
Git powered FTP client written as shell script
sudo dnf install git-ftpgit-ftp
sudo port install git-ftpソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.