sda4: commit the Glaze developer hard-drive dump

Un-ignored: the dev drive is the ground truth the restoration and
emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer
source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio
content). Kept in-repo for the pod-owner community.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-04 19:41:15 -05:00
co-authored by Claude Fable 5
parent 504aef88d4
commit db7745fcd0
19993 changed files with 1983033 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
USAGE
A[rea] [<area-name>]
DESCRIPTION
The area command, when used by itself, will list the mail
areas that contain messages you may read. The list gives the
name of each area (<area-name>), followed by a description of
the message area's contents.
When the area command is followed by a valid "<area-name>",
as shown in the area list described above, your current mail
context will be switched to the new area. You may then use the
R[ead] and L[ist] commands to review messages in the selected
catagory.
If you want to add your own message to one of these areas, use
the S[end] command to send mail addressed to "<area-name>".
EXAMPLES
area public (makes "public" your current mail area)
send public (puts a message in the "public" mail area)
+23
View File
@@ -0,0 +1,23 @@
USAGE
B[ye]
DESCRIPTION
The bye command is used when you want to exit from the NOS
MBOX. This will close your mailbox file and remove any
messages that you have deleted with the K[ill] command.
EXAMPLES
bye
+23
View File
@@ -0,0 +1,23 @@
USAGE
C[hat]
DESCRIPTION
The chat command allows you to "talk" keyboard-to-keyboard with
the operator of this NOS system. When you select this function,
a new window will be opened on the operator's console, and
whatever you type will be visible there. If the operator is
present, and types something in return, it will be sent back to
you.
When you wish to terminate the chat session, type the escape
character on your keyboard, and then press <ENTER> or <RETURN>.
The default escape character is "CTRL-X", which means to hold
down the <CTRL> key and press the <X> key simultaneously. This
escape character may be changed to whatever you prefer by using
the "E[scape]" command.
EXAMPLES
chat
+23
View File
@@ -0,0 +1,23 @@
USAGE
D[ownload] [/][<path_name>/]filename
DU [/][<path_name>/]filename
DESCRIPTION
The download command will begin sending a file from this system
to you. Use the "D" command to send a plain ASCII text file.
You can also download binary files converted to UUENCODED ASCII
by using the "DU" command. You will need the "uudecode" utility
to convert this ASCII file back to binary. Source code, in
various languages, for uudecode can be downloaded from this
system. Look for uudecode.bas, uudecode.pas, and uudecode.c.
The optional path_name may be included along with the filename
if the desired file is not in the current directory (you can
determine this using the W[hat] command). Please note that the
character used to separate the path and filename is a "/".
EXAMPLES
download oscar13.inf
du pub/ka9q/nos/nos.exe
+23
View File
@@ -0,0 +1,23 @@
USAGE
E[scape] [<new_escape_character>]
DESCRIPTION
The escape command, when entered by itself, will display the
character that is currently set as the escape character. This
character is what will be used if you want to exit from the
current session. For instance, if you have started a "chat"
session, and you don't get any response from the operator after
waiting a few minutes, you can enter the escape character,
followed by a <RETURN> or <ENTER>, and the session will be
terminated. You will then be returned to the MBOX prompt.
The escape character may be changed to one of your preference
by entering "escape" followed by a <SPACE> and the character
that will become the new escape character. This must be a
single typed character (the <CTRL> key may be used in addition).
EXAMPLES
escape ^Z (the ASCII character <CTRL>Z)
escape X (the character "x" is the new escape)
+23
View File
@@ -0,0 +1,23 @@
USAGE
F[inger] [<user_name>][@<host>]
DESCRIPTION
The finger command retrieves personal information about users of a
system. When used by itself, a list of known users on the current
system will be displayed. When a user_name is added to the command,
finger will display information about that particular user.
The same functions detailed above may be performed on some other
TCP/IP host connected to the network. Just add the "@<host>" to the
finger command as specified in the usage line above. To get a list
of the users on a remote system, enter "finger" followed by a
<SPACE> and an "@", then the host name. To get information about a
remote user, simply insert the user name before the "@".
EXAMPLES
finger (list the known users on this system)
f frank (list info about the local user "frank")
f @wb8xxx (list the known users at host "wb8xxx")
f karl@wb8xxx (display info about "karl" at host "wb8xxx")
+382
View File
@@ -0,0 +1,382 @@
{help}
The following commands are available in FTP mode:
ascii, batch, binary, cd, dir, list, get, hash, help, ls, mget, mkdir
mput, nlst, quit, rmdir, put, type, verbose, view, pager.
To get more help on any of these commands type 'help <command>'
{ascii}
ASCII
USAGE
ASCII
DESCRIPTION
This command selects ASCII file transfer mode - it is equivalent to
typing 'TYPE ASCII'.
EXAMPLES
ASCII (Select Ascii file transfer format)
{batch}
BATCH
USAGE
BATCH [ON|OFF]
DESCRIPTION
This command will set or display the command batching flag.
EXAMPLES
BATCH ON (Sets the batching flag)
BATCH (Displays the batching flag)
{binary}
BINARY
USAGE
BINARY
DESCRIPTION
This command selects BINARY file transfer mode - it is equivalent to
typing 'TYPE BINARY', or 'TYPE IMAGE'
EXAMPLES
BINARY (Select Binary file transfer format)
{cd}
CD
USAGE
CD <pathname>
DESCRIPTION
This command changes the current directory on the FTP server.
Use UNIX type path descriptions, eg pub/msdos, rather than MSDOS
path descriptions, eg pub\msdos. Also note that CD is normally
case sensitive, unlike MSDOS which is case insensitive - ie MSDos
is NOT the same as msdos.
EXAMPLES
CD pub (Change to the pub subdirectory of the current directory)
CD .. (Move one level out of the directory tree)
CD pub/gif (Change to the gif subdirectory of the pub directory).
{dir}
DIR
USAGE
DIR [<pathname> [<localfile>]]
DESCRIPTION
DIR will display the directory listing of a specified path. You can
also specify a filename mask to search for. If you don't specify a
path, the current directory will be displayed. If you don't specify
a filename mask, '*' will be used. Note, paths and filenames are
often case sensitive.
If you specify a second parameter, DIR will save the directory listing
in a file on your local disk.
DIR is synonymous with LIST.
EXAMPLES
DIR (display all the files in the current directory)
DIR *.zip (display all the files in the current directory which
end with '.zip')
DIR pub (display all the files in the pub subdirectory of the
current directory)
DIR * dirlist (store a directory listing of all the files in the
current directory in a file 'dirlist' on your
local disk)
{list}
LIST
USAGE
LIST [<pathname> [<localfile>]]
DESCRIPTION
LIST will display the directory listing of a specified path. You can
also specify a filename mask to search for. If you don't specify a
path, the current directory will be displayed. If you don't specify
a filename mask, '*' will be used. Note, paths and filenames are
often case sensitive.
If you specify a second parameter, LIST will save the directory listing
in a file on your local disk.
LIST is synonymous with DIR.
EXAMPLES
LIST (display all the files in the current directory)
LIST *.zip (display all the files in the current directory which
end with '.zip')
LIST pub (display all the files in the pub subdirectory of the
current directory)
LIST * dirlist (store a directory listing of all the files in the
current directory in a file 'dirlist' on your
local disk)
{get}
GET
USAGE
GET <remote file> [<local file>]
DESCRIPTION
Get retrieves a file from the remote system, and stores it on your
disk. If the 'local file' parameter isn't given then the file will
be stored using the remote filename. Otherwise the file will
be stored using the specified local filename.
Path specifications can be given in either of the remote or local
file names, but should match either the remote or local file name
requirements (eg '/' and case sensitivity).
EXAMPLES
GET readme (retrieve the file 'readme' from the current directory
on the remote system, and save it to 'readme' in the
current directory on the local system).
GET pub/index ftpdir/index1 (retrieve the index file from the 'pub'
subdirectory on the remote system, and store it as
'index1' in the 'ftpdir' subdirectory on the local
system).
{hash}
HASH
USAGE
HASH
DESCRIPTION
HASH is a synonym for 'VERBOSE 3'. This will display all memesages
resulting from communication between the local and remote systems,
and will display a hash mark ('#') for every 1000 bytes which are
sent or received
USAGE
HASH
{ls}
LS
USAGE
LS [<pathname> [<localfile>]]
DESCRIPTION
LS will display the directory listing of a specified path. You can
also specify a filename mask to search for. If you don't specify a
path, the current directory will be displayed. If you don't specify
a filename mask, '*' will be used. Note, paths and filenames are
often case sensitive.
If you specify a second parameter, LS will save the directory listing
in a file on your local disk.
LS is similar to DIR, but it only displays the file names, without
all the supplementary data.
LS is synonymous with NLST.
EXAMPLES
LS (display all the files in the current directory)
LS * dirlist (store a directory listing of all the files in the
current directory in a file 'dirlist' on your
local disk)
{mget}
MGET
USAGE
MGET <file1> [<file> ....]
DESCRIPTION
MGET will get a collection of files from the remote system. File names
may include wildcards which will be expanded into a list of files by
the remote server.
Files will be stored on the local system using the same names that
they had on the server.
EXAMPLES
MGET readme index (Get the 'readme' and 'index' files from the
remote system, storing them as 'readme' and
'index' on the local system)
MGET * (Get all files from the current directory on the
remote system, storing them on the local system
using the same names)
{mkdir}
MKDIR
USAGE
MKDIR <remote directory>
DESCRIPTION
MKDIR will create a new directory on the remote system. You need
write access to the remote system to be able to do this.
EXAMPLES
MKDIR mydir (create a new subdirectory called 'mydir' on the
remote system).
{mput}
MPUT
USAGE
MPUT <file1> [<file> ....]
DESCRIPTION
MPUT will send a collection of files to the remote system. File names
may include wildcards which will be expanded into a list of files by
the local system.
Files will be stored on the remote system using the same names that
they had locally.
EXAMPLES
MPUT readme index (Send the 'readme' and 'index' files to the
remote system, storing them as 'readme' and
'index' on the remote system)
MPUT * (Get all files from the current directory on the
local system, storing them on the remote server
using the same names)
{nlst}
NLST
USAGE
NLST [<pathname> [<localfile>]]
DESCRIPTION
NLST will display the directory listing of a specified path. You can
also specify a filename mask to search for. If you don't specify a
path, the current directory will be displayed. If you don't specify
a filename mask, '*' will be used. Note, paths and filenames are
often case sensitive.
If you specify a second parameter, NLST will save the directory
listing in a file on your local disk.
NLST is similar to DIR, but it only displays the file names, without
all the supplementary data.
NLST is synonymous with LS.
EXAMPLES
NLST (display all the files in the current directory)
NLST * dirlist (store a directory listing of all the files in the
current directory in a file 'dirlist' on your
local disk)
{quit}
QUIT
USAGE
QUIT
DESCRIPTION
QUIT finishes the FTP server session.
EXAMPLES
QUIT
{rmdir}
RMDIR
USAGE
RMDIR
DESCRIPTION
RMDIR will delete a directory on the remote server. To use this
command you need delete access to the remote system.
EXAMPLES
RMDIR mydir (this will delete the 'mydir' directory from the
remote system).
{put}
PUT
USAGE
PUT <local file> [<remote file>]
DESCRIPTION
PUT will send a file from the local system to the remote server.
If there are two parameters, the second parameter will specify the
name on the remote system, otherwise it will be given the name of
the first parameter.
EXAMPLES
PUT newfile (send the file 'newfile' to the remote system,
storing it in the current directory with the name
'newfile')
PUT newfile thisfile (send the file 'newfile' to the remote system,
storing it in the current directory with the
name 'thisfile')
{type}
TYPE
USAGE
TYPE [a | i | b | l <bytesize>]
DESCRIPTION
TYPE tells both the remote and local systems the type of file that
is to be transfered. The default is 'A' - 'ASCII' (or text file).
TYPEs 'b' and 'i' are synonymous and mean 'Binary' or 'Image'.
Image transfers should be used when transferring executable files,
or compressed files.
TYPE 'l' is for 'logical byte size' when exchanging binary files with
remote servers that use a non-standard word size.
EXAMPLES
TYPE A (all future transfers are to use ASCII mode)
TYPE (display the current transfer mode)
{verbose}
VERBOSE
USAGE
VERBOSE [0 | 1 | 2 | 3]
DESCRIPTION
Verbose sets or displays the level of message output during file
transfers as follows:
0 -Display error messages only,
1 -Display error messages, plus a one line summary after transfers
2 -Display error and summary messages plus progress messages generated
by the server. (This is the default),
3 -Display all messages - also display a '#' character for every 1000
characters that are sent or received.
EXAMPLES
VERBOSE (display the current verbose setting)
VERBOSE 0 (only display error messages)
{view}
VIEW
USAGE
VIEW <remote file>
DESCRIPTION
VIEW will allow you to view a text file which is on the remote system
without downloading it first. This can be useful for 'readme' type
files, where you want to read the file before carrying on with the
ftp work.
EXAMPLES
VIEW readme.ftp (display the 'readme.ftp' file on the remote server)
{pager}
PAGER
USAGE
PAGER [on|off]
DESCRIPTION
PAGER will set or display the session page mode. When the page mode
is on, all displays will be paused after 24 lines to let you view
them before pressing a key to continue.
EXAMPLES
PAGER (display the current setting of the page mode)
PAGER on (turn the page mode on for the current FTP session)
+23
View File
@@ -0,0 +1,23 @@
USAGE
G[ateway] <interface> <callsign> [<digipeater> . . .]
DESCRIPTION
The gateway command allows you to connect to another AX.25 station
through this host system's radio ports. You can determine what
ports are available using the "J[heard]" command. The list will be
divided by headings listing the interfaces available. You can also
try using the I[nfo] command. Your connection will assume the
callsign of this TCP/IP station instead of your own.
The station you want to connect to must be substituted for the
"<callsign>" parameter above. If you need to reach this station
via one or more digipeaters, enter the list following the desti-
nation station's callsign. The first digipeater in the list is
the one that is to be connected through first.
EXAMPLES
gateway ax0 w1aw (connect to w1aw on interface ax0)
g s01 w2abc w2def w2ghi (connect to w2abc on the s01 interface,
via w2def and w2ghi as digipeaters)
+23
View File
@@ -0,0 +1,23 @@
USAGE
H[elp] [<command-name>]
DESCRIPTION
The help command will display help for a given command. The help
command by itself, displays this particular message. To get help
for a specific command, enter "help" followed by a space and then
the name of the command you want described. The following commands
have help descriptions available for them:
area bye chat download escape finger
gateway help info jheard kill list
netrom read send telnet upload verbose
what zap
EXAMPLES
help area (displays a description of the "area" command)
h download (displays info about downloading files)
+23
View File
@@ -0,0 +1,23 @@
USAGE
J[heard] [<interface>]
DESCRIPTION
The jheard command will display a list of all the station callsigns
that have been received as sending packet traffic on the channel,
the time since the station was heard last, and the total number of
packets received. When the command is used alone (no interface
specified), the "heard" lists for all interfaces will be displayed.
To display a list of stations heard on only a particular channel,
specify the "<interface>" name along with the "jheard" command.
Warning: if this system has been on the air for very long, and the
channels are very active, this list could be extremely long.
EXAMPLES
jheard (displays all stations heard on all ports)
j ax0 (displays stations only heard on interface ax0)
+23
View File
@@ -0,0 +1,23 @@
USAGE
K[ill] <message_number> [<message_number> . . .]
DESCRIPTION
The kill command allows you to delete messages from the current
mailbox (if you have been given that permission by the operator).
At least one message number must be supplied. The message numbers
you can select from can be displayed with the "L[ist]" command. The
second parameter on each line of the list is the <message_number>
The kill command only applies to messages in the current mail
"area". The current mail area can be checked and modified with the
"A[rea]" command.
EXAMPLES
kill 1
k 2 4 5 7
+23
View File
@@ -0,0 +1,23 @@
USAGE
L[ist] [<starting_msg_number> [<ending_msg_number>] ]
DESCRIPTION
The list command prints a list of the messages in the current
mailbox (or "area"). For each message, the list contains the
subject header line, the time and date it was created, who it
is from, how many bytes long it is, and whether or not it has
been read.
You may include an optional "starting_msg_number" from which
to begin displaying the list. If you specify a starting msg
number, then you may also specify an ending number as well.
This will limit the display for you in case there are a large
number of messages in a particular "area" mailbox.
EXAMPLES
list (Display a list of all messages in the current area)
l 6 (Display messages headers beginning with message 6)
list 6 10 (Display only message headers from 6 to 10)
+23
View File
@@ -0,0 +1,23 @@
USAGE
N[etrom]
DESCRIPTION
The Netrom command places you into a pseudo NetRom mode. The
typical NetRom commands available are:
c[onnect] <node>
i[dent]
n[odes] [<callsign>]
u[sers]
When you are finished using the NetRom interface, you may return
to the mbox by entering the "escape" character, <CTRL>X (or what
ever you may have changed it to using the "E[scape]" command.
EXAMPLES
netrom (Puts you into the NetRom interface)
c phx (Attempts a connection to the netrom node "phx")
ident (Prints this station's callsign and NetRom node ID)
n wb7xxx-1 (Prints a list of all the paths to get to wb7xxx-1)
users (Prints a list of all the current mailbox users)
+23
View File
@@ -0,0 +1,23 @@
USAGE
R[ead] <msg_number> [<msg_number> . . .]
<msg_number>
<ENTER>
DESCRIPTION
Each of these commands allows you to read a message (or messages) from
the current mail area. To read a specific message, you may either type
"read #" or just the number by itself. If there is a specific list of
messages you are interested in (determined by the use of the L[ist]
command, for instance), you can enter the list of message numbers
(separated by spaces) on the "read" command-line. You can also simply
advance sequentially through the messages by just pressing the <ENTER>
key. This will display the next message in order. The "read" command
displays only an abbreviated portion of the mail headers. If you want
all the header lines displayed, use the V[erbose] command instead.
EXAMPLES
read 3 5 (Display only messages 3 and 5)
4 (Display message 4)
+23
View File
@@ -0,0 +1,23 @@
USAGE
S[end] <user>[ @ <host>] [< <from_addr>] [$<bulletin_id>]
SR [msg_number]
SF <user>[ @ <host>] [< <from_addr>] [$<bulletin_id>]
DESCRIPTION
The send command allows you to enter a message and send it to a user at
either this system, or some other system on the network. The "from_addr"
and "bulletin_id" fields are for special use and won't be covered here.
The "S" command may also be followed by "P", "B", or any other message
type you use (e.g. SP wb7xxx @ n7xxx). The "SR" command allows you to
"reply" to either the current message or the message number specified.
The subject will be copied and the reply will be sent to the address it
was sent from. The "SF" command will forward a copy of the current
message to the user specified.
EXAMPLES
send kf7xx (Send a message to the local user, kf7xx)
s kf7xx @ wb7xxx (Send a message to kf7xx at the wb7xxx host)
sr 3 (Reply to message number 3)
sf n7aaa%n7bbb@w7ccc (Forward current msg to n7aaa at n7bbb via w7ccc)
+23
View File
@@ -0,0 +1,23 @@
USAGE
T[elnet] <hostname> [<port_number>]
DESCRIPTION
The telnet command allows you to initiate a TCP connection from the
NOS mailbox out across the network to another host. This allows an
AX.25 user with nothing more than a terminal and TNC to gain access
to the TCP/IP network.
By including the optional port_number, you can connect to any TCP
server at the given host. The default is to be connected to the
"telnet" server, which in the case of NOS software, is the MBOX.
To quit the session at any time, enter the escape character (<CTRL>X
by default, can be changed with the E[scape] command).
EXAMPLES
telnet wb7xxx (Connect to wb7xxx, (MBOX if NOS) )
t wb7xxx 25 (Connect to the SMTP mail server at wb7xxx)
+23
View File
@@ -0,0 +1,23 @@
USAGE
U[pload] [/][<path_name>/]<filename>
DESCRIPTION
The upload command allows you to transfer an ASCII file from your
system onto disk at this host. You may also specify a full path_name
containing a specific directory in which to deposit the new "upload".
All uploads can only go into the directory that you logged into, or
into another directory under the current one.
The transfer proceeds line-by-line until the file is sent and you
enter either a "<CTRL>Z" or "/ex" as the first thing on a blank line.
EXAMPLES
upload kepler.txt
u /pub/satelite/oscar13.txt
+23
View File
@@ -0,0 +1,23 @@
USAGE
V[erbose] <msg_number> [<msg_number> . . .]
DESCRIPTION
This command allows you to read a message (or messages) from the current
mail area, and it includes all the header lines for display.
To view a specific message with all headers, type "verbose #", where the
"#" is the number of the message to be displayed. (The R[ead] command
operates the same way, but with abbreviated header lines).
If there is a specific list of messages you are interested in, you can
enter the list of message numbers (separated by spaces) on the "verbose"
command-line.
EXAMPLES
verbose 3 5 (Display only messages 3 and 5 with full headers)
+23
View File
@@ -0,0 +1,23 @@
USAGE
W[hat] [/][<path_name>]
DESCRIPTION
The what command generates a sorted directory listing of the current
directory or the one specified by the optional path_name. The listing
includes the filename (or subdirectory name if there is a "/" appended),
the file size in bytes, creation time, and date.
EXAMPLES
what (Displays a directory listing of the "current" dir)
w /nos/pub (Display a list of files contained in the "/nos/pub" dir)
+23
View File
@@ -0,0 +1,23 @@
USAGE
Z[ap] [/][<path_name>/]<filename>
DESCRIPTION
The zap command allows you to delete a file in the current directory
of one you specify with the optional path_name. Use of this command
requires that permission be granted by the operator of this system.
EXAMPLES
zap myfile.txt (Deletes myfile.txt in the current dir)
z /nos/mydir/myfile.txt (Deletes myfile.txt in /nos/mydir)