# Install uftp with Homebrew, apt, Nix, zypper

Secure, reliable, efficient multicast file transfer program. Version 5.0.3 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:uftp
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install uftp
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install uftp
```

  Evidence: Debian stable package indexes: uftp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#uftp
```

  Evidence: nixpkgs package indexes: pkgs/by-name/uf/uftp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install uftpd
```

  Evidence: openSUSE Tumbleweed package metadata: uftpd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:uftp
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/uftp>
- **Version:** 5.0.3
- **Source summary:** Secure, reliable, efficient multicast file transfer program
- **Homepage:** <https://uftp-multicast.sourceforge.net/>
- **Upstream docs:** <https://uftp-multicast.sourceforge.net/>
- **License:** GPL-3.0-or-later WITH openvpn-openssl-exception
- **Source archive:** <https://downloads.sourceforge.net/project/uftp-multicast/source-tar/uftp-5.0.3.tar.gz>
- **Last updated:** 2026-06-22T14:06:32-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- uftp (cli)
- uftp_keymgt (cli)
- uftpd (cli)
- uftpproxyd (cli)
- uftp (alias)
- uftp_keymgt (alias)
- uftpd (alias)
- uftpproxyd (alias)

## Dependencies

- openssl@4

## Install behavior

- Post-install hook: not defined
- Service: declared
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 5.0.3
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://uftp-multicast.sourceforge.net/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2010-03-11: UFTP 3.0 release listed on the official download table.
- 2013-04-27: UFTP 4.0 release listed on the official download table.
- 2020-04-22: UFTP 5.0 release listed on the official download table.
- 2023-12-17: UFTP 5.0.3 release and last site update listed on the official page.

### Related projects

- The UFTP protocol documentation references TFMCC/RFC 4654 for congestion control and TLS 1.3/RFC 8446 concepts for key exchange and encryption setup.
- The suite includes `uftp`, `uftpd`, `uftpproxyd`, and `uftp_keymgt` as related command-line programs.

### Sources

- <https://uftp-multicast.sourceforge.net/ describes the project, satellite-link use case, proxy support, documentation set, platform support, releases, and 5.x/4.x compatibility note.>
- <https://uftp-multicast.sourceforge.net/protocol.txt documents session phases, retransmission, proxies, congestion control, and encryption setup.>
- <https://uftp-multicast.sourceforge.net/server_usage.txt documents server command behavior and operational options.>
- source_facts.package-manager lists Homebrew, Debian, Nix, Ubuntu, and openSUSE package names.


## Security Notes

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- broad file, network, media, or database tool signal
- formula declares a Homebrew service

## Source Database Details

- **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:** stable

## Other Package-Manager Records

- Debian apt - uftp - 4.10.2-1.1+b4: normalized package name match | Debian stable package indexes: uftp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Encrypted multicast file transfer program | http://uftp-multicast.sourceforge.net/
- Nix - uftp: normalized package name match | nixpkgs package indexes: pkgs/by-name/uf/uftp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - uftp - 4.10.2-1.1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: uftp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Encrypted multicast file transfer program | http://uftp-multicast.sourceforge.net/
- Nix - uftpd: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/uf/uftpd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - uftpd - 2.15-1.16: installed executable or alias match | openSUSE Tumbleweed package metadata: uftpd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | A combined TFTP/FTP server | https://troglobit.com/uftpd.html


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [openssl@4](https://www.automicvault.com/pkg/brew/openssl-4/) - Runtime dependency declared by Homebrew.
- [ffsend](https://www.automicvault.com/pkg/brew/ffsend/) - Shares av.db curated category or tags: cli, encryption, file-transfer, networking.
- [piknik](https://www.automicvault.com/pkg/brew/piknik/) - Shares av.db curated category or tags: cli, encryption, file-transfer, networking.
- [portal](https://www.automicvault.com/pkg/brew/portal/) - Shares av.db curated category or tags: cli, encryption, file-transfer, networking.
- [wormhole-william](https://www.automicvault.com/pkg/brew/wormhole-william/) - Shares av.db curated category or tags: cli, encryption, file-transfer, networking.
- [airshare](https://www.automicvault.com/pkg/brew/airshare/) - Shares av.db curated category or tags: cli, file-transfer, networking.
- [bbftp-client](https://www.automicvault.com/pkg/brew/bbftp-client/) - Shares av.db curated category or tags: cli, file-transfer, networking.
- [croc](https://www.automicvault.com/pkg/brew/croc/) - Shares av.db curated category or tags: cli, file-transfer, networking.
- [davix](https://www.automicvault.com/pkg/brew/davix/) - Shares av.db curated category or tags: cli, file-transfer, networking.

## Combined YAML source

View the package source record on GitHub. [combined/uftp.yml](https://github.com/automic-vault/db/blob/main/combined/uftp.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
