atftpd
advanced TFTP server
Install
- All systems
-
curl cmd.cat/atftpd.sh
- Debian
-
apt-get install atftpd
- Ubuntu
-
apt-get install atftpd
- Arch Linux
-
pacman -S atftpd
- Kali Linux
-
apt-get install atftpd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install atftpd
- Raspbian
-
apt-get install atftpd
- Dockerfile
- dockerfile.run/atftpd
atftpd
advanced TFTP server
Multi-threaded TFTP server implementing all options (option extension and multicast) as specified in RFC1350, RFC2090, RFC2347, RFC2348 and RFC2349. Atftpd also supports multicast protocol known as mtftp, defined in the PXE specification. The server supports being started from inetd(8) as well as in daemon mode using init scripts.
atftp
advanced TFTP client
Interactive client for the Trivial File Transfer Protocol (TFTP). Its usage is mainly for testing and debugging the Atftp server. TFTP client is usually implemented in BIOS and bootstraps programs like pxelinux when booting from LAN. Atftp also supports non-interactive invocation for easy use in scripts.