Automic VaultAutomic Vault

brew

Install vsftpd with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Secure FTP server for UNIX. Version 3.0.5 via Homebrew; verified 2026-06-19.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install vsftpd

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install vsftpd

MacPorts ports tree · net/vsftpd/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add vsftpd

Alpine Linux edge package indexes · vsftpd · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install vsftpd

Debian stable package indexes · vsftpd · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install vsftpd

Fedora Rawhide package metadata · vsftpd · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#vsftpd

nixpkgs package indexes · pkgs/by-name/vs/vsftpd/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S vsftpd

Arch Linux sync databases · vsftpd · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install vsftpd

openSUSE Tumbleweed package metadata · vsftpd · source: download.opensuse.org

overview

Package summary

Secure FTP server for UNIX

Commands and aliases

  • vsftpd

history

Project history and usage

vsftpd, the Very Secure FTP Daemon, is a GPL-licensed FTP server for Unix-like systems. Its identity has always been security-first: the official site emphasizes a small, fast daemon, while Red Hat documentation describes it as designed from the ground up to be fast, stable, and secure.

Project history

The project is associated with Chris Evans and the security-oriented 'scary beasts' site. Its upstream documentation frames vsftpd as a reaction against older FTP daemons whose feature breadth and root-heavy designs made them risky, highlighting capabilities, chroot, privilege separation, and secure coding as design choices.

The 3.x series made security mechanisms more explicit. Version 3.0.0, released in April 2012, added a highly restrictive seccomp filter sandbox on supported 64-bit Linux systems. Later upstream news records SSL and seccomp fixes in 2012 and 2015, and a 2021 modernization release after a six-year gap.

Adoption history

vsftpd became widely deployed because it fit the conservative Unix server niche: small, stable, and aimed at doing FTP service with fewer privileges. The official site listed prominent FTP mirrors using it as of June 2004, including Red Hat, SUSE, Debian, FreeBSD, GNU, GNOME, KDE, and kernel.org mirrors, while also citing Red Hat's performance use case.

Distribution documentation helped normalize it as a default or preferred FTP daemon. Red Hat Enterprise Linux 6 documented vsftpd as the only standalone FTP server distributed with RHEL because of its ability to handle many connections efficiently and securely.

How it is used

Administrators use vsftpd to provide anonymous or authenticated FTP service, often with per-user controls, virtual users, virtual IP configurations, bandwidth throttling, per-source limits, IPv6, and SSL/TLS. The upstream man page says the default configuration path is `/etc/vsftpd.conf`, with alternate config files supplied as command-line arguments for virtual-host or inetd/xinetd-style setups.

Its package-nerd appeal is that it is deliberately unflashy infrastructure. FTP itself is old and declining, but when a package archive, appliance, lab, or compatibility environment still needs an FTP daemon, vsftpd is the boring security-conscious answer that many Unix distributions have kept around.

Why package nerds care

vsftpd is historically important because it represents the post-wu-ftpd era of FTP packaging: the same protocol surface, but with a smaller daemon, explicit privilege boundaries, and distribution-friendly configuration. It is a classic example of a package whose continued relevance is maintenance of legacy protocol infrastructure rather than new feature growth.

Timeline

  • 2004-06: The official site listed major public FTP mirrors using vsftpd, including Red Hat, SUSE, Debian, FreeBSD, GNU, GNOME, KDE, and kernel.org.
  • 2012-04: vsftpd 3.0.0 was released with a seccomp filter sandbox.
  • 2012-09: vsftpd 3.0.2 fixed seccomp sandbox policy issues.
  • 2015-07: vsftpd 3.0.3 focused on SSL fixes and security improvements.
  • 2021-08: vsftpd 3.0.4 and 3.0.5 modernized build, seccomp, and SSL behavior; 3.0.5 fixed ALPN selection for current FileZilla clients.
  • 2026-06: Debian unstable carried vsftpd 3.0.5 packaging changes and bug-fix patches, showing continued distribution maintenance.

Related projects

  • The official site explicitly contrasts vsftpd with older or broader FTP daemons such as wu-ftpd, ProFTPD, and BSD ftpd.
  • OpenSSH/SFTP is the modern neighboring ecosystem for many use cases, while vsftpd remains focused on the FTP/FTPS protocol family.

Sources

  • Debian changelog: https://metadata.ftp-master.debian.org/changelogs/main/v/vsftpd/unstable_changelog
  • Official configuration manual: https://security.appspot.com/vsftpd/vsftpd_conf.html
  • Official site and release notes: https://security.appspot.com/vsftpd.html
  • Red Hat Enterprise Linux deployment guide: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s2-ftp-servers-vsftpd

