~ubuntu-branches/ubuntu/feisty/minicom/feisty

« back to all changes in this revision

Viewing changes to man/ascii-xfr.1

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2006-10-27 05:41:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061027054123-9cyfsdx649zetdrv
Tags: 2.2-3
* Added upstream NEWS file, closes: #394827.
* Fixed spelling errors, closes: #395449.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH ASCII-XFR 1 "$Date: 2003/03/30 18:55:40 $" "" "Linux Users Manual"
 
1
.TH ASCII-XFR 1 "$Date: 2003/10/31 15:39:01 $" "" "Linux Users Manual"
2
2
.SH NAME
3
 
ascii-xfr \- upload/download files using the ASCII protocol
 
3
ascii\-xfr \- upload/download files using the ASCII protocol
4
4
.SH SYNOPSIS
5
 
.B ascii-xfr
6
 
.B -s|-r
 
5
.B ascii\-xfr
 
6
.B \-s|\-r
7
7
.RB [ \-ednv ]
8
8
.RB [ \-l
9
9
.IR linedelay ]
19
19
The ASCII protocol transfers files line-by-line. The EOL
20
20
(End-Of-Line) character is transmitted as CRLF. When
21
21
receiving, the CR character is stripped from the incoming file.
22
 
The Control-Z (ASCII 26) character signals End-Of-File, if option -e
23
 
is specified (unless you change it to Cotrol-D (ASCII 4) with -d).
 
22
The Control-Z (ASCII 26) character signals End-Of-File, if option \-e
 
23
is specified (unless you change it to Cotrol-D (ASCII 4) with \-d).
24
24
.PP
25
25
\fBAscii-xfr\fP reads from \fIstdin\fP when receiving, and
26
26
sends data on \fIstdout\fP when sending. Some form of
30
30
.IP \fB\-s\fP
31
31
Send a file.
32
32
.IP \fB\-r\fP
33
 
Receive a file. One of \fB-s\fP or \fB-r\fP \fImust\fP
 
33
Receive a file. One of \fB\-s\fP or \fB\-r\fP \fImust\fP
34
34
be present.
35
35
.IP \fB\-e\fP
36
36
Send the End-Of-File character (Control-Z, ASCII 26 by default) when
54
54
Add the following lines, for example as protocols \fBI\fP and \fBJ\fP.
55
55
.sp 1
56
56
.nf
57
 
I  Ascii    /usr/bin/ascii-xfr -sv   Y   U   N   Y
58
 
J  Ascii    /usr/bin/ascii-xfr -rv   Y   D   N   Y
 
57
I  Ascii    /usr/bin/ascii\-xfr \-sv   Y   U   N   Y
 
58
J  Ascii    /usr/bin/ascii\-xfr \-rv   Y   D   N   Y
59
59
.fi
60
60
.SH AUTHOR
61
61
Miquel van Smoorenburg, miquels@cistron.nl