If you feel the need for a Finger server for your OS/2
machine, here's one I wrote in REXX.
The file "finger.zip"
contains the server command "fingerd.cmd"
and a sample response text file called "finger.txt"
The best place to unzip the command is either \os2
or \tcpip\bin.
You will need to put the finger.txt file in your \tcpip\etc
directory.
If you use the following command the two files will go in
the right places:
PKUNZIP2 -d finger.zip \
To start the server, just type start fingerd
from an OS/2 command line
or start [rexx] fingerd.cmd from a Win95
or NT command line (Needs IBM
OREXX).
To test it, type finger <your.ip.address>
or finger localhost
If you run finger name@<your.ip.address>
you get an extra greeting, which can be customised by changing
the fingerd.cmd.
The command will also run using IBM's
ORexx under Win32, but you will need to change the command
file, unzip the files to suitable windows locations and
find a finger client.