1833780 Members
2315 Online
110063 Solutions
New Discussion

Zmodem

 
Simon Pamplin
Advisor

Zmodem

I'm just in the process of porting some batches from a DataGeneral box to an HP9000. I need to be able to run some zmodem transfers but cant find it or any man pages on it on my box. On the DG box we have SZ for a silent invocation of zmodem, is that available on HPUX? if so where do I get hold of it?
3 REPLIES 3
John Bolene
Honored Contributor

Re: Zmodem

you can find that product here

http://hpux.cs.utah.edu/hppd/hpux/Misc/lrzsz-0.12.19/


It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Steve Lewis
Honored Contributor

Re: Zmodem

I don't know about the DG end, but if kermit is available on a DG you could just use that.

kermit
set protocol zmodem
show protocol

man kermit will show you all the other options.
Simon Pamplin
Advisor

Re: Zmodem

Thanks - just what I needed.