1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/tftpd
2023-06-29 14:13:55 +08:00
..
docker-compose.yml update tftpd 2023-06-29 14:13:55 +08:00
Dockerfile update tftpd 2023-06-29 14:13:55 +08:00
README.md update tftpd 2023-06-29 14:13:55 +08:00

tftpd

tftpd is a server for the Trivial File Transfer Protocol.

up and running

$ docker-compose up -d
$ echo 'hello world' > /tmp/hello.txt
$ curl -T /tmp/hello.txt tftp://127.0.0.1
$ curl tftp://127.0.0.1/hello.txt