diff --git a/exec/kermit.ini b/exec/kermit.ini new file mode 100644 index 0000000000000000000000000000000000000000..2feccb1b68e7de48f554d3922b5b16284619cdd8 --- /dev/null +++ b/exec/kermit.ini @@ -0,0 +1,22 @@ +; 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