HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ascii-xfr — Transfer files using the ASCII protocol. Part of `minicom`. More information: <https://manned.org/as

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theascii-xfrcommandfilesasciiclitransferusing
linux

Problem

How to use the ascii-xfr command: Transfer files using the ASCII protocol. Part of minicom. More information: <https://manned.org/ascii-xfr>.

Solution

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}}

Code Snippets

Send a file

ascii-xfr -s {{path/to/file}}

Receive a file

ascii-xfr -r {{path/to/file}}

Context

tldr-pages: linux/ascii-xfr

Revisions (0)

No revisions yet.