From d0fb9c5856db35280bdc36e5f291a163b08445fe Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Fri, 1 Dec 2023 18:57:55 +0100 Subject: [PATCH] TFTP update docs --- docs/tftp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tftp.md b/docs/tftp.md index c8d67be..ee8b18f 100644 --- a/docs/tftp.md +++ b/docs/tftp.md @@ -25,9 +25,9 @@ tftp_server_deinit(); ## Usage The TFTP task is used to receive and send files via TFTP. ### Receive a file -index.txt contains a list of files on the file system. +index.txt contains a list of files on the file system. For some weird reason tftp only works in octet mode. ```bash -bash $ tftp +bash $ tftp -m octet tftp $ get index.txt ``` ### Send a file