home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.apps
- Path: sparky!uunet!brunix!brunix!wcn
- From: wcn@cs.brown.edu (Wen-Chun Ni)
- Subject: Re: Zmodem from within CKermit... how to ? (was Re: CKermit - help!)
- Message-ID: <1992Dec15.125042.16288@cs.brown.edu>
- Sender: news@cs.brown.edu
- Organization: Brown University Department of Computer Science
- References: <1992Dec14.165143.16065@nevada.edu> <1992Dec14.222716.4666@spcvxb.spc.edu> <1992Dec15.000738.4667@spcvxb.spc.edu>
- Date: Tue, 15 Dec 1992 12:50:42 GMT
- Lines: 51
-
- In article <1992Dec15.000738.4667@spcvxb.spc.edu> benezra_a@spcvxb.spc.edu writes:
- >In article <1992Dec14.222716.4666@spcvxb.spc.edu>, benezra_a@spcvxb.spc.edu writes:
- >>> Try M2ZMODEM found at Hobbes. It works nicely with CKOKER32 (ckermit5a188).
- >>> Just include the following two lines in your CKERMIT.INI file.
- >>> DEFINE SZ !M2ZMODEM -F 1 -S \%1
- >>> DEFINE RZ !M2ZMODEM -F 1 -R \%1
- >>> That is it.
- >>> Karu.
- >>
- >> Ok, this far I got. Now how do you invoke the zmodem file transfer?
- >> Thanks in advance.
- >> Alan Benezra
- >
- >To answer my own question, I typed RZ at the kermit prompt and it opened a file
- >transfer window. But then it kicked out with a transfer failed message. Back to
- >the drawing board.
- >ab
- >>
-
- How about this:
-
- Create a file called zmr.cmd and put it in some directory in your PATH.
- Here is mine:
- ----------- zmr.cmd ------------------
- set M2Z=-f 1 -b 2400 -h <-- m2z paramters
- set rz=f:\tmp <- receiving dir
- set sz=f:\tmp\*
- m2zmodem -r
- -------------zmr.cmd ----------------
-
- For the sending command, modify it a little:
- -------------zms.cmd ----------------
- set M2Z=-f 1 -b 2400 -h <-- m2z parameters
- set rz=f:\tmp
- set sz=f:\uploads\* <-- sending directory
- m2zmodem -s
- -------------zms.cmd ----------------
-
- To receive something:
- remote% sz -vv somefile
- Ctrl-]C
- C-Kermit>!zmr
-
- It works for me.
-
-
-
- Wen-Chun Ni, wcn@cs.brown.edu (401) 863-7669
- -------------------------------------------------------------------
- I do more after 2 a.m. than most people do all day.
- - from a T-shirt given by a friend.
-