security posture

Risk level: orange

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

Risk classifier

orange risk · medium confidence · infrastructure

Why

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

Signals

  • metadata:service
  • text:ftp,server

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 8 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/vsftpd.conf

executables

Installed executables

CommandKindExposureNote
vsftpdcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version3.0.5
manager updated2026-06-19
local dataok
upstreamnot checked
latest detectednot detected

https://security.appspot.com/vsftpd.html

install metadata

Package metadata

Package keybrew:vsftpd
Version3.0.5
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/vsftpd
Homepagehttps://security.appspot.com/vsftpd.html
Upstream docshttps://security.appspot.com/vsftpd.html
LicenseGPL-2.0-only
Source archivehttps://security.appspot.com/downloads/vsftpd-3.0.5.tar.gz
Last updated2026-06-19T12:33:04-07:00
Pulseupdated
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicedeclared
CaveatsTo use chroot, vsftpd requires root privileges, so you will need to run `sudo vsftpd`. You should be certain that you trust any software you grant root privileges. The vsftpd.conf file must be owned by root or vsftpd will refuse to start: sudo chown root $HOMEBREW_PREFIX/etc/vsftpd.conf

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

vsftpd 3.0.5-0.2

lightweight, efficient FTP server written for security

http://vsftpd.beasts.org/

sudo apt install vsftpd
  • Section: net
  • Architecture: amd64
  • 13 dependencies
  • 1 provides
  • 2 optional deps
  • normalized package name match
  • Matched by: Vsftpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vsftpd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

vsftpd-dbg 3.0.5-0.2

lightweight, efficient FTP server written for security (debug)

http://vsftpd.beasts.org/

sudo apt install vsftpd-dbg
  • Section: debug
  • Architecture: amd64
  • Source Package: vsftpd
  • 1 dependencies
  • normalized package name match
  • Matched by: Vsftpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vsftpd-dbg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

vsftpd

nix profile install nixpkgs#vsftpd
  • normalized package name match
  • Matched by: Vsftpd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/vs/vsftpd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

vsftpd 3.0.5-0ubuntu3

lightweight, efficient FTP server written for security

http://vsftpd.beasts.org/

sudo apt install vsftpd
  • Section: net
  • Architecture: amd64
  • 13 dependencies
  • 1 provides
  • 2 optional deps
  • normalized package name match
  • Matched by: Vsftpd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vsftpd from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

vsftpd-dbg 3.0.5-0ubuntu3

lightweight, efficient FTP server written for security (debug)

http://vsftpd.beasts.org/

sudo apt install vsftpd-dbg
  • Section: debug
  • Architecture: amd64
  • Source Package: vsftpd
  • 1 dependencies
  • normalized package name match
  • Matched by: Vsftpd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vsftpd-dbg from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

vsftpd 3.0.5-r3

Very secure ftpd

http://vsftpd.beasts.org

sudo apk add vsftpd
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: vsftpd
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Vsftpd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: vsftpd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

vsftpd-doc 3.0.5-r3

Very secure ftpd (documentation)

http://vsftpd.beasts.org

sudo apk add vsftpd-doc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: vsftpd
  • normalized package name match
  • Matched by: Vsftpd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: vsftpd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

vsftpd-openrc 3.0.5-r3

Very secure ftpd (OpenRC init scripts)

http://vsftpd.beasts.org

sudo apk add vsftpd-openrc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: vsftpd
  • normalized package name match
  • Matched by: Vsftpd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: vsftpd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

vsftpd 3.0.5-15.fc44

Very Secure Ftp Daemon

https://security.appspot.com/vsftpd.html

sudo dnf install vsftpd
  • License: GPL-2.0-only WITH vsftpd-openssl-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vsftpd
  • 10 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Vsftpd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: vsftpd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

vsftpd 3.0.5-2

Very Secure FTP daemon

https://security.appspot.com/vsftpd.html

sudo pacman -S vsftpd
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 5 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Vsftpd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: vsftpd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

vsftpd 3.0.5-18.3

Very Secure FTP Daemon - Written from Scratch

https://security.appspot.com/vsftpd.html

sudo zypper install vsftpd
  • License: SUSE-GPL-2.0-with-openssl-exception
  • Category: Productivity/Networking/Ftp/Servers
  • Architecture: x86_64
  • Source Package: vsftpd
  • 11 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Vsftpd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: vsftpd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

vsftpd

sudo port install vsftpd
  • normalized package name match
  • Matched by: Vsftpd
MacPorts ports tree · api.github.com · MacPorts ports tree: net/vsftpd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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