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
b2519f14
Commit
b2519f14
authored
17 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Minor edits.
parent
ec1e36ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/fidonet.txt
+12
-12
12 additions, 12 deletions
docs/fidonet.txt
with
12 additions
and
12 deletions
docs/fidonet.txt
+
12
−
12
View file @
b2519f14
...
...
@@ -23,19 +23,19 @@ Stored Message
--------------
Stored Message files are often referred to as ".msg files" as the file
name is a positive non-zero decimal number with a ".msg" suffix (e.g.
"1.msg", "2.msg", etc.) with a single message stored in
a
each file.
"1.msg", "2.msg", etc.) with a single message stored in each file.
Stored Messages contain a binary header with fixed-length header
fields, followed by the body text, terminated with an ASCII NUL ('\0')
character. You
should not
attempt to view or edit Stored Message files
character. You
SHOULD NOT
attempt to view or edit Stored Message files
with a program designed to view or edit plain text files (e.g. Notepad).
These files are usually used for NetMail (private user-to-user
messages between FTN nodes), but are sometimes used for
Bundle or Packet file attachments (e.g. for FrontDoor/Attach-
style mailers). The attached file is actually sent separately
and usually stored in different directory, but is referenced
by a
particular Stored Message.
and usually stored in
a
different directory, but is referenced
(pointed to) by a
particular Stored Message.
Stored Message files are usually stored in a "netmail"
sub-directory or folder. Some echomail programs or mailers
...
...
@@ -47,7 +47,7 @@ Technical Standard document: FTS-0001.
Binkley/FLO-style mailers also support NetMail messages with
attachments, but do *not* support Stored Messages. Binkley/FLO
style mailers always send NetMail packed into Packets,
style mailers always send NetMail
messages
packed into Packets,
so there is no "netmail" sub-directory of folder normally
associated with a Binkley/FLO-style mailer and they don't
deal with Stored Messages (a.k.a. ".msg files").
...
...
@@ -106,13 +106,13 @@ The Bundle file name suffix must be constructed from the first
2 letters of the current day of the week at the time the
bundle was first created, followed by an alphanumeric character.
The trailing alphanumeric character is incremented if a Bundle
file with the next logical filename already exists (e.g. ".Su0",
file with the next logical file
name already exists (e.g. ".Su0",
followed by ".Su1", ... ".Mo0", ..., all the way to ".SaZ").
Since the Bundle file name suffix does not indicate what type of archive
program created the file (i.e. the format of the file), it is necessary for
the receiving echomail program to either be configured to use a specific
format for Bundle files received from a specific node, or the echomail
format for Bundle files received from a specific
FTN
node, or the echomail
program must inspect the binary "signature" contained in the first few bytes
of the file to automatically detect the archive format.
...
...
@@ -161,11 +161,11 @@ case letters (A-F), so case is not significant.
Flow Files (a.k.a. File Attach files)
----------
Flow Files are unique to Binkley/FLO-style (a.k.a. Binkley-Style-Outbound, or
BSO) mailers and are not an FTN standard. Flow
f
iles are control files
BSO) mailers and are not an FTN standard. Flow
F
iles are control files
containing plain text (so they can be easily viewed or edited, unlike the
other file types described in this document).
The file name of a Flow
f
ile is usually in the format
The file name of a Flow
F
ile is usually in the format
NNNNnnnn.Flo
...
...
@@ -189,17 +189,17 @@ for example:
outbound/006702C1.PNT/00000001.FLO
would be the name of a Flow
f
ile listing files destined for
would be the name of a Flow
F
ile listing files destined for
FTN address: 103/705.1 (in the same zone as the sender).
Flow
f
iles for destination addresses in a *foreign* zone are placed
Flow
F
iles for destination addresses in a *foreign* zone are placed
in a different "outbound" directory with a suffix of the destination
zone number represented as a 3-digit zero-padded hexadecimal number.
Hexadecimal numbers can be made from either upper or lower
case letters (A-F), so case is not significant.
Each line of the Flow
f
ile describes an outbound file (typically a
Each line of the Flow
F
ile describes an outbound file (typically a
Bundle or Packet file , but technically, any file) that is pending
transmission to a remote FTN node. The first character of the line
indicates whether or not to delete or truncate the file after its
...
...
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