home *** CD-ROM | disk | FTP | other *** search
-
- README for Zmodem file transfer programs, Minix versions
-
- Included with this readme file, you will find all the source necessary
- to compile rz and sz for Minix. (This has only been tested on an Atari ST,
- they might require minor modifications for PC's.) This is basically
- the zmodem distribution posted to comp.sources.unix a while back, with
- a few modifications to get it running under Minix. They should still
- compile under Unix without changes. (Use Makefile.old)
-
- The source mentions several VAX/VMS specific source files.
- These are (obviously) not included in this comp.os.minix posting.
- If you need them, they can be found on any comp.sources.unix archive site.
-
- One change is needed to /usr/include/stdio.h to define the clearerr macro.
- To make the change copy stdio.h.cdiff to /usr/include, cd /usr/include,
- and patch <stdio.h.cdiff. After that, just 'make install' and cross
- your fingers.
-
- These programs have only been tested by calling them from cu with
- ~%local rz
- or
- ~%local sz [files...]
-
- but they should be usable for a user logged in over a remote terminal
- line. You may want to install them in /usr/bin instead of /usr/lib
- for this purpose.
-
- Have fun,
-
- Joe M. Doss, Jr.
- jdoss@killer.Dallas.TX.US
-
-
-