Add TFTP client as specified by RFC 1350

This client does not support the netascii mode.  The default mode
is octet/binary and should be sufficient.

One thing left to do is to check the source port of the server
to make sure it doesn't change.  If it does, we should ignore the
packet and send an error back without disturbing an existing
transfer.
This commit is contained in:
sin
2015-08-14 12:58:02 +01:00
parent d6d8c98345
commit 1fa942a0ee
4 changed files with 339 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ BIN =\
tar\
tee\
test\
tftp\
time\
touch\
tr\