Skip to content
Snippets Groups Projects
Commit ec9d19f8 authored by rswindell's avatar rswindell
Browse files

kermit.ini file, for use with MS-DOS Kermit 3.16.

parent 161517e4
No related branches found
No related tags found
No related merge requests found
; kermit.ini
; For use with MS-DOS Kermit v3.14 or later and Synchronet-Win32
; $Id$
; Most of the following settings are from KERMIT.UPD (January 1995)
SET PORT FOSSIL 1 ; Use FOSSIL port 1 (for all nodes)
SET PARITY NONE ; Usually no parity on BBS
SET BLOCK 3 ; CRC checking for security
SET RECEIVE PACKET 2000 ; Long packets from client, upper limit
SET WINDOW 4 ; Sliding windows, upper limit
SET FILE TYPE BINARY ; Fine for all DOS to DOS transfers(*)
SET CONTROL UNPREFIX ALL ; Unprefix all control characters except...
SET CON P 1, 3, 13, 129, 131, 141
SET RECEIVE PATH OFF ; Restrict uploads to current directory
SET FILE COLL OVERWRITE ; Incoming files overwrite old files of same name
SET CARRIER ON ; Recover from hangups immediately
SET BELL OFF ; Be quiet
SET EXIT WARNING OFF ; Unattended, don't ask for permission to exit
SET STREAMING ON ; New option in 3.16
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment