Update README.md
Co-authored-by: Altuğ Bakan <mail@alt.ug>
This commit is contained in:
parent
38e6ad3360
commit
4bd8b59c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ tftpd --help
|
||||||
To run the server on the IP address `0.0.0.0`, read-only, on port `1234` in the `/home/user/tftp` directory:
|
To run the server on the IP address `0.0.0.0`, read-only, on port `1234` in the `/home/user/tftp` directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
tftpd -i 0.0.0.0 -p 1234 -d "/home/user/tftp" --read-only
|
tftpd -i 0.0.0.0 -p 1234 -d "/home/user/tftp" -r
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue