update docs
This commit is contained in:
2023-12-01 18:57:55 +01:00
parent 7dcc0ff4da
commit d0fb9c5856

View File

@@ -25,9 +25,9 @@ tftp_server_deinit();
## Usage ## Usage
The TFTP task is used to receive and send files via TFTP. The TFTP task is used to receive and send files via TFTP.
### Receive a file ### 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
bash $ tftp <ip> bash $ tftp -m octet <ip>
tftp $ get index.txt tftp $ get index.txt
``` ```
### Send a file ### Send a file