ascii-xfr.1
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:2k
- .TH ASCII-XFR 1 "Februari 18, 1996" "" "Linux Users Manual"
- .SH NAME
- ascii-xfr - upload/download files using the ASCII protocol
- .SH SYNOPSIS
- .B ascii-xfr
- .B -s|-r
- .RB [ -dnv ]
- .RB [ -l
- .IR linedelay ]
- .RB [ -c
- .IR characterdelay ]
- .I filename
- .SH DESCRIPTION
- .B Ascii-xfr
- Transfers files in ASCII mode. This means no flow control, no
- checksumming and no file-name negotiation. It should fIonlyfP
- be used if the remote system doesn't understand anything else.
- .PP
- The ASCII protocol transfers files line-by-line. The EOL
- (End-Of-Line) character is transmitted as CRLF. When
- receiving, the CR character is stripped from the incoming file.
- The Control-Z (ASCII 26) character signals End-Of-File.
- .PP
- fBAscii-xfrfP reads from fIstdinfP when receiving, and
- sends data on fIstdoutfP when sending. Some form of
- input or output redirection to the the modem device is
- thus needed when downloading or uploading, respectively.
- .SH OPTIONS
- .IP fB-sfP
- Send a file.
- .IP fB-rfP
- Receive a file. One of fB-sfP or fB-rfP fImustfP
- be present.
- .IP fB-dfP
- Use the Control-D (ASCII 4) as End-Of-File character.
- .IP fB-nfP
- Do not translate CR to CRLF and vice versa.
- .IP fB-vfP
- Verbose: show tranfer statistics on the stderr output.
- .IP "fB-lfP fImillisecondsfP"
- When transmitting, pause for this delay after each line.
- .IP "fB-cfP fImillisecondsfP"
- When transmitting, pause for this delay after each character.
- .IP fIfilefP
- Name of the file to send or receive. When receiving, any existing
- file by this name will be truncated.
- .SH USAGE WITH MINICOM
- If you want to call this program from fBminicom(1)fP, start minicom
- and go to the fBOfPptions menu. Select fIFile transfer protocolsfP.
- Add the following lines, for example as protocols fBIfP and fBJfP.
- .sp 1
- .nf
- I Ascii /usr/bin/ascii-xfr -sv Y U N Y
- J Ascii /usr/bin/ascii-xfr -rv Y D N Y
- .fi
- .SH AUTHOR
- Miquel van Smoorenburg, miquels@cistron.nl
- .SH "SEE ALSO"
- minicom(1)