2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/tftpd
2023-06-29 14:27:49 +08:00
..
2023-06-29 14:27:49 +08:00
2023-06-29 14:13:55 +08:00
2023-06-29 14:27:49 +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