macOS
brew install uftplocal Homebrew formula metadata
brew
uftp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install uftplocal Homebrew formula metadata
nix profile install nixpkgs#uftpnixpkgs package indexes · pkgs/by-name/uf/uftp/package.nix · ソース: api.github.com
sudo zypper install uftpdopenSUSE Tumbleweed package metadata · uftpd · ソース: download.opensuse.org
概要
Secure, reliable, efficient multicast file transfer program
履歴
UFTP is an encrypted UDP-based multicast file transfer suite. Its official page describes the target use case as secure, reliable, efficient distribution of files to multiple receivers, especially over satellite links where TCP performs poorly because of delay.
UFTP is hosted on SourceForge and has a long public release table spanning older 3.x and 4.x lines through the current 5.x line. The 5.x documentation set includes protocol details, server usage, client usage, proxy usage, and key-management utility usage.
The project is more than a single sender binary. The installed suite includes a server, client daemon, proxy daemon, and key-management utility, reflecting the protocol's focus on large fan-out transfers, encryption setup, retransmission, and proxy aggregation.
The official description is unusually specific about adoption niche: UFTP is useful when the same large file must reach many receivers, and particularly useful across satellite links with two-way communication. That points to broadcast-style and high-latency distribution environments rather than ordinary one-to-one FTP replacement.
The package-manager metadata shows UFTP available through Homebrew, Debian, Nix, Ubuntu, and openSUSE naming. That distribution footprint fits a specialized networking tool that operators may want to install on both senders and receivers without building from source.
A UFTP session has announce/register, file-transfer, and completion/confirmation phases. The protocol sends file data as UDP blocks, lets clients report missing blocks with NAKs, and has the server retransmit the missing data.
The server command sends one or more files to one or more receivers via multicast with optional encryption. The documentation exposes operational controls for transmission rate, buffers, multicast TTL, DSCP, encryption algorithms, host lists, proxies, restart files, and logging.
UFTP also supports proxy servers for disjoint networks, NAT traversal, multicast tunneling, and response aggregation, which is central to scaling sender/receiver communication.
For package nerds, UFTP is the rare maintained command-line multicast transfer suite. It packages protocol machinery that would otherwise require bespoke operations code: sender, receiver daemon, proxy, key management, OpenSSL/CNG integration, and cross-platform builds.
Its release table and compatibility notes make it useful to distributions because deployments can mix clients, servers, and proxies across versions. The official page notes that version 5.x clients and proxies are backward compatible with 4.x servers.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
uftp | cli | グローバル実行可能ファイル | |
uftp_keymgt | cli | グローバル実行可能ファイル | |
uftpd | cli | グローバル実行可能ファイル | |
uftpproxyd | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://uftp-multicast.sourceforge.net/
インストールメタデータ
| パッケージキー | brew:uftp |
|---|---|
| バージョン | 5.0.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/uftp |
| ホームページ | https://uftp-multicast.sourceforge.net/ |
| 上流ドキュメント | https://uftp-multicast.sourceforge.net/ |
| ライセンス | GPL-3.0-or-later WITH openvpn-openssl-exception |
| ソースアーカイブ | https://downloads.sourceforge.net/project/uftp-multicast/source-tar/uftp-5.0.3.tar.gz |
| 最終更新 | 2026-06-22T14:06:32-07:00 |
| Pulse | updated |
| 依存関係 | openssl@4 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | uftp |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
uftp 4.10.2-1.1+b4
Encrypted multicast file transfer program
http://uftp-multicast.sourceforge.net/
sudo apt install uftpuftp
nix profile install nixpkgs#uftpuftp 4.10.2-1.1build4
Encrypted multicast file transfer program
http://uftp-multicast.sourceforge.net/
sudo apt install uftpuftpd
nix profile install nixpkgs#uftpduftpd 2.15-1.16
A combined TFTP/FTP server
https://troglobit.com/uftpd.html
sudo zypper install uftpdソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.