home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
kermit
/
ker_scp3.arc
/
MSKERMIT.INI
< prev
next >
Wrap
Text File
|
1988-09-11
|
2KB
|
37 lines
;MSKERMIT.INI - automatically read by Kermit whenever it fires up
;(if it exists in the current subdirectory).
;
;David Kirschbaum, Toad Hall
;kirsch@braggvax.ARPA
;
;I set certain key macros that I commonly use:
set key \315 ftp simtel20.arpa\13 ;F1
set key \316 anonymous\13 ;F2
set key \317 guest\13 ;F3
;The next one is "incomplete" (no CR) so I can continue with kbd input
;as desired:
set key \318 cd pd:<pc-blue.vol ;F4
set key \319 atdp1111111\13 ;F5 Handy for dialing a Hayes-compatible
set key \320 at s0=1\13 ;F6 Set my modem to autoanswer 1st ring
set key \321 at h0\13 ;F7 Tell my modem to hang up
set key \322 kirsch\13 ;For logging on, whatever.
set key \333 w8sdz@simtel20.arpa ;Alt-F10 part of a mailing address
;Now I set some comm parameters:
set port 2 ;I have an internal modem on COM2
set baud 1200 ;My common baud rate for my Unix host
set parity none ;No parity for file transfers
set block 3 ;Highest level error trapping
set send packet-length 94 ;Just to be sure
set term wrap on ;Term wrap makes log files neater
set eof NoCtrl-Z ;No Ctrl-Z's at file end.
;
;Now for some macro commands. DSZ ymodem and zmodem receive modes get their
;file name from the sending (remote) system.
;I'm also telling DSZ to use Port 2.
;All I have to do to receive a file zmodem is to tell my remote host to
;send the file ("sz foob.bar"), hit a Ctrl-] (right bracket) to escape
;out of Kermit's "connect" mode back to the Kermit command line,
;and then enter "rcv_z". Kermit and DSZ do the rest.
define rcv_y run dsz 2 rb -y
define rcv_z run dsz 2 rz