Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
ec9d19f8
Commit
ec9d19f8
authored
21 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/kermit.ini
+22
-0
22 additions, 0 deletions
exec/kermit.ini
with
22 additions
and
0 deletions
exec/kermit.ini
0 → 100644
+
22
−
0
View file @
ec9d19f8
; 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment