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 ```