Add examples of transferring files using gkermit command to sthe man page.

This commit is contained in:
yabu76 2026-03-08 22:27:58 +09:00
parent 2316c0216a
commit 0d1eaef794
2 changed files with 20 additions and 2 deletions

View file

@ -778,11 +778,19 @@ EXAMPLES
Send file to device by sz command:
$ tio --exec "?sz -b file" /dev/ttyUSB0
$ tio --exec '?sz -b file' /dev/ttyUSB0
Receive file from device by rz command:
$ tio --exec "?rz -b" /dev/ttyUSB0
$ tio --exec '?rz -b' /dev/ttyUSB0
Send file to device by gkermit command:
$ tio --exec '?gkermit -XSs file' /dev/ttyUSB0
Receive file from device by gkermit command:
$ tio --exec '?gkermit -XSr' /dev/ttyUSB0
WEBSITE
Visit https://tio.github.io