summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput/axgetput.1
blob: 2b67d590fae4f6894bd0a252ccb825a57539ca9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH AXGETPUT 1 "21 January 2007" Linux "Linux Programmer's Manual"
.SH NAME
axgetput \- upload files via AX.25 Linux account
.SH SYNOPSIS
.B axgetput
[-b \fIblocksize\fR] [-i] [-v] [-h] [?] \fIfilename\fR
.br
.B axgetput
[-b \fIblocksize\fR] [-i] -s [-v] [-h] [?] [\fIfilename\fR]
.LP
.SH DESCRIPTION
.TP
\fB-b blocksize\fR
Set the blocksize (frame length) of transmitted data.  Defaults to 256 bytes
which matches typical AX.25 network confurations best.
.TP
\fB-i\fR
Compute CRC checksum only.
.TP
\fB.B -s\fR
Indicates input from a stream.  This option is available only if STDIN is a
pipe.  The filename argument may be omitted if -s is given.
.TP
\fB\-v\fR
print version and exit.
.TP
\fB-h, ?\fR
print usage and exit.
.LP
.SH AUTHOR
Thomas Osterried  DL9SAU <thomas@x-berg.in-berlin.de>
Ralf Baechle DL5RB <ralf@linux-mips.org>