ftpd

File Transfer Protocol server

Install

All systems
curl cmd.cat/ftpd.sh
Debian Debian
apt-get install inetutils-ftpd
Ubuntu
apt-get install inetutils-ftpd
Arch Arch Linux
pacman -S inetutils-ftpd
image/svg+xml Kali Linux
apt-get install inetutils-ftpd
CentOS
yum install inetutils-ftpd
Fedora
dnf install inetutils-ftpd
Windows (WSL2)
sudo apt-get update sudo apt-get install inetutils-ftpd
Raspbian
apt-get install inetutils-ftpd

inetutils-ftpd

File Transfer Protocol server

Ftpd is the server that allows another host to connect with the ftp command to transfer files using the FTP protocol.

krb5-ftpd

Secure FTP server supporting MIT Kerberos

Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). This is the MIT reference implementation of Kerberos V5. This package contains an FTP server that uses Kerberos for authentication.

krb5-appl-servers

and rlogin servers

inetutils

A collection of common network programs