ascii-xfr.1
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:2k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1. .TH ASCII-XFR 1 "Februari 18, 1996" "" "Linux Users Manual"
  2. .SH NAME
  3. ascii-xfr - upload/download files using the ASCII protocol
  4. .SH SYNOPSIS
  5. .B ascii-xfr
  6. .B -s|-r
  7. .RB [ -dnv ]
  8. .RB [ -l
  9. .IR linedelay ]
  10. .RB [ -c
  11. .IR characterdelay ]
  12. .I filename
  13. .SH DESCRIPTION
  14. .B Ascii-xfr
  15. Transfers files in ASCII mode. This means no flow control, no
  16. checksumming and no file-name negotiation. It should fIonlyfP
  17. be used if the remote system doesn't understand anything else.
  18. .PP
  19. The ASCII protocol transfers files line-by-line. The EOL
  20. (End-Of-Line) character is transmitted as CRLF. When
  21. receiving, the CR character is stripped from the incoming file.
  22. The Control-Z (ASCII 26) character signals End-Of-File.
  23. .PP
  24. fBAscii-xfrfP reads from fIstdinfP when receiving, and
  25. sends data on fIstdoutfP when sending. Some form of
  26. input or output redirection to the the modem device is
  27. thus needed when downloading or uploading, respectively.
  28. .SH OPTIONS
  29. .IP fB-sfP
  30. Send a file.
  31. .IP fB-rfP
  32. Receive a file. One of fB-sfP or fB-rfP fImustfP
  33. be present.
  34. .IP fB-dfP
  35. Use the Control-D (ASCII 4) as End-Of-File character.
  36. .IP fB-nfP
  37. Do not translate CR to CRLF and vice versa.
  38. .IP fB-vfP
  39. Verbose: show tranfer statistics on the stderr output.
  40. .IP "fB-lfP fImillisecondsfP"
  41. When transmitting, pause for this delay after each line.
  42. .IP "fB-cfP fImillisecondsfP"
  43. When transmitting, pause for this delay after each character.
  44. .IP fIfilefP
  45. Name of the file to send or receive. When receiving, any existing
  46. file by this name will be truncated.
  47. .SH USAGE WITH MINICOM
  48. If you want to call this program from fBminicom(1)fP, start minicom
  49. and go to the fBOfPptions menu. Select fIFile transfer protocolsfP.
  50. Add the following lines, for example as protocols fBIfP and fBJfP.
  51. .sp 1
  52. .nf
  53. I  Ascii    /usr/bin/ascii-xfr -sv   Y   U   N   Y
  54. J  Ascii    /usr/bin/ascii-xfr -rv   Y   D   N   Y
  55. .fi
  56. .SH AUTHOR
  57. Miquel van Smoorenburg, miquels@cistron.nl
  58. .SH "SEE ALSO"
  59. minicom(1)