1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/tftpd/README.md

16 lines
290 B
Markdown
Raw Normal View History

2016-11-02 09:23:46 +00:00
tftpd
=====
2023-06-29 06:13:55 +00:00
[tftpd][1] is a server for the Trivial File Transfer Protocol.
## up and running
```bash
$ docker-compose up -d
$ echo 'hello world' > /tmp/hello.txt
2023-06-29 06:27:49 +00:00
$ curl -T /tmp/hello.txt tftp://127.0.0.1/
2023-06-29 06:13:55 +00:00
$ curl tftp://127.0.0.1/hello.txt
```
[1]: https://wiki.archlinux.org/title/TFTP