ftpd

File Transfer Protocol server

Debian Debian
RUN apt-get update && \ apt-get install -y inetutils-ftpd
Ubuntu
RUN apt-get update && \ apt-get install -y inetutils-ftpd
Arch Arch Linux
RUN pacman -S --noconfirm inetutils-ftpd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y inetutils-ftpd
CentOS
RUN yum install -y inetutils-ftpd
Fedora
RUN dnf install -y inetutils-ftpd
Raspbian
RUN apt-get update && \ apt-get install -y inetutils-ftpd
click the source code to copy install ftpd on any operating system with command-not-found.com