mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 09:53:04 +00:00
19 lines
322 B
Plaintext
19 lines
322 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|