vsftpd

lightweight, efficient FTP server written for security

Install

All systems
curl cmd.cat/vsftpd.sh
Debian Debian
apt-get install vsftpd
Ubuntu
apt-get install vsftpd
Alpine
apk add vsftpd
Arch Arch Linux
pacman -S vsftpd
image/svg+xml Kali Linux
apt-get install vsftpd
CentOS
yum install vsftpd
Fedora
dnf install vsftpd
Windows (WSL2)
sudo apt-get update sudo apt-get install vsftpd
OS X
brew install vsftpd
Raspbian
apt-get install vsftpd
Docker
docker run cmd.cat/vsftpd vsftpd powered by Commando

vsftpd

lightweight, efficient FTP server written for security

This package provides the "Very Secure FTP Daemon", written from the ground up with security in mind. It supports both anonymous and non-anonymous FTP access, PAM authentication, bandwidth limiting, and the Linux sendfile() facility.