ascii-xfr: add page (#21182)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
crispyfires
2026-02-22 20:49:04 -05:00
committed by GitHub
parent 66e48031a5
commit d5587afe4f
+13
View File
@@ -0,0 +1,13 @@
# ascii-xfr
> Transfer files using the ASCII protocol.
> Part of `minicom`.
> More information: <https://manned.org/ascii-xfr>.
- Send a file:
`ascii-xfr -s {{path/to/file}}`
- Receive a file:
`ascii-xfr -r {{path/to/file}}`