[comp.sys.ibm.pc] Kermit binaries win UNIX

tcurrey@x102c.harris-atd.com (currey tom 76327) (12/18/89)

   I noticed some peoples solutions for kermiting binaries
off a UNIX machine were to transfer via VMS.  MS-Kermit
and VMS-Kermit know the difference in ascii and binary, 
but you must tell UNIX-Kermit.  To Kermit off a UNIX 
machine:

                 kermit -i

This sets transfer mode to IMAGE (binary).  You must
tell the UNIX machine what mode to transfer.

			Tom Currey

emmo@moncam.co.uk (Dave Emmerson) (12/21/89)

In article <2961@trantor.harris-atd.com>, tcurrey@x102c.harris-atd.com (currey tom 76327) writes:
> [deleted] 
> but you must tell UNIX-Kermit.  To Kermit off a UNIX 
> machine:
> 
>                  kermit -i

quite correct, but if you want to use PROCOMM's Kermit, tell UNIX

		   kermit -i -x

to put it in server mode, and use procomm's Ctl-K menu.

Dave E.