From ff72c9a5ebd450072ad58210341196916022204c Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Mon, 20 Nov 2023 15:43:23 +0100 Subject: [PATCH] TFTP Update docs --- docs/tftp.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/tftp.md b/docs/tftp.md index a9cc1c2..db3a6c4 100644 --- a/docs/tftp.md +++ b/docs/tftp.md @@ -18,11 +18,18 @@ 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. ```bash -tftp -g -r +bash $ tftp +tftp $ get index.txt ``` ### Send a file You can only write to the following files: -- virtImage.raw +- virtImage.bmp ```bash -tftp -p -l +bash $ tftp +tftp $ put virtImage.bmp +``` +- virtImage.gif +```bash +bash $ tftp +tftp $ put virtImage.gif ```