From: Lars Wirzenius (wirzeniu@klaava.Helsinki.FI)
Date: 11/20/92


From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
Subject: Re: Second Monitor
Date: 20 Nov 1992 22:58:01 GMT

ianj@citrus.SAC.CA.US ( Ian Justman ) writes:
>However, I'm a die-hard Zmodem fan. How does one use Zmodem (rz/sz)
>with Kermit? If I knew, I'd use Kermit exclusively for the reasons
>you mentioned above.

I do it like this:

        remote system: sz whatever
        local system: ^\c! rz

i.e. I start sz normally, then get to the command line of the local
kermit (the one running under Linux) with ^\c (that's ctrl-\ and a
normal c; btw, your kermit may have a different "escape" character),
then run rz with kermit's ! command.