[comp.unix.aix] Kermit for RISC/6000

mroz@eplrx7.uucp (Peter Mroz) (09/28/90)

Is Kermit available for the RISC/6000?  We have a version that only lets us 
download files to AIX; not the other way.

Thanks,
Peter Mroz


-- 
    Peter Mroz                    |    E.I. Du Pont de Nemours & Co.
    eplrx7!mroz@uunet.uu.net      |    Consultant, Scicon
    mrozpa%wmvx@dupont.com        |    DuPont Building, D4078
                                  |    Wilmington, DE 19898
--
The UUCP Mailer

gs26@prism.gatech.EDU (Glenn R. Stone) (09/29/90)

In <1990Sep27.173253.2652@eplrx7.uucp> mroz@eplrx7.uucp (Peter Mroz) writes:

>Is Kermit available for the RISC/6000?  We have a version that only lets us 
>download files to AIX; not the other way.

Kermit 4E(072) from watsun.cc.columbia.edu (ftp, I'll be glad to go get the
UUCP info if necessary) compiles and runs on AIX 3.1 9021 using the
System V stuff... make sys3nid will work with one change, namely
somewhere there is a

#ifdef undef

that you have to change to an

#ifdef NEVERDEFFED

to get it to compile.... and the xlc open() call is rather picky
about expecting the device on the other end of the serial port
to look something like a modem (probably more a function of the
serial driver than the call itself), but it works.... 

Warning: do NOT attempt to get it to compile Berkeleyish, 
the POSIX line disciplines under AIX are not what Kermit
expects to see.... the resulting binary will run, but you'll
have buffered I/O to your console... much easier to just
compile System V than to try tweaking fcntl()'s and ioctl()'s...

Glenn R. Stone, the guy with a flat head from banging
                it against Kermit all week.
glenns@eas.gatech.edu, gs26@prism.gatech.edu