Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages.nl/linux/tftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

`tftp {{server_ip}} -6 -R {{poort}}:{{poort}}`

- Stel de overdrachtsmodus in op binaire of ASCIi via de tftp-client:
- Stel de overdrachtsmodus in op binaire of ASCII via de tftp-client:

`mode {{binary|ascii}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/tftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

`tftp {{server_ip}} -6 -R {{port}}:{{port}}`

- Set the transfer mode to binary or ASCIi through the tftp client:
- Set the transfer mode to binary or ASCII through the tftp client:

`mode {{binary|ascii}}`

Expand Down
Loading