Return to BSD News archive
Xref: sserve comp.unix.bsd:14462 comp.os.386bsd.questions:11977 Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!netnews.upenn.edu!newsserver.jvnc.net!howland.reston.ans.net!gatech!udel!news.sprintlink.net!news.charm.net!news.charm.net!not-for-mail From: cnordin@charm.net (Craig Nordin) Newsgroups: comp.unix.bsd,comp.os.386bsd.questions Subject: Re: Using ZMODEM on kermit Date: 31 Jul 1994 21:10:03 -0400 Organization: Charm.Net : Baltimore Local Internet Access, Hon Lines: 25 Message-ID: <31hi1b$k2p@sowebo.charm.net> References: <31gpk8$405@Venus.mcs.com> NNTP-Posting-Host: localhost.charm.net thrasher@MCS.COM (Brendan J. F. Scallon) writes: >How do I get sz on my kermit software? Hey, this works pretty cool. Below is my .kermrc contents. Works like a charm for me :) Note the -e may or may not work for you.... ------------------------------------------------------------- set local off set flow rts set buffer 5000 5000 set win 0 set send pac 512 set rec pac 512 set window 6 set file type bi define rz !rz -e \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd) define sz !sz -e \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd) define sb !sb -e \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd) define rb !rb -e \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd) define sx !sx -e \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd) define rx !rx -e \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd) -------------------------------------------------------------