FAL(8) | System Manager's Manual | FAL(8) |
fal - File Access Listener for DECnet
fal [options]
Options:
[-dvVhmt] [-l logtype] [-a auto-type] [-f <auto-file>] [-r
<virtual-root>]
fal is a daemon that serves incoming DAP (Data Access
protocol) connections from remote systems. It enables transparent file
access to files from OpenVMS machines using standard DECnet syntax. It
should be started at system boot time (after DECnet has been started) and
must be run as root.
The file names output by fal will adapt depending on the sytax of files
that are requested of it. If VMS-style filenames are requested then
VMS-style filenames will be returned. If Unix-style filenames are requested
then Unix-style (native) filenames will be returned. Note that to force fal
to display the contents of a directory with Unix-style names the name must
end in a slash or have some form of wildcard character in it.
When returning VMS-style filenames, all names will be converted to upper case,
directories will have .DIR appended to them and all filenames will have a
version number of 1. In addition fal will construct a volume and directory
syntax for the directory that will look familiar to VMS users. Of course it
also understands this syntax when files and directories are requested of it.
One of the problems with this is that Unix filenames with non-VMS syntax (eg
double dots or "funny" characters) or files with uppercase letter
in their names will not be accessible from VMS using VMS syntax. You must
use Unix syntax to access these files through FAL.
The options below affect the behaviour of fal. If you are using dnetd
then these options should be specified in the dnetd.conf(5) file.
By default all files sent by fal will be sent in STREAMLF format. This is
configurable by the many command-line switches detailed below.
#Generic types
.txt r
.c r
.cc r
.log r
.html r
# VMS types
.com r
.lis r
.bck b 32256
.save b 8192
.exe b 512
.zip b 512
#Linux types
.tar b 10240
.gz b 512
.tgz b 512
.bz2 b 512
# End of file
decnet.proxy(5), dnetd(8), dnetd.conf(5), dntype(1), dndir(1), dndel(1), dntask(1), dnsubmit(1), dnprint(1)
May 6 1999 | DECnet utilities |