mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 16:56:57 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/ascii-xfr
Normal file
18
tldr/linux/ascii-xfr
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user