vsftpd

vsftpd 3.0.5

Very secure FTP daemon

GNU General Public License v2.0 only
main program: vsftpdprograms: vsftpd
Platforms (24)
powerpc64-linuxarmv6l-linuxmicroblazeel-linuxriscv32-linuxarc-linuxmicroblaze-linuxi686-linuxarmv7l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  vsftpd
];
Ad-hoc shell
nix-shell -p vsftpd
Flake (nix run)
nix run nixpkgs#vsftpd