Automic VaultAutomic Vault

brew

tnftp を Homebrew, apt, dnf, MacPorts, pacman, zypper でインストール

tnftp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install tnftp

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install tnftp

MacPorts ports tree · net/tnftp/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install tnftp

Debian stable package indexes · tnftp · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install tnftp

Fedora Rawhide package metadata · tnftp · ソース: dl.fedoraproject.org

Arch Linux pacman確認済み · 92%
sudo pacman -S tnftp

Arch Linux sync databases · tnftp · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install tnftp

openSUSE Tumbleweed package metadata · tnftp · ソース: download.opensuse.org

概要

パッケージ概要

NetBSD's FTP client

履歴

プロジェクトの歴史と使われ方

tnftp is the portable packaging of NetBSD's enhanced `ftp` client. It carries the classic Berkeley FTP client lineage forward through NetBSD, while adding script-friendly URL fetching and portability outside NetBSD.

プロジェクトの歴史

The NetBSD manual page shows both lineages: Berkeley Regents copyrights from the 1980s and early 1990s, and NetBSD Foundation work beginning in 1996 contributed by Luke Mewburn. The NetBSD source version header identifies the product as `NetBSD-ftp` and records a 20260208 version in current source.

The portable distribution history is documented in NetBSD's tnftp archive. The directory message states that tnftp is a port of the enhanced NetBSD ftp client to other systems and that `lukemftp` was renamed to `tnftp`. Archived tarballs show `lukemftp` releases beginning in 1999, a `tnftp-2.0-beta1` tarball in 2003, date-stamped tnftp tarballs through the 2000s and 2010s, and a 2026 tarball.

採用の歴史

tnftp's adoption comes from being a maintained, portable BSD ftp client at a time when base-system ftp clients were disappearing, diverging, or lacking HTTP/URL conveniences. The supplied package facts show it in Homebrew, Fedora/DNF, MacPorts, Arch, openSUSE/Zypper, and as `ftp` in Debian and Ubuntu.

The man page's auto-fetching support is a key adoption detail: it can fetch FTP, HTTP, HTTPS, and file URLs directly into the current directory, which made it useful in scripts and package recipes that wanted a familiar `ftp` command with URL support.

使われ方

Users invoke `ftp` or `tnftp` interactively to transfer files to and from FTP servers, or non-interactively to fetch URLs. The manual page documents `.netrc` support through `-N`, anonymous mode, passive/active behavior, IPv4/IPv6 selection, retries, output naming, custom HTTP headers, and URL auto-fetching.

In package-manager culture, tnftp often appears as a pragmatic replacement for a missing or weaker system ftp client. It gives bootstrap scripts and port recipes a small BSD-licensed network fetcher with predictable behavior across Unix-like systems.

パッケージ好きにとっての重要性

For package nerds, tnftp matters because it is both historical userland and packaging glue. It preserves the Berkeley/NetBSD ftp interface while making that interface portable and useful for scripted downloads, including HTTP(S) URLs.

It also illustrates why package managers sometimes carry tools that look obsolete by protocol name: even after FTP's decline, a compact, scriptable `ftp` command remained useful for compatibility, bootstrap, and reproducible build environments.

タイムライン

  • 1985-1994: Berkeley FTP client ancestry appears in the NetBSD manual page copyrights and SCCS marker.
  • 1996: NetBSD Foundation ftp work begins in the manual page copyright range.
  • 1999: `lukemftp-1.0.tar.gz` appears in the NetBSD tnftp archive.
  • 2003: `tnftp-2.0-beta1.tar.gz` appears after the rename from lukemftp to tnftp.
  • 2023: NetBSD archive publishes date-stamped tnftp tarballs for April and May 2023.
  • 2026: NetBSD current source identifies `FTP_VERSION` as `20260208`, and the archive contains `tnftp-20260211.tar.gz`.

Related projects

  • Related to NetBSD's base-system `ftp` client in `usr.bin/ftp`.
  • Closely paired in the portable archive with tnftpd, the corresponding NetBSD FTP server port.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:ftp,client

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.netrc

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
tnftpcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版20260211
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://cdn.netbsd.org/pub/NetBSD/misc/tnftp/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:tnftp
バージョン20260211
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/tnftp
ホームページhttps://cdn.netbsd.org/pub/NetBSD/misc/tnftp/
リポジトリhttps://github.com/NetBSD/src/tree/trunk/usr.bin/ftp
上流ドキュメントhttps://cdn.netbsd.org/pub/NetBSD/misc/tnftp
ライセンスBSD-2-Clause AND BSD-3-Clause AND ISC
ソースアーカイブhttps://cdn.netbsd.org/pub/NetBSD/misc/tnftp/tnftp-20260211.tar.gz
macOS 提供ライブラリlibedit, ncurses
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nametnftp
Aliases
  • lukemftp
Version Scheme0
Revision0
Conflicts With
  • inetutils
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

ftp 20230507-2

dummy transitional package for tnftp

https://en.wikipedia.org/wiki/Tnftp

sudo apt install ftp
  • Section: oldlibs
  • Architecture: all
  • Source Package: tnftp
  • 1 依存関係
  • normalized package name match
  • 一致条件: Tnftp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ftp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

tnftp 20230507-2+b1

enhanced ftp client

https://en.wikipedia.org/wiki/Tnftp

sudo apt install tnftp
  • Section: net
  • Architecture: amd64
  • Source Package: tnftp
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tnftp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tnftp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

ftp 20230507-2build3

dummy transitional package for tnftp

https://en.wikipedia.org/wiki/Tnftp

sudo apt install ftp
  • Section: net
  • Architecture: all
  • Source Package: tnftp
  • 1 依存関係
  • normalized package name match
  • 一致条件: Tnftp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ftp from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

tnftp 20230507-2build3

enhanced ftp client

https://en.wikipedia.org/wiki/Tnftp

sudo apt install tnftp
  • Section: net
  • Architecture: amd64
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tnftp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tnftp from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
dnf95%

tnftp 20260211-1.fc45

FTP (File Transfer Protocol) client from NetBSD

http://www.NetBSD.org/

sudo dnf install tnftp
  • License: 0BSD AND BSD-2-Clause AND BSD-3-Clause AND ISC
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: tnftp
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tnftp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: tnftp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

tnftp 20260211-1

NetBSD FTP client with several advanced features

https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/

sudo pacman -S tnftp
  • License: BSD
  • Architecture: x86_64
  • 4 依存関係
  • normalized package name match
  • 一致条件: Tnftp
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: tnftp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

tnftp 20260211-2.2

Enhanced FTP Client

https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/

sudo zypper install tnftp
  • License: BSD-3-Clause
  • Category: Productivity/Networking/Ftp/Clients
  • Architecture: x86_64
  • Source Package: tnftp
  • 6 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Tnftp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: tnftp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

tnftp

sudo port install tnftp
  • normalized package name match
  • 一致条件: Tnftp
MacPorts ports tree · api.github.com · MacPorts ports tree: net/tnftp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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