diff --git a/pages/linux/ascii-xfr.md b/pages/linux/ascii-xfr.md new file mode 100644 index 0000000000..dbae4a32a6 --- /dev/null +++ b/pages/linux/ascii-xfr.md @@ -0,0 +1,13 @@ +# ascii-xfr + +> Transfer files using the ASCII protocol. +> Part of `minicom`. +> More information: . + +- Send a file: + +`ascii-xfr -s {{path/to/file}}` + +- Receive a file: + +`ascii-xfr -r {{path/to/file}}`