Annotation of 43BSD/contrib/umodem/umodem.n, revision 1.1

1.1     ! root        1: .TH UMODEM 1
        !             2: .SH NAME
        !             3: umodem - Version 3.1 -- UNIX-Based Remote File Transfer Facility
        !             4: .SH SYNOPSIS
        !             5: 
        !             6: .nf
        !             7: Usage:  
        !             8:         umodem -[c!rb!rt!sb!st][options] filename
        !             9: 
        !            10: Major Commands --
        !            11:         c  <-- Enter Command Mode
        !            12:         rb <-- Receive Binary
        !            13:         rt <-- Receive Text
        !            14:         sb <-- Send Binary
        !            15:         st <-- Send Text
        !            16: Options --
        !            17:         1  <-- (one) Employ TERM II FTP 1
        !            18:         4  <-- Enable TERM FTP 4
        !            19:         7  <-- Enable 7-bit transfer mask
        !            20:         a  <-- Turn ON ARPA Net Flag
        !            21:         d  <-- Do not delete umodem.log file before starting
        !            22:         l  <-- (ell) Turn OFF LOG File Entries
        !            23:         m  <-- Allow file overwiting on receive
        !            24:         p  <-- Turn ON Parameter Display
        !            25:         y  <-- Display file status (size) information only
        !            26: 
        !            27: .SH DESCRIPTION
        !            28: .fi
        !            29: Umodem uses the Christensen protocol to transfer files to
        !            30: and from CP/M systems.
        !            31: 
        !            32: Umodem -- Implements the "CP/M User's Group XMODEM" protocol, the
        !            33: TERM II File Transfer Protocol (FTP) Number 1, and the TERM II
        !            34: File Transfer Protocol Number 4 for packetized file
        !            35: up/downloading.
        !            36: 
        !            37: There is currently no batch transfer capability.  The program
        !            38: writes logging data to a file in the user's home directory
        !            39: called umodem.log.
        !            40: 
        !            41: The program will do a protocol file transfer with error checking
        !            42: to or from a CP/M system running Ward Christensen's program MODEM
        !            43: or one of its derivatives (MODEM7 or APMOD777 etc.) or any
        !            44: program that uses the same protocols (e.g. ZPRO, TERM II).  Note that
        !            45: executable and squeezed files must use the -sb or -rb options.
        !            46: 
        !            47: Umodem supports an interactive mode in which the user may perform
        !            48: a number of Umodem-oriented functions without leaving Umodem.  These
        !            49: functions (and their commands) are:
        !            50: 
        !            51: .SS UMODEM COMMAND MODE OPTIONS
        !            52: 
        !            53: .nf
        !            54: Usage: r or s or option
        !            55: Major Commands --
        !            56:         rb <-- Receive Binary
        !            57:         rt <-- Receive Text
        !            58:         sb <-- Send Binary
        !            59:         st <-- Send Text
        !            60: Options --
        !            61:         1  <-- (one) Employ TERM II FTP 1
        !            62:         3  <-- Enable TERM FTP 3 (CP/M UG)
        !            63:         7  <-- Toggle 7-bit transfer mask
        !            64:         a  <-- Turn ON ARPA Net Flag
        !            65:         l  <-- Toggle LOG File Entries
        !            66:         m  <-- Allow file overwiting on receive
        !            67:         x  <-- Exit
        !            68:         y  <-- Display file status (size) information only
        !            69: 
        !            70: .fi
        !            71: .SS UMODEM COMMAND MODE
        !            72: 
        !            73:        The following is a sample session illustrating what can be done
        !            74: in the command mode of Umodem.
        !            75: 
        !            76: .nf
        !            77: $ umodem -c
        !            78: 
        !            79: UMODEM Version 3.5 -- UNIX-Based Remote File Transfer Facility
        !            80: 
        !            81: UMODEM:  LOG File '/user/rxc/umodem.log' is Open
        !            82: 
        !            83: UMODEM Command Mode -- Type ? for Help
        !            84: 3  L  UMODEM> ?
        !            85: 
        !            86: Usage: r or s or option
        !            87: Major Commands --
        !            88:         rb <-- Receive Binary
        !            89:         rt <-- Receive Text
        !            90:         sb <-- Send Binary
        !            91:         st <-- Send Text
        !            92: Options --
        !            93:         1  <-- (one) Employ TERM II FTP 1
        !            94:         3  <-- Enable TERM FTP 3 (CP/M UG)
        !            95:         7  <-- Enable 7-bit transfer mask
        !            96:         a  <-- Turn ON ARPA Net Flag
        !            97:         l  <-- Toggle LOG File Entries
        !            98:         m  <-- Allow file overwiting on receive
        !            99:         x  <-- Exit
        !           100:         y  <-- Display file status (size) information only
        !           101: 
        !           102: 3  L  UMODEM> 1
        !           103: 
        !           104: TERM FTP 1 Selected
        !           105: 1  L  UMODEM> m
        !           106: 
        !           107: File Overwriting  Enabled
        !           108: 1  LM UMODEM> m
        !           109: 
        !           110: File Overwriting NOT Enabled
        !           111: 1  L  UMODEM> 7
        !           112: 
        !           113: 7-Bit Transfer  Selected
        !           114: 17 L  UMODEM> 7
        !           115: 
        !           116: 7-Bit Transfer NOT Selected
        !           117: 1  L  UMODEM> y umodem.c
        !           118: 
        !           119: UMODEM File Status Display for umodem.c
        !           120:   Estimated File Size 42K, 331 Records, 42252 Bytes
        !           121: 
        !           122: 1  L  UMODEM> x
        !           123: 
        !           124: .fi
        !           125: .SH FILES
        !           126: umodem.log
        !           127:        keeps a log of transfers to and from
        !           128: and any problems during transfer.
        !           129: .SH "SEE ALSO"
        !           130: .SH AUTHOR
        !           131: .nf
        !           132: -- Lauren Weinstein, 6/81
        !           133: -- (Version 2.0) Modified for JHU/UNIX by Richard Conn, 8/1/81
        !           134: -- Version 2.1 Mods by Richard Conn, 8/2/81
        !           135: -- Version 2.2 Mods by Richard Conn, 8/2/81
        !           136: -- Version 2.3 Mods by Richard Conn, 8/3/81
        !           137: -- Version 2.4 Mods by Richard Conn, 8/4/81
        !           138: -- Version 2.5 Mods by Richard Conn, 8/5/81
        !           139: -- Version 2.6 Mods by Bennett Marks, 8/21/81 (Bucky @ CCA-UNIX)
        !           140: -- Version 2.7 Mods by Richard Conn, 8/25/81 (rconn @ BRL)
        !           141: -- Version 2.8 Mods by Richard Conn, 8/28/81
        !           142: -- Version 2.9 Mods by Richard Conn, 9/1/81
        !           143: -- Version 3.0 Mods by Lauren Weinstein, 9/14/81
        !           144: -- Version 3.1 Mods by Lauren Weinstein, 4/17/82
        !           145: -- Version 3.2 Mods by Michael M Rubenstein, 5/26/83
        !           146: -- Version 3.3 Mod by Ben Goldfarb, 07/02/83
        !           147: -- Version 3.4 Mods by David F. Hinnant, NCECS, 7/15/83
        !           148: -- Version 3.5 Mods by Richard Conn, 08/27/83
        !           149: 
        !           150: UMODEM.MAN -- Received From:
        !           151: 
        !           152: Received: From Ucb-Vax.ARPA by BRL via smtp;  6 Sep 83 9:11 EDT
        !           153: Received: by ucbvax.ARPA (4.9/4.7)
        !           154:        id AA21658; Tue, 6 Sep 83 06:11:52 PDT
        !           155: Message-Id: <[email protected]>
        !           156: Date: 5-Sep-83 20:22:19-PDT (Mon)
        !           157: Original-From: ucsfpgs!brian (#Brian Katzung)
        !           158: From: ucsfcgl!ucsfpgs!brian@Berkeley (#Brian Katzung)
        !           159: Subject: umodem.1
        !           160: To: [email protected]
        !           161: 
        !           162: UMODEM.1 -- Modified by:
        !           163: 
        !           164: Richard Conn
        !           165: 
        !           166: .fi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